Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests/plugin.xml')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests/plugin.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests/plugin.xml b/plugins/org.eclipse.emf.cdo.tests/plugin.xml
index fc882b72ad..b570679630 100644
--- a/plugins/org.eclipse.emf.cdo.tests/plugin.xml
+++ b/plugins/org.eclipse.emf.cdo.tests/plugin.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
- Copyright (c) 2006-2008, 2012 Eike Stepper (Loehne, Germany) and others.
+ Copyright (c) 2006-2008, 2012, 2020 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -35,4 +35,18 @@
</package>
</extension>
+ <extension point="org.eclipse.emf.ecore.generated_package">
+ <!-- @generated Testmodel_562011 -->
+ <package
+ uri="platform:/resource/org.eclipse.emf.cdo.tests/model_562011/Testmodel_562011.xsd"
+ class="Testmodel562011.Testmodel562011Package"
+ genModel="model/Testmodel_562011.genmodel"/>
+ </extension>
+
+ <extension point="org.eclipse.emf.ecore.extension_parser">
+ <!-- @generated Testmodel_562011 -->
+ <parser
+ type="testmodel562011"
+ class="Testmodel562011.util.Testmodel562011ResourceFactoryImpl"/>
+ </extension>
</plugin>

Back to the top