Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/customization/org.eclipse.papyrus.infra.gmfdiag.css.export/model/Environment.xmi')
-rw-r--r--plugins/customization/org.eclipse.papyrus.infra.gmfdiag.css.export/model/Environment.xmi9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/customization/org.eclipse.papyrus.infra.gmfdiag.css.export/model/Environment.xmi b/plugins/customization/org.eclipse.papyrus.infra.gmfdiag.css.export/model/Environment.xmi
new file mode 100644
index 00000000000..8315f58244f
--- /dev/null
+++ b/plugins/customization/org.eclipse.papyrus.infra.gmfdiag.css.export/model/Environment.xmi
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="ASCII"?>
+<environment:Environment
+ xmi:version="2.0"
+ xmlns:xmi="http://www.omg.org/XMI"
+ xmlns:environment="http://www.eclipse.org/papyrus/properties/environment/0.9">
+ <modelElementFactories
+ name="CSS Export Model Element Factory"
+ factoryClass="org.eclipse.papyrus.infra.gmfdiag.css.export.modelelement.CSSExportModelElementFactory"/>
+</environment:Environment>

Back to the top