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.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo/plugin.xml b/plugins/org.eclipse.emf.cdo/plugin.xml
index 20a98b2885..eda386d904 100644
--- a/plugins/org.eclipse.emf.cdo/plugin.xml
+++ b/plugins/org.eclipse.emf.cdo/plugin.xml
@@ -27,7 +27,7 @@
<extension
point="org.eclipse.emf.ecore.generated_package">
<package
- uri="http://www.eclipse.org/emf/CDO/Eresource/1.0.0"
+ uri="http://www.eclipse.org/emf/CDO/resource/1.0.0"
class="org.eclipse.emf.cdo.eresource.EresourcePackage"
genModel="model/resource.genmodel"/>
</extension>
@@ -35,7 +35,7 @@
<extension
point="org.eclipse.emf.cdo.persistent_package">
<package
- uri="http://www.eclipse.org/emf/CDO/Eresource/1.0.0"/>
+ uri="http://www.eclipse.org/emf/CDO/resource/1.0.0"/>
</extension>
</plugin>

Back to the top