Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo/plugin.xml')
-rw-r--r--plugins/org.eclipse.emf.cdo/plugin.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo/plugin.xml b/plugins/org.eclipse.emf.cdo/plugin.xml
index aa36f442bc..20a98b2885 100644
--- a/plugins/org.eclipse.emf.cdo/plugin.xml
+++ b/plugins/org.eclipse.emf.cdo/plugin.xml
@@ -2,6 +2,7 @@
<?eclipse version="3.0"?>
<plugin>
+
<extension-point id="persistent_package" name="CDO Persistent Package" schema="schema/persistent_package.exsd"/>
<extension
@@ -28,7 +29,13 @@
<package
uri="http://www.eclipse.org/emf/CDO/Eresource/1.0.0"
class="org.eclipse.emf.cdo.eresource.EresourcePackage"
- genModel="model/resource.genmodel" />
+ genModel="model/resource.genmodel"/>
+ </extension>
+
+ <extension
+ point="org.eclipse.emf.cdo.persistent_package">
+ <package
+ uri="http://www.eclipse.org/emf/CDO/Eresource/1.0.0"/>
</extension>
</plugin>

Back to the top