Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests.mango/plugin.xml')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.mango/plugin.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests.mango/plugin.xml b/plugins/org.eclipse.emf.cdo.tests.mango/plugin.xml
index 1065d4b068..36c577e62c 100644
--- a/plugins/org.eclipse.emf.cdo.tests.mango/plugin.xml
+++ b/plugins/org.eclipse.emf.cdo.tests.mango/plugin.xml
@@ -20,4 +20,11 @@
genModel = "model/mango.genmodel" />
</extension>
+ <extension point="org.eclipse.emf.ecore.generated_package">
+ <!-- @generated mango.legacy -->
+ <package
+ uri="http://www.eclipse.org/emf/CDO/tests/mango"
+ class="org.eclipse.emf.cdo.tests.mango.legacy.MangoPackage"/>
+ </extension>
+
</plugin>

Back to the top