Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/plugin.xml')
-rw-r--r--plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/plugin.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/plugin.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/plugin.xml
index b96f245e349..109103b33a9 100644
--- a/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/plugin.xml
+++ b/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/plugin.xml
@@ -19,22 +19,22 @@ Contributors:
<extension point="org.eclipse.emf.ecore.generated_package">
<package
- uri="http://www.eclipse.org/emf/facet/custom/0.2.incubation/custom"
- class="org.eclipse.emf.facet.custom.metamodel.v0_2_0.custom.CustomPackage"
+ uri="http://www.eclipse.org/papyrus/emf/facet/custom/0.2.incubation/custom"
+ class="org.eclipse.papyrus.emf.facet.custom.metamodel.v0_2_0.custom.CustomPackage"
genModel="model/custom-0.2.0.genmodel"/>
</extension>
<extension point="org.eclipse.emf.ecore.generated_package">
<package
- uri="http://www.eclipse.org/emf/facet/custom/0.2.incubation/custom_primitive_types"
- class="org.eclipse.emf.facet.custom.metamodel.v0_2_0.custompt.CustomptPackage"
+ uri="http://www.eclipse.org/papyrus/emf/facet/custom/0.2.incubation/custom_primitive_types"
+ class="org.eclipse.papyrus.emf.facet.custom.metamodel.v0_2_0.custompt.CustomptPackage"
genModel="model/custom_primitive_types-0.2.0.genmodel"/>
</extension>
<extension point="org.eclipse.emf.ecore.generated_package">
<package
- uri="http://www.eclipse.org/emf/facet/custom/0.3.incubation/query"
- class="org.eclipse.emf.facet.custom.metamodel.v0_3_0.query.QueryPackage"
+ uri="http://www.eclipse.org/papyrus/emf/facet/custom/0.3.incubation/query"
+ class="org.eclipse.papyrus.emf.facet.custom.metamodel.v0_3_0.query.QueryPackage"
genModel="model/query-0.3.0.genmodel"/>
</extension>

Back to the top