Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2015-06-09 20:40:30 +0000
committerStephan Herrmann2015-06-09 20:40:30 +0000
commit5c61968eb9e02ab8a70b7a745651855cafa8d6fc (patch)
tree525d79878d78b7ebc04a9f8d140f33e592dbe08f
parentd5d2f493ada52b01c5d2c0664b170aaf527ddea0 (diff)
downloadorg.eclipse.objectteams-5c61968eb9e02ab8a70b7a745651855cafa8d6fc.tar.gz
org.eclipse.objectteams-5c61968eb9e02ab8a70b7a745651855cafa8d6fc.tar.xz
org.eclipse.objectteams-5c61968eb9e02ab8a70b7a745651855cafa8d6fc.zip
Documentation update for extension point aspectBindings.
-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 28195764e..088971254 100644
--- a/plugins/org.eclipse.objectteams.otequinox/schema/aspectBindings.exsd
+++ b/plugins/org.eclipse.objectteams.otequinox/schema/aspectBindings.exsd
@@ -133,7 +133,7 @@ By specifying <code>SELF</code> as the basePlugin, a team may adapt
</appInfo>
<documentation>
The team class of this plug-in which is allowed to adapt classes of the given base plug-in.&lt;br/&gt;
-If a nested team shall be used it can be specified using either its source name (using &apos;.&apos; as the separator) or its binary name (using a &apos;$&apos; separator).
+If a nested team shall be used it must be specified using either its binary name (using a &apos;$&apos; separator).
</documentation>
</annotation>
<complexType>

Back to the top