endnote and excel import added. fixes #779
authorn.hoffmann <n.hoffmann@localhost>
Wed, 23 Sep 2009 09:16:58 +0000 (09:16 +0000)
committern.hoffmann <n.hoffmann@localhost>
Wed, 23 Sep 2009 09:16:58 +0000 (09:16 +0000)
commit549acd3469484c51c53fa1dc7ebe5b5c6a1d434a
tree7b60d249c9063757c8855c4391e4c7f2f7ce0864
parent13862f35b1c2b2e55ee5fe71daa50fa686dd8eb4
endnote and excel import added. fixes #779
19 files changed:
.gitattributes
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/io/AbstractExcelExportWizard.java [deleted file]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/io/AbstractExcelImportWizard.java [deleted file]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/io/AbstractExportWizard.java [deleted file]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/io/AbstractIOHandler.java
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/io/AbstractImportWizard.java [deleted file]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/io/BerlinModelExportWizard.java [deleted file]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/io/BerlinModelImportWizard.java [deleted file]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/io/EndnoteImportWizard.java [deleted file]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/io/ExportToFileDestinationWizardPage.java [deleted file]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/io/GenericConfiguratorWizardPage.java [deleted file]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/io/ImportFromFileDataSourceWizardPage.java [deleted file]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/io/ImportHandler.java
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/io/JaxbExportWizard.java [deleted file]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/io/JaxbImportSourceWizardPage.java [deleted file]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/io/JaxbImportWizard.java [deleted file]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/io/NomenclaturalCodeWizardPage.java [deleted file]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/io/TcsExportWizard.java [deleted file]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/io/TcsImportWizard.java [deleted file]