refactored folder structure
[taxeditor.git] / taxeditor-store / src / main / java / eu / etaxonomy / taxeditor / datasource / handler / CreateDataSourceHandler.java
similarity index 88%
rename from taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/store/datasource/handler/CreateDataSourceHandler.java
rename to taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/datasource/handler/CreateDataSourceHandler.java
index ecdac654e3178a5fc1a10f47843373f38a884851..a4720bd49be9a48d42d107457d6608052039152b 100644 (file)
@@ -8,14 +8,14 @@
 * See LICENSE.TXT at the top of this package for the full license terms.
 */
 
-package eu.etaxonomy.taxeditor.store.datasource.handler;
+package eu.etaxonomy.taxeditor.datasource.handler;
 
 import org.eclipse.core.commands.ExecutionEvent;
 import org.eclipse.jface.wizard.WizardDialog;
 import org.eclipse.swt.widgets.Shell;
 import org.eclipse.ui.handlers.HandlerUtil;
 
-import eu.etaxonomy.taxeditor.store.datasource.wizard.CdmDataSourceWizard;
+import eu.etaxonomy.taxeditor.datasource.wizard.CdmDataSourceWizard;
 
 /**
  * @author n.hoffmann