Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnsgar Radermacher2019-05-09 08:12:50 +0000
committerAnsgar Radermacher2019-05-09 08:12:50 +0000
commit0a1f2fcf2cf5070a35619c45ae2446fcffe5deb7 (patch)
treed215d8578015a2d6dd601f3e436d92ff974f3a61 /plugins/infra/types/org.eclipse.papyrus.infra.types/model/ElementTypesConfigurations.ecore
parent56e0e4085e8dc5e318791fa881cc4cf0de395a4d (diff)
downloadorg.eclipse.papyrus-0a1f2fcf2cf5070a35619c45ae2446fcffe5deb7.tar.gz
org.eclipse.papyrus-0a1f2fcf2cf5070a35619c45ae2446fcffe5deb7.tar.xz
org.eclipse.papyrus-0a1f2fcf2cf5070a35619c45ae2446fcffe5deb7.zip
Revert "Bug 546747 - [Element types] A missing target in an advice binding is not detected by validation"
Diffstat (limited to 'plugins/infra/types/org.eclipse.papyrus.infra.types/model/ElementTypesConfigurations.ecore')
-rw-r--r--plugins/infra/types/org.eclipse.papyrus.infra.types/model/ElementTypesConfigurations.ecore3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/infra/types/org.eclipse.papyrus.infra.types/model/ElementTypesConfigurations.ecore b/plugins/infra/types/org.eclipse.papyrus.infra.types/model/ElementTypesConfigurations.ecore
index 7d19f9bd413..60bbc306900 100644
--- a/plugins/infra/types/org.eclipse.papyrus.infra.types/model/ElementTypesConfigurations.ecore
+++ b/plugins/infra/types/org.eclipse.papyrus.infra.types/model/ElementTypesConfigurations.ecore
@@ -37,8 +37,7 @@
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractAdviceBindingConfiguration"
abstract="true" eSuperTypes="#//AdviceConfiguration #//IdentifiedConfiguration">
- <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
- eType="#//ElementTypeConfiguration"/>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//ElementTypeConfiguration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerConfiguration"
eType="#//ContainerConfiguration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="matcherConfiguration" eType="#//AbstractMatcherConfiguration"

Back to the top