Implemented some of the import/export functionality. Major refactoring of datasource...
authorn.hoffmann <n.hoffmann@localhost>
Thu, 25 Jun 2009 17:47:31 +0000 (17:47 +0000)
committern.hoffmann <n.hoffmann@localhost>
Thu, 25 Jun 2009 17:47:31 +0000 (17:47 +0000)
commit9f02fc9aa570bb6bb5ccc50a96d5352e77cc3415
tree21951fa50f1ca0187df78245d7d6bbaddad0f325
parentd5f64ca201ed6360c8048f7ed2438bcf86539752
Implemented some of the import/export functionality. Major refactoring of datasource wizards and wizard pages. Again, refactoring of preferred terms handling. General code cleansing.
27 files changed:
.gitattributes
taxeditor-store/META-INF/MANIFEST.MF
taxeditor-store/plugin.xml
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/datasource/wizard/CdmDataSourceTypeSelectionWizardPage.java
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/io/AbstractExportWizard.java
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/io/AbstractImportWizard.java [new file with mode: 0644]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/io/BerlinModelExportWizard.java
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/io/BerlinModelImportWizard.java [new file with mode: 0644]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/io/GenericConfiguratorWizardPage.java [new file with mode: 0644]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/io/JaxbExportDestinationWizardPage.java [moved from taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/io/JaxbExportWizardPage.java with 95% similarity]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/io/JaxbExportWizard.java
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/io/JaxbImportSourceWizardPage.java [moved from taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/io/BerlinModelExportWizardPage.java with 69% similarity]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/model/LanguageUtil.java [deleted file]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/model/ReferenceUtil.java [deleted file]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/model/Resources.java
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/preference/AbstractMenuPreferences.java
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/preference/DistributionStatusMenuPreferences.java [new file with mode: 0644]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/preference/FeatureMenuPreferences.java
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/preference/InitializeDbPreferences.java
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/preference/NameRelationshipTypeMenuPreferences.java [new file with mode: 0644]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/preference/NomenclaturalStatusTypeMenuPreferences.java [new file with mode: 0644]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/preference/PreferencesUtil.java
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/preference/RankMenuPreferences.java
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/preference/wizards/FeatureWizard.java
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/store/CdmStore.java
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/store/VocabularyStore.java [new file with mode: 0644]
taxeditor-store/src/test/java/eu/etaxonomy/taxeditor/store/CdmStoreTest.java