/[Apache-SVN]
ViewVC logotype

Revision 611752


Jump to revision: Previous Next
Author: xavier
Date: Mon Jan 14 10:26:37 2008 UTC (16 years, 3 months ago)
Changed paths: 82
Log Message:
code cleaning: format, organize imports, fixcrlf and add svn:eol-style properties

Changed paths

Path Details
Directoryant/ivy/ivyde/trunk/.settings/org.eclipse.jdt.core.prefs added
Directoryant/ivy/ivyde/trunk/.settings/org.eclipse.jdt.ui.prefs added
Directoryant/ivy/ivyde/trunk/CHANGES.txt modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/LICENSE.txt modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/build.properties modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/build.xml modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/doc/config.json modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/doc/cp_container.html modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/doc/download.html modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/doc/editor.html modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/doc/index.html modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/doc/issues.html modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/doc/maven.html modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/doc/style/ant.css modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/doc/style/color.css modified , props changed
Directoryant/ivy/ivyde/trunk/doc/style/ivy-ref.css modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/doc/style/nav.css modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/doc/style/shell.css modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/doc/style/style.css modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/doc/template.html modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/doc/toc.json modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/ivy.xml modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/plugin.xml modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/IvyPlugin.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/IvyPluginResources.properties modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/cpcontainer/FileExtFilter.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/cpcontainer/IvyClasspathContainer.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/cpcontainer/IvyClasspathEntry.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/cpcontainer/IvyClasspathInitializer.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/cpcontainer/IvyClasspathUtil.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/cpcontainer/IvydeContainerPage.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/cpcontainer/fragmentinfo/IPackageFragmentExtraInfo.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/cpcontainer/fragmentinfo/PreferenceStoreInfo.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/actions/CreateContainerAction.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/actions/OpenIvyFileAction.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/actions/RefreshAction.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/actions/ResolveAction.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/actions/ResolveAllAction.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/console/ConsoleDocument.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/console/IvyConsole.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/console/IvyConsoleFactory.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/core/IvyFileEditorInput.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/core/model/IValueProvider.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/core/model/IvyBooleanTagAttribute.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/core/model/IvyFile.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/core/model/IvyModel.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/core/model/IvyTag.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/core/model/IvyTagAttribute.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/core/model/ListValueProvider.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/core/model/PreferenceValueProvider.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/core/model/Proposal.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/core/model/SingleValueProvider.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/core/model/defaults.properties modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/editors/IvyEditor.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/editors/IvyEditorContributor.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/editors/pages/IvyConfSection.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/editors/pages/IvyInfoSection.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/editors/pages/OverviewFormPage.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/editors/xml/ColorManager.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/editors/xml/IXMLColorConstants.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/editors/xml/IvyContentAssistProcessor.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/editors/xml/NonRuleBasedDamagerRepairer.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/editors/xml/TagRule.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/editors/xml/XMLConfiguration.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/editors/xml/XMLDocumentProvider.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/editors/xml/XMLDoubleClickStrategy.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/editors/xml/XMLEditor.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/editors/xml/XMLPartitionScanner.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/editors/xml/XMLScanner.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/editors/xml/XMLTagScanner.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/editors/xml/XMLWhitespaceDetector.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/preferences/IvyPreferencePage.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/preferences/PreferenceConstants.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/preferences/PreferenceInitializer.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/properties/IvyProjectPropertyPage.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/search/FixedJavaSearchPage.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/views/ReportView.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/wizards/IvyNewWizard.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/wizards/IvyNewWizardPage.java modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/wizards/ivy-template.xml modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/test/java/ivy-hibernate.xml modified , text changed , props changed
Directoryant/ivy/ivyde/trunk/test/java/org/apache/ivyde/eclipse/core/model/IvyFileUtilTest.java modified , text changed , props changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26