Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'deprecated/TableEFacet/org.eclipse.papyrus.infra.emf.efacet/plugin.xml')
-rw-r--r--deprecated/TableEFacet/org.eclipse.papyrus.infra.emf.efacet/plugin.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/deprecated/TableEFacet/org.eclipse.papyrus.infra.emf.efacet/plugin.xml b/deprecated/TableEFacet/org.eclipse.papyrus.infra.emf.efacet/plugin.xml
new file mode 100644
index 00000000000..935d9afb021
--- /dev/null
+++ b/deprecated/TableEFacet/org.eclipse.papyrus.infra.emf.efacet/plugin.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+ <extension
+ point="org.eclipse.emf.facet.util.emf.core.modeldeclaration">
+ <modeldeclaration
+ file="resources/emf_hidden_features.custom">
+ </modeldeclaration>
+ <modeldeclaration
+ file="resources/papyrus_emf_facets.efacet">
+ </modeldeclaration>
+ </extension>
+
+</plugin>

Back to the top