Merged refactoring from development branch.
[taxeditor.git] / taxeditor-store / src / main / java / eu / etaxonomy / taxeditor / ui / dialogs / filteredSelection / ReferenceSelectionDialog.java
similarity index 94%
rename from taxeditor-editor/src/main/java/eu/etaxonomy/taxeditor/dialogs/filteredSelection/ReferenceSelectionDialog.java
rename to taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/ui/dialogs/filteredSelection/ReferenceSelectionDialog.java
index 8e464ea6a0043a87261952f70e11fa97cea225da..175049c442719b5c9cb06abd5c1df1075c43269f 100644 (file)
@@ -8,7 +8,7 @@
 * See LICENSE.TXT at the top of this package for the full license terms.
 */
 
-package eu.etaxonomy.taxeditor.dialogs.filteredSelection;
+package eu.etaxonomy.taxeditor.ui.dialogs.filteredSelection;
 
 import java.util.UUID;
 
@@ -18,8 +18,8 @@ import eu.etaxonomy.cdm.api.conversation.ConversationHolder;
 import eu.etaxonomy.cdm.api.service.IReferenceService;
 import eu.etaxonomy.cdm.model.reference.Reference;
 import eu.etaxonomy.cdm.strategy.cache.reference.ReferenceBaseDefaultCacheStrategy;
-import eu.etaxonomy.taxeditor.editor.newWizard.AbstractNewEntityWizard;
-import eu.etaxonomy.taxeditor.editor.newWizard.NewReferenceWizard;
+import eu.etaxonomy.taxeditor.newWizard.AbstractNewEntityWizard;
+import eu.etaxonomy.taxeditor.newWizard.NewReferenceWizard;
 import eu.etaxonomy.taxeditor.store.CdmStore;
 
 /**