Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2012-07-04 14:36:52 +0000
committercletavernie2012-07-04 14:36:52 +0000
commit0d6a2fde5b6cabaad865d6a8214a8eb2c6acd655 (patch)
treef46ffe1fd4c8622124891d049bd285665e3ec441 /plugins/customization/org.eclipse.papyrus.customization/Model/Customization.ecore
parente74e2d975c3087bead0a64b3e9957958c7cf316c (diff)
downloadorg.eclipse.papyrus-0d6a2fde5b6cabaad865d6a8214a8eb2c6acd655.tar.gz
org.eclipse.papyrus-0d6a2fde5b6cabaad865d6a8214a8eb2c6acd655.tar.xz
org.eclipse.papyrus-0d6a2fde5b6cabaad865d6a8214a8eb2c6acd655.zip
351695: Create a new plugin to edit project files
https://bugs.eclipse.org/bugs/show_bug.cgi?id=351695
Diffstat (limited to 'plugins/customization/org.eclipse.papyrus.customization/Model/Customization.ecore')
-rw-r--r--plugins/customization/org.eclipse.papyrus.customization/Model/Customization.ecore9
1 files changed, 5 insertions, 4 deletions
diff --git a/plugins/customization/org.eclipse.papyrus.customization/Model/Customization.ecore b/plugins/customization/org.eclipse.papyrus.customization/Model/Customization.ecore
index 2a9ac47d87d..381bc9ab3aa 100644
--- a/plugins/customization/org.eclipse.papyrus.customization/Model/Customization.ecore
+++ b/plugins/customization/org.eclipse.papyrus.customization/Model/Customization.ecore
@@ -1,8 +1,7 @@
<?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="customization"
- nsURI="http://www.eclipse.org/papyrus/customization" nsPrefix="custom">
+<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="customizationplugin" nsURI="http://www.eclipse.org/papyrus/customization"
+ nsPrefix="custom">
<eClassifiers xsi:type="ecore:EClass" name="CustomizationConfiguration">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="plugin" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
@@ -38,4 +37,6 @@
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="provider" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="ConstraintsEnvironment" eSuperTypes="#//FileBasedCustomizableElement"/>
+ <eClassifiers xsi:type="ecore:EClass" name="PropertyViewEnvironment" eSuperTypes="#//FileBasedCustomizableElement"/>
</ecore:EPackage>

Back to the top