Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2016-05-23 19:50:04 +0000
committerStephan Herrmann2016-05-23 19:50:04 +0000
commitd2f85282ba92e8a2d283ec667bd239054a1dbee4 (patch)
tree53594d38996e28f80d84b7ba3d779519c7b09e59
parentd1a3459f923bf9c109969ed95b249d2fe9586595 (diff)
downloadorg.eclipse.objectteams-d2f85282ba92e8a2d283ec667bd239054a1dbee4.tar.gz
org.eclipse.objectteams-d2f85282ba92e8a2d283ec667bd239054a1dbee4.tar.xz
org.eclipse.objectteams-d2f85282ba92e8a2d283ec667bd239054a1dbee4.zip
Bug 493717: [otdre] inconsistent "weavability" of super class of woven
base class - fix multiplicity in new extension element
-rw-r--r--plugins/org.eclipse.objectteams.otequinox/schema/aspectBindings.exsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.objectteams.otequinox/schema/aspectBindings.exsd b/plugins/org.eclipse.objectteams.otequinox/schema/aspectBindings.exsd
index 2079ba493..501e6c94e 100644
--- a/plugins/org.eclipse.objectteams.otequinox/schema/aspectBindings.exsd
+++ b/plugins/org.eclipse.objectteams.otequinox/schema/aspectBindings.exsd
@@ -138,7 +138,7 @@ If a nested team shall be used it must be specified using either its binary name
</annotation>
<complexType>
<sequence>
- <element ref="superBase" minOccurs="1" maxOccurs="unbounded"/>
+ <element ref="superBase" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<attribute name="class" type="string" use="required">
<annotation>

Back to the top