Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/uml/tools/org.eclipse.papyrus.uml.tools.elementtypesconfigurations/model/SetTypeAdviceConfiguration.ecore')
-rw-r--r--plugins/uml/tools/org.eclipse.papyrus.uml.tools.elementtypesconfigurations/model/SetTypeAdviceConfiguration.ecore4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/uml/tools/org.eclipse.papyrus.uml.tools.elementtypesconfigurations/model/SetTypeAdviceConfiguration.ecore b/plugins/uml/tools/org.eclipse.papyrus.uml.tools.elementtypesconfigurations/model/SetTypeAdviceConfiguration.ecore
index 4a71b030e60..9d60c43f908 100644
--- a/plugins/uml/tools/org.eclipse.papyrus.uml.tools.elementtypesconfigurations/model/SetTypeAdviceConfiguration.ecore
+++ b/plugins/uml/tools/org.eclipse.papyrus.uml.tools.elementtypesconfigurations/model/SetTypeAdviceConfiguration.ecore
@@ -1,8 +1,8 @@
<?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="settypeadviceconfiguration" nsURI="http://www.eclipse.org/papyrus/infra/elementtypesconfigurations/uml/settypeadvice/1.0"
+ xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="settypeadviceconfiguration" nsURI="http://www.eclipse.org/papyrus/infra/elementtypesconfigurations/uml/settypeadvice/1.1"
nsPrefix="settypeadviceconfiguration">
- <eClassifiers xsi:type="ecore:EClass" name="SetTypeAdviceConfiguration" eSuperTypes="platform:/plugin/org.eclipse.papyrus.infra.elementtypesconfigurations/model/ElementTypesConfigurations.ecore#//AdviceBindingConfiguration">
+ <eClassifiers xsi:type="ecore:EClass" name="SetTypeAdviceConfiguration" eSuperTypes="platform:/plugin/org.eclipse.papyrus.infra.elementtypesconfigurations/model/ElementTypesConfigurations.ecore#//AbstractAdviceBindingConfiguration">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="validTypes" upperBound="-1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="creationTypes" upperBound="-1"

Back to the top