Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/plugin.xml')
-rw-r--r--plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/plugin.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/plugin.xml
index c640e14395d..da8ec471bf6 100644
--- a/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/plugin.xml
+++ b/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/plugin.xml
@@ -19,8 +19,8 @@
<extension point="org.eclipse.emf.ecore.generated_package">
<package
- uri="http://www.eclipse.org/emf/facet/catalog/0.1.incubation"
- class="org.eclipse.emf.facet.util.emf.catalog.CatalogPackage"
+ uri="http://www.eclipse.org/papyrus/emf/facet/catalog/0.1.incubation"
+ class="org.eclipse.papyrus.emf.facet.util.emf.catalog.CatalogPackage"
genModel="model/catalog.genmodel"/>
</extension>

Back to the top