Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptessier2014-02-21 09:57:54 +0000
committerptessier2014-02-21 09:57:54 +0000
commita3d01d08c5af2a12eb6ba5cf606d7449935b2fa1 (patch)
tree24d4cdea693f8602aea2e822d291ee489ffa8288 /plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/plugin.xml
parentfaed100368408a1361f1f9068eaa782d03a134c3 (diff)
downloadorg.eclipse.papyrus-a3d01d08c5af2a12eb6ba5cf606d7449935b2fa1.tar.gz
org.eclipse.papyrus-a3d01d08c5af2a12eb6ba5cf606d7449935b2fa1.tar.xz
org.eclipse.papyrus-a3d01d08c5af2a12eb6ba5cf606d7449935b2fa1.zip
Bug 386118 - [EMF Facet] Papyrus should progressively support EMF Facet
0.2 impact of package renaming
Diffstat (limited to 'plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/plugin.xml')
-rw-r--r--plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/plugin.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/plugin.xml
index 4ead0b974e3..793f9d12139 100644
--- a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/plugin.xml
+++ b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/plugin.xml
@@ -18,7 +18,7 @@
<extension point="org.eclipse.emf.ecore.generated_package">
<package
uri="http://www.eclipse.org/emf/facet/eFacetCatalog/0.1.incubation"
- class="org.eclipse.emf.facet.efacet.catalog.efacetcatalog.EfacetcatalogPackage"
+ class="org.eclipse.papyrus.emf.facet.efacet.catalog.efacetcatalog.EfacetcatalogPackage"
genModel="model/efacetcatalog.genmodel"/>
</extension>

Back to the top