Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/customization/org.eclipse.papyrus.infra.gmfdiag.css.export/model/CSSExtensionFactory.ecore')
-rw-r--r--plugins/customization/org.eclipse.papyrus.infra.gmfdiag.css.export/model/CSSExtensionFactory.ecore10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/customization/org.eclipse.papyrus.infra.gmfdiag.css.export/model/CSSExtensionFactory.ecore b/plugins/customization/org.eclipse.papyrus.infra.gmfdiag.css.export/model/CSSExtensionFactory.ecore
new file mode 100644
index 00000000000..3dfdf483ea2
--- /dev/null
+++ b/plugins/customization/org.eclipse.papyrus.infra.gmfdiag.css.export/model/CSSExtensionFactory.ecore
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="csscustomization" nsURI="http://www.eclipse.org/papyrus/css/customization"
+ nsPrefix="csscustomization">
+ <eClassifiers xsi:type="ecore:EClass" name="CSSStylesheet" eSuperTypes="../../org.eclipse.papyrus.customization/Model/Customization.ecore#//FileBasedCustomizableElement">
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="theme" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="icon" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+ </eClassifiers>
+</ecore:EPackage>

Back to the top