Fixed #733 - Editing / atomizing of authors in an author team implemented in property...
authorp.ciardelli <p.ciardelli@localhost>
Wed, 30 Sep 2009 14:33:20 +0000 (14:33 +0000)
committerp.ciardelli <p.ciardelli@localhost>
Wed, 30 Sep 2009 14:33:20 +0000 (14:33 +0000)
commit395c4cef799c6a08faf1762a66c3263cf067ce98
tree2f7f9093088b82dc9857ffa59e936d234a85cc7a
parent434b7df050269cbd71bc80951ffe4f2208fbcf90
Fixed #733 - Editing / atomizing of authors in an author team implemented in property sheet
16 files changed:
taxeditor-bulkeditor/src/main/java/eu/etaxonomy/taxeditor/annotatedlineeditor/AnnotatedLineDocumentProvider.java
taxeditor-bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/BulkEditorLineDisplay.java
taxeditor-editor/META-INF/MANIFEST.MF
taxeditor-editor/src/main/java/eu/etaxonomy/taxeditor/propertysheet/ExtensionsDialog.java
taxeditor-editor/src/main/java/eu/etaxonomy/taxeditor/propertysheet/authors/AuthorTeamPropertySource.java
taxeditor-editor/src/main/java/eu/etaxonomy/taxeditor/propertysheet/authors/PersonPropertySource.java
taxeditor-editor/src/main/java/eu/etaxonomy/taxeditor/propertysheet/authors/TeamAuthorsListDescriptor.java
taxeditor-editor/src/main/java/eu/etaxonomy/taxeditor/propertysheet/authors/TeamAuthorsListDialog.java
taxeditor-editor/src/main/java/eu/etaxonomy/taxeditor/propertysheet/authors/TeamAuthorsListPropertySource.java
taxeditor-editor/src/main/java/eu/etaxonomy/taxeditor/propertysheet/name/AuthorshipSearchDescriptor.java
taxeditor-editor/src/main/java/eu/etaxonomy/taxeditor/propertysheet/name/TaxonBasePropertySource.java
taxeditor-editor/src/main/java/eu/etaxonomy/taxeditor/propertysheet/name/ZoologicalNamePropertySource.java
taxeditor-editor/src/main/java/eu/etaxonomy/taxeditor/propertysheet/reference/NomenclaturalReferencePropertySource.java
taxeditor-editor/src/main/java/eu/etaxonomy/taxeditor/propertysheet/reference/ReferencePropertySource.java
taxeditor-editor/src/main/java/eu/etaxonomy/taxeditor/propertysheet/reference/ReferenceSearchDescriptor.java
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/model/DescriptionHelper.java