Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.migrator/plugin.xml')
-rw-r--r--plugins/org.eclipse.emf.cdo.migrator/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo.migrator/plugin.xml b/plugins/org.eclipse.emf.cdo.migrator/plugin.xml
index 6fad0a5dd5..3298a9eb09 100644
--- a/plugins/org.eclipse.emf.cdo.migrator/plugin.xml
+++ b/plugins/org.eclipse.emf.cdo.migrator/plugin.xml
@@ -24,7 +24,7 @@
icon="icons/full/obj16/CDOModelFile.gif"
extensions="ecore,emof"
description="%_UI_CDOImporter_description"
- wizard="org.eclipse.emf.cdo.migrator.wizards.CDOImporterWizard" />
+ wizard="org.eclipse.emf.cdo.internal.migrator.wizards.CDOImporterWizard" />
</extension>
<extension
@@ -42,7 +42,7 @@
</separator>
</menu>
<action
- class="org.eclipse.emf.cdo.migrator.actions.MigrateAction"
+ class="org.eclipse.emf.cdo.internal.migrator.actions.MigrateAction"
enablesFor="1"
id="org.eclipse.emf.cdo.migrator.MigrateAction"
label="Migrate EMF Model"

Back to the top