Merged refactoring from development branch.
[taxeditor.git] / taxeditor-store / src / main / java / eu / etaxonomy / taxeditor / newWizard / ClassificationWizardPage.java
similarity index 92%
rename from taxeditor-navigation/src/main/java/eu/etaxonomy/taxeditor/wizard/ClassificationWizardPage.java
rename to taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/newWizard/ClassificationWizardPage.java
index 2abc41daa87ec8035b9c762df37f3e309066ab83..2585929c210e1ec0101c93e30638d86d26e27729 100644 (file)
@@ -8,7 +8,7 @@
 * See LICENSE.TXT at the top of this package for the full license terms.
 */
 
-package eu.etaxonomy.taxeditor.wizard;
+package eu.etaxonomy.taxeditor.newWizard;
 
 import org.apache.log4j.Logger;
 import org.eclipse.jface.util.IPropertyChangeListener;
@@ -25,12 +25,12 @@ import eu.etaxonomy.cdm.common.CdmUtils;
 import eu.etaxonomy.cdm.model.common.LanguageString;
 import eu.etaxonomy.cdm.model.taxon.Classification;
 import eu.etaxonomy.cdm.persistence.hibernate.CdmDataChangeMap;
-import eu.etaxonomy.taxeditor.forms.CdmFormFactory;
-import eu.etaxonomy.taxeditor.forms.CdmFormFactory.SelectionType;
-import eu.etaxonomy.taxeditor.forms.RootElement;
-import eu.etaxonomy.taxeditor.forms.TextWithLabelElement;
-import eu.etaxonomy.taxeditor.forms.selection.ReferenceSelectionElement;
 import eu.etaxonomy.taxeditor.store.CdmStore;
+import eu.etaxonomy.taxeditor.ui.forms.CdmFormFactory;
+import eu.etaxonomy.taxeditor.ui.forms.RootElement;
+import eu.etaxonomy.taxeditor.ui.forms.TextWithLabelElement;
+import eu.etaxonomy.taxeditor.ui.forms.CdmFormFactory.SelectionType;
+import eu.etaxonomy.taxeditor.ui.selection.ReferenceSelectionElement;
 
 /**
  * <p>ClassificationWizardPage class.</p>
@@ -39,6 +39,7 @@ import eu.etaxonomy.taxeditor.store.CdmStore;
  * @created Sep 29, 2010
  * @version 1.0
  */
+@Deprecated // remove this file when refactoring is complete
 public class ClassificationWizardPage extends WizardPage implements IPropertyChangeListener, IConversationEnabled {
        private static final Logger logger = Logger
                        .getLogger(ClassificationWizardPage.class);