Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2007-12-17 16:07:02 +0000
committerEike Stepper2007-12-17 16:07:02 +0000
commit29b46b98f03eb259da90454981d22f982eea146a (patch)
tree0a854baac16978cc8db53c1ab1d5b5487ad75807 /plugins/org.eclipse.emf.cdo.migrator/plugin.xml
parentb44de0ba64bf0f2f8dbb00171fd1be32e6bf328a (diff)
downloadcdo-29b46b98f03eb259da90454981d22f982eea146a.tar.gz
cdo-29b46b98f03eb259da90454981d22f982eea146a.tar.xz
cdo-29b46b98f03eb259da90454981d22f982eea146a.zip
[213150] Migrate CDO to EMF 2.4M4
https://bugs.eclipse.org/bugs/show_bug.cgi?id=213150
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.migrator/plugin.xml')
-rw-r--r--plugins/org.eclipse.emf.cdo.migrator/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.migrator/plugin.xml b/plugins/org.eclipse.emf.cdo.migrator/plugin.xml
index 5eb381fd6b..218696e47c 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.ui.CDOImporterWizard" />
+ wizard="org.eclipse.emf.cdo.migrator.wizards.CDOImporterWizard" />
</extension>
<extension

Back to the top