Adopt final OTJLD changes re Bug 337413 - [otjld][compiler] consider changing LiftingFailedException to a checked exception.
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/index.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/index.html
index d7cd621..db92afc 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/index.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/index.html
@@ -122,7 +122,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/s0.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/s0.html
index 0a4e5b9..625687b 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/s0.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/s0.html
@@ -184,7 +184,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/s1.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/s1.html
index 22b6e29..d2d5ae0 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/s1.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/s1.html
@@ -1576,7 +1576,7 @@
                      </tr>
                      <tr class="line odd">
                         <td class="ln">9</td>
-                        <td><pre>      Runnable foo() { throw <b>new</b> RuntimeException(); }</pre></td>
+                        <td><pre>      Runnable foo() { <b>throw</b> <b>new</b> RuntimeException(); }</pre></td>
                      </tr>
                      <tr class="line even">
                         <td class="ln">10</td>
@@ -1851,7 +1851,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/s2.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/s2.html
index 5f501c6..344fc2b 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/s2.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/s2.html
@@ -389,7 +389,7 @@
                            </tr>
                            <tr class="line even">
                               <td class="ln">2</td>
-                              <td><pre>  <b>public</b> <em>T</em> transform(<em>T</em> val) throws Exception { /* ... */ }</pre></td>
+                              <td><pre>  <b>public</b> <em>T</em> transform(<em>T</em> val) <b>throws</b> Exception { /* ... */ }</pre></td>
                            </tr>
                            <tr class="line odd">
                               <td class="ln">3</td>
@@ -1293,18 +1293,25 @@
                            				class <code>R0</code> that is a common super role for <code>R1</code> and <code>R2</code>.
                         </li>
                      </ul>
+                     <p>Definite binding ambiguity also occurs in cases of generic declared lifting <a href="#s2.3.2.e" title="&sect;2.3.2.(e)&nbsp;Generic declared lifting"
+                           class="sect">&sect;2.3.2.(e)</a>
+                        					if the specified role <code>R</code> is unbound and if two independent sub-roles <code>R1</code> and <code>R2</code>
+                        					exist that introduce a playedBy binding to the same base class <code>BX</code>. 
+                        					In this case no potential ambiguity is flagged because roles <code>R1</code> and <code>R2</code> 
+                        					have no shared bound super-role.
+                        				
+                     </p>
                      <div class="note">
                         <h5>Effect:</h5>
-                        					Definite ambiguity is a compile time error.
+                        					Code causing definite ambiguity is required to handle <code>org.objectteams.LiftingFailedException</code>.
                         				
                      </div>
                      <p>
-                        					A compiler may still choose to make this error configurable/suppressable
-                        					(using the warning token <code>"def-bind-ambiguity"</code>)
-                        					to account for corner cases that may work as desired despite a definite binding ambiguity.
+                        					In cases of definite binding ambiguity lifting will indeed fail except for some corner cases.
                         					Such corner cases may arise if lifting already finds an appropriate role in the cache or 
                         					if an (indirect) subrole of the ambiguously bound role is an unambiguous lift target for the
-                        					concrete type of the base object at run-time.
+                        					concrete type of the base object at run-time. See also <a href="#s2.3.5" title="&sect;2.3.5&nbsp;Consequences of lifting problems"
+                           class="sect">&sect;2.3.5</a>.
                         				
                      </p>
                      <h5 class="listing">Example code (Definite Ambiguity):</h5>
@@ -1332,7 +1339,7 @@
                            </tr>
                            <tr class="line even">
                               <td class="ln">6</td>
-                              <td><pre>  <b>public</b> <b>void</b> useSuperRole(SubBase <b>as</b> SuperRole r) {...}</pre></td>
+                              <td><pre>  <b>public</b> <b>void</b> useSuperRole(SubBase <b>as</b> SuperRole r) {...} <span class="comment">// <span class="error">must declare LiftingFailedException</span></span></pre></td>
                            </tr>
                            <tr class="line odd">
                               <td class="ln">7</td>
@@ -1348,7 +1355,7 @@
                      <p>At runtime <strong>actual ambiguity</strong> may occur if for the
                         			<em>dynamic type</em> of a base to be lifted the conditions of (b)
                         			above hold accordingly. Actual ambiguity is only possible in cases
-                        			reported by the compiler as potential ambiguity.
+                        			reported by the compiler as potential or definite ambiguity.
                         				
                      </p>
                      <div class="note">
@@ -1362,43 +1369,47 @@
                         <table class="listing">
                            <tr class="line odd">
                               <td class="ln">1</td>
-                              <td><pre><b>team</b> <b>class</b> MyTeam {</pre></td>
+                              <td><pre><b>import</b> org.objectteams.LiftingFailedException;</pre></td>
                            </tr>
                            <tr class="line even">
                               <td class="ln">2</td>
-                              <td><pre>  <b>public</b> <b>class</b> SuperRole <b>playedBy</b> MyBase {...}</pre></td>
+                              <td><pre><b>team</b> <b>class</b> MyTeam {</pre></td>
                            </tr>
                            <tr class="line odd">
                               <td class="ln">3</td>
-                              <td><pre>  <b>public</b> <b>class</b> SubRoleA <b>extends</b> SuperRole <b>playedBy</b> SubBase {...}</pre></td>
+                              <td><pre>  <b>public</b> <b>class</b> SuperRole <b>playedBy</b> MyBase {...}</pre></td>
                            </tr>
                            <tr class="line even">
                               <td class="ln">4</td>
-                              <td><pre>  <b>public</b> <b>class</b> SubRoleB <b>extends</b> SuperRole <b>playedBy</b> SubBase {...}</pre></td>
+                              <td><pre>  <b>public</b> <b>class</b> SubRoleA <b>extends</b> SuperRole <b>playedBy</b> SubBase {...}</pre></td>
                            </tr>
                            <tr class="line odd">
                               <td class="ln">5</td>
-                              <td><pre>  </pre></td>
+                              <td><pre>  <b>public</b> <b>class</b> SubRoleB <b>extends</b> SuperRole <b>playedBy</b> SubBase {...}</pre></td>
                            </tr>
                            <tr class="line even">
                               <td class="ln">6</td>
-                              <td><pre>  <b>public</b> <b>void</b> useSuperRole(MyBase <b>as</b> SuperRole r) {...}</pre></td>
+                              <td><pre>  </pre></td>
                            </tr>
                            <tr class="line odd">
                               <td class="ln">7</td>
-                              <td><pre>}</pre></td>
+                              <td><pre>  <b>public</b> <b>void</b> useSuperRole(MyBase <b>as</b> SuperRole r) <b>throws</b> LiftingFailedException {...}</pre></td>
                            </tr>
                            <tr class="line even">
                               <td class="ln">8</td>
-                              <td><pre><span class="comment">// plus these calls:</span></pre></td>
+                              <td><pre>}</pre></td>
                            </tr>
                            <tr class="line odd">
                               <td class="ln">9</td>
-                              <td><pre>MyTeam mt = <b>new</b> MyTeam();</pre></td>
+                              <td><pre><span class="comment">// plus these calls:</span></pre></td>
                            </tr>
                            <tr class="line even">
                               <td class="ln">10</td>
-                              <td><pre>mt.useSuperRole(<b>new</b> SubBase());</pre></td>
+                              <td><pre>MyTeam mt = <b>new</b> MyTeam();</pre></td>
+                           </tr>
+                           <tr class="line odd">
+                              <td class="ln">11</td>
+                              <td><pre>mt.useSuperRole(<b>new</b> SubBase()); <span class="comment">// <span class="error">will throw a LiftingFailedException</span></span></pre></td>
                            </tr>
                         </table>
                      </div>
@@ -1424,59 +1435,63 @@
                         <table class="listing">
                            <tr class="line odd">
                               <td class="ln">1</td>
-                              <td><pre><b>team</b> <b>class</b> MyTeam {</pre></td>
+                              <td><pre><b>import</b> org.objectteams.LiftingFailedException;</pre></td>
                            </tr>
                            <tr class="line even">
                               <td class="ln">2</td>
-                              <td><pre>  <b>public</b> <b>class</b> SuperRole <b>playedBy</b> MyBase {...}</pre></td>
+                              <td><pre>					<b>team</b> <b>class</b> MyTeam {</pre></td>
                            </tr>
                            <tr class="line odd">
                               <td class="ln">3</td>
-                              <td><pre>  <b>public</b> <b>class</b> SubRoleA <b>extends</b> SuperRole {...}</pre></td>
+                              <td><pre>  <b>public</b> <b>class</b> SuperRole <b>playedBy</b> MyBase {...}</pre></td>
                            </tr>
                            <tr class="line even">
                               <td class="ln">4</td>
-                              <td><pre>  <b>public</b> <b>class</b> SubRoleB <b>extends</b> SuperRole {...}</pre></td>
+                              <td><pre>  <b>public</b> <b>class</b> SubRoleA <b>extends</b> SuperRole {...}</pre></td>
                            </tr>
                            <tr class="line odd">
                               <td class="ln">5</td>
-                              <td><pre>  </pre></td>
+                              <td><pre>  <b>public</b> <b>class</b> SubRoleB <b>extends</b> SuperRole {...}</pre></td>
                            </tr>
                            <tr class="line even">
                               <td class="ln">6</td>
-                              <td><pre>  <b>public</b> <b>void</b> useRoleA(MyBase <b>as</b> SubRoleA r) {...}</pre></td>
+                              <td><pre>  </pre></td>
                            </tr>
                            <tr class="line odd">
                               <td class="ln">7</td>
-                              <td><pre>  <b>public</b> <b>void</b> useRoleB(MyBase <b>as</b> SubRoleB r) {...}</pre></td>
+                              <td><pre>  <b>public</b> <b>void</b> useRoleA(MyBase <b>as</b> SubRoleA r) <b>throws</b> LiftingFailedException {...}</pre></td>
                            </tr>
                            <tr class="line even">
                               <td class="ln">8</td>
-                              <td><pre>}</pre></td>
+                              <td><pre>  <b>public</b> <b>void</b> useRoleB(MyBase <b>as</b> SubRoleB r) <b>throws</b> LiftingFailedException {...}</pre></td>
                            </tr>
                            <tr class="line odd">
                               <td class="ln">9</td>
-                              <td><pre><span class="comment">// plus these calls:</span></pre></td>
+                              <td><pre>}</pre></td>
                            </tr>
                            <tr class="line even">
                               <td class="ln">10</td>
-                              <td><pre>MyTeam mt = <b>new</b> MyTeam();</pre></td>
+                              <td><pre><span class="comment">// plus these calls:</span></pre></td>
                            </tr>
                            <tr class="line odd">
                               <td class="ln">11</td>
-                              <td><pre>MyBase b = <b>new</b> MyBase();</pre></td>
+                              <td><pre>MyTeam mt = <b>new</b> MyTeam();</pre></td>
                            </tr>
                            <tr class="line even">
                               <td class="ln">12</td>
-                              <td><pre>mt.useRoleA(b); <span class="comment">// creates a SubRoleA for b</span></pre></td>
+                              <td><pre>MyBase b = <b>new</b> MyBase();</pre></td>
                            </tr>
                            <tr class="line odd">
                               <td class="ln">13</td>
-                              <td><pre>mt.useRoleB(b); <span class="comment">// finds the SubRoleA which is not compatible</span></pre></td>
+                              <td><pre>mt.useRoleA(b); <span class="comment">// creates a SubRoleA for b</span></pre></td>
                            </tr>
                            <tr class="line even">
                               <td class="ln">14</td>
-                              <td><pre>                <span class="comment">// to the expected type SubRoleB.</span></pre></td>
+                              <td><pre>mt.useRoleB(b); <span class="comment">// <span class="error">finds the SubRoleA which is not compatible</span></span></pre></td>
+                           </tr>
+                           <tr class="line odd">
+                              <td class="ln">15</td>
+                              <td><pre>                <span class="comment">// <span class="error">to the expected type SubRoleB.</span></span></pre></td>
                            </tr>
                         </table>
                      </div>
@@ -1498,7 +1513,7 @@
                              alt="" /></a><span class="toplink"><a href="#s2.3">&uarr;&nbsp;&sect;2.3</a></span></h3>
                   <p>The rules for lifting and role binding allow (after issuing a warning) two problematic situations:</p>
                   <ol>
-                     <li>A potential binding makes selection of the approprate role type impossible (<a href="#s2.3.4.a" title="&sect;2.3.4.(a)&nbsp;Potential ambiguity"
+                     <li>A potential binding ambiguity makes selection of the approprate role type impossible (<a href="#s2.3.4.a" title="&sect;2.3.4.(a)&nbsp;Potential ambiguity"
                            class="sect">&sect;2.3.4.(a)</a>)
                      </li>
                      <li>A role which might be relevant for lifting is abstract (<a href="#s2.5.b" title="&sect;2.5.(b)&nbsp;Relevant roles" class="sect">&sect;2.5.(b)</a>)
@@ -1522,7 +1537,7 @@
                      <h4 class="subsect">(b)&nbsp;<span class="title">Problematic callout binding</span><a class="img" href="s2.html#s2.3.5.b"
                            title="PermaLink to (b)&nbsp;Problematic callout binding"><img style="vertical-align:text-top;margin-left:5px;" src="../images/permalink.png"
                                 alt="" /></a></h4>
-                     <p>A callout binding with result lifting (<a href="s3.html#s3.3.c" title="&sect;3.3.(c)&nbsp;Result translation"
+                     <p>The role method of a callout binding with result lifting (<a href="s3.html#s3.3.c" title="&sect;3.3.(c)&nbsp;Result translation"
                            class="sect">&sect;3.3.(c)</a>) may have to declare <code>org.objectteams.LiftingFailedException</code>.
                         				
                      </p>
@@ -1538,7 +1553,10 @@
                         				
                      </p>
                      <p>However, the compiler should allow to configure this error and understand the warning token <code>"hidden-lifting-problem"</code>
-                        				 	for suppressing this problem. If the problem is ignored/suppressed and if at runtime the lifting problem occurs,
+                        				 	for suppressing this problem (<a href="s4.html#s4.1.b"
+                           title="&sect;4.1.(b)&nbsp;Prerequisite: Class binding"
+                           class="sect">&sect;4.1.(b)</a>). 
+                        				 	If the problem is ignored/suppressed and if at runtime the lifting problem occurs,
                         				 	triggering of the callin binding will silently fail, i.e., the program will continue in this situation as if the binding
                         hadn't existed in the first place. 
                         				
@@ -1548,7 +1566,7 @@
                      <h4 class="subsect">(d)&nbsp;<span class="title">Incompatible redefinition of a role hierarchy</span><a class="img" href="s2.html#s2.3.5.d"
                            title="PermaLink to (d)&nbsp;Incompatible redefinition of a role hierarchy"><img style="vertical-align:text-top;margin-left:5px;" src="../images/permalink.png"
                                 alt="" /></a></h4>
-                     <p>Consider a team <code>T1</code> with a method <code>m</code> with declared lifting regaring role <code>R</code>, 
+                     <p>Consider a team <code>T1</code> with a method <code>m</code> with declared lifting regarding role <code>R</code>, 
                         					where no lifting problems are detected.
                         					Consider next a sub-team <code>T2</code> which modifies the hierarchy of role <code>R</code> such that lifting
                         					to <code>T2.R</code> is problematic due to a binding ambiguity.
@@ -2126,7 +2144,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/s3.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/s3.html
index 1438da4..d3c5b6f 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/s3.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/s3.html
@@ -1034,7 +1034,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/s4.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/s4.html
index 00887a3..27bf493 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/s4.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/s4.html
@@ -87,15 +87,16 @@
                   <p>A callin binding requires the enclosing class to be a role class
                      	    bound to a base class according to <a href="s2.html#s2.1" title="&sect;2.1&nbsp;playedBy relation" class="sect">&sect;2.1</a>. 
                      	    An <em>unliftable</em> role (see <a href="s2.html#s2.3.4.a" title="&sect;2.3.4.(a)&nbsp;Potential ambiguity"
-                        class="sect">&sect;2.3.4.(a)</a>) cannot define callin bindings
-                     	    In this case callin bindings can only be introduced in sub-roles 
+                        class="sect">&sect;2.3.4.(a)</a>) should not define callin bindings.
+                     	    In this case callin bindings can only safely be introduced in sub-roles 
                      	    which (by an appropriately refined <code>playedBy</code> clause) disambiguate the lifting translation.
                      			
                   </p>
                   <p>
                      		For corner cases the above rule can be overridden by suppressing the corresponding error
-                     		using the <code>"def-bind-ambiguity"</code> token (see <a href="s2.html#s2.3.4.b" title="&sect;2.3.4.(b)&nbsp;Definite ambiguity"
-                        class="sect">&sect;2.3.4.(b)</a>).  
+                     		using the <code>"hidden-lifting-problem"</code> token (see <a href="s2.html#s2.3.5"
+                        title="&sect;2.3.5&nbsp;Consequences of lifting problems"
+                        class="sect">&sect;2.3.5</a>).  
                      		This will allow callin bindings to be defined even for unliftable roles expecting that lifting
                      		may still succeed by one of the patterns desribed in <a href="s2.html#s2.3.4.b" title="&sect;2.3.4.(b)&nbsp;Definite ambiguity"
                         class="sect">&sect;2.3.4.(b)</a>.
@@ -1525,7 +1526,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/s5.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/s5.html
index c037daa..357fd97 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/s5.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/s5.html
@@ -720,7 +720,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/s6.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/s6.html
index 0a7cf24..78df691 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/s6.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/s6.html
@@ -460,7 +460,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/s7.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/s7.html
index ec5058d..80cdeda 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/s7.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/s7.html
@@ -254,7 +254,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/s8.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/s8.html
index be2cdc8..f4d3680 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/s8.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/s8.html
@@ -85,7 +85,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/s9.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/s9.html
index b15b754..f5a7874 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/s9.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/s9.html
@@ -234,7 +234,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/sA.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/sA.html
index 94a1e6d..7952b2c 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/sA.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/sA.html
@@ -527,7 +527,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/sB.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/sB.html
index e610a51..857e4e4 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/sB.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/def/sB.html
@@ -191,6 +191,18 @@
                            					
                         </p>
                      </li>
+                     <li><a href="s2.html#s2.3.4" title="&sect;2.3.4&nbsp;Binding ambiguities"
+                           class="sect">&sect;2.3.4</a> :
+                        					<strong>Changed handling of role binding ambiguities</strong><p>A definite binding ambiguity is no longer a (suppressable) compiler error, but is signaled
+                           						by the need to declare <code>org.objectteams.LiftingFailedException</code>.
+                           						This way diagnostics could be moved from rather unspecific locations in the team
+                           						towards those applications that could suffer at runtime from a lifting failure.
+                           						While it is generally not recommended to ignore any <code>LiftingFailedException</code>
+                           						catching this exception may still make sense in a few corner cases mentioned in <a href="s2.html#s2.3.4.b" title="&sect;2.3.4.(b)&nbsp;Definite ambiguity"
+                              class="sect">&sect;2.3.4.(b)</a>.
+                           					
+                        </p>
+                     </li>
                      <li><a href="s4.html#s4.4.c"
                            title="&sect;4.4.(c)&nbsp;Mapping the result of a base method"
                            class="sect">&sect;4.4.(c)</a> :
@@ -406,22 +418,13 @@
                            					
                         </p>
                      </li>
-                     <li><a href="s2.html#s2.3.4.b" title="&sect;2.3.4.(b)&nbsp;Definite ambiguity"
-                           class="sect">&sect;2.3.4.(b)</a> :
-                        					<strong>Ignoring a definite binding ambiguity</strong><p>An option has been added to configure/suppress the error signaling a definite binding ambiguity.
-                           						This option can be leveraged to override rule <a href="s4.html#s4.1.b"
-                              title="&sect;4.1.(b)&nbsp;Prerequisite: Class binding"
-                              class="sect">&sect;4.1.(b)</a> (see also below).
-                           					
-                        </p>
-                     </li>
                      <li><a href="s2.html#s2.3.5"
                            title="&sect;2.3.5&nbsp;Consequences of lifting problems"
                            class="sect">&sect;2.3.5</a> :
-                        					<strong>Consequences of lifting problems</strong><p>Clarification has been added specifying that <code>LiftingFailedException</code>
-                           						(<a href="s6.html#s6.2.d" title="&sect;6.2.(d)&nbsp;Exceptions" class="sect">&sect;6.2.(d)</a>)
-                           						is indeed a checked exception.
-                           						A subsection has been added defining the consequences of this exception in
+                        					<strong>Consequences of lifting problems</strong><p>After <a href="s2.html#s2.3.4" title="&sect;2.3.4&nbsp;Binding ambiguities"
+                              class="sect">&sect;2.3.4</a> has clarified that <code>LiftingFailedException</code>
+                           						(<a href="s6.html#s6.2.d" title="&sect;6.2.(d)&nbsp;Exceptions" class="sect">&sect;6.2.(d)</a>) is indeed a checked exception,
+                           						a subsection has been added defining the consequences of this exception in
                            						various program situations.
                            					
                         </p>
@@ -436,9 +439,7 @@
                            title="&sect;4.1.(b)&nbsp;Prerequisite: Class binding"
                            class="sect">&sect;4.1.(b)</a> :
                         	<strong>Callin binding in "unliftable" role</strong><p>
-                           		Based on a new option in <a href="s2.html#s2.3.4.b" title="&sect;2.3.4.(b)&nbsp;Definite ambiguity"
-                              class="sect">&sect;2.3.4.(b)</a> (see above)
-                           		callin bindings can now be defined even in "unliftable" roles.
+                           		Callin bindings can now be defined even in "unliftable" roles.
                            	
                         </p>
                      </li>
@@ -501,7 +502,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/index.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/index.html
index 9ed4f65..6bee267 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/index.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/index.html
@@ -122,7 +122,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s0.1.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s0.1.html
index fb5c630..9b81ee0 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s0.1.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s0.1.html
@@ -43,7 +43,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s0.2.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s0.2.a.html
index 4b772cf..ccf2b81 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s0.2.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s0.2.a.html
@@ -37,7 +37,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s0.2.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s0.2.b.html
index 618cd7e..c285408 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s0.2.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s0.2.b.html
@@ -37,7 +37,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s0.2.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s0.2.html
index 400cba9..8e02a68 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s0.2.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s0.2.html
@@ -93,7 +93,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s0.3.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s0.3.html
index 8950446..aa951f4 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s0.3.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s0.3.html
@@ -42,7 +42,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s0.4.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s0.4.html
index 7fd8a2e..f3175b1 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s0.4.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s0.4.html
@@ -49,7 +49,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s0.5.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s0.5.html
index efc6dcd..f4fadd4 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s0.5.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s0.5.html
@@ -43,7 +43,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s0.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s0.html
index 449b187..4e75d32 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s0.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s0.html
@@ -184,7 +184,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.1.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.1.html
index a06d83e..e29ed6c 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.1.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.1.html
@@ -105,7 +105,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.1.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.1.a.html
index 2642239..f0e72ba 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.1.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.1.a.html
@@ -40,7 +40,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.1.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.1.b.html
index 0f2167b..47f2778 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.1.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.1.b.html
@@ -41,7 +41,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.1.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.1.c.html
index 7cfe227..a0555ed 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.1.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.1.c.html
@@ -40,7 +40,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.1.d.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.1.d.html
index 1973bc3..f1b634d 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.1.d.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.1.d.html
@@ -56,7 +56,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.1.e.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.1.e.html
index 6b09a28..e233c99 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.1.e.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.1.e.html
@@ -58,7 +58,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.1.f.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.1.f.html
index f6ce992..15ad20e 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.1.f.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.1.f.html
@@ -49,7 +49,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.1.g.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.1.g.html
index 00bc967..dc28f22 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.1.g.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.1.g.html
@@ -50,7 +50,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.1.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.1.html
index 6986851..ce650c3 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.1.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.1.html
@@ -164,7 +164,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.2.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.2.a.html
index 42ff420..43e14c5 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.2.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.2.a.html
@@ -37,7 +37,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.2.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.2.b.html
index ea82e3a..620f57e 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.2.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.2.b.html
@@ -54,7 +54,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.2.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.2.c.html
index d795d4d..37441da 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.2.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.2.c.html
@@ -43,7 +43,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.2.d.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.2.d.html
index f381e96..6b12c0d 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.2.d.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.2.d.html
@@ -56,7 +56,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.2.e.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.2.e.html
index a9e0507..5369dc8 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.2.e.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.2.e.html
@@ -41,7 +41,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.2.f.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.2.f.html
index f6b24e9..c755e7d 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.2.f.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.2.f.html
@@ -60,7 +60,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.2.g.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.2.g.html
index aa39b39..9601474 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.2.g.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.2.g.html
@@ -62,7 +62,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.2.h.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.2.h.html
index 0564ab3..a957b1a 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.2.h.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.2.h.html
@@ -46,7 +46,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.2.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.2.html
index 3911414..ec5a940 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.2.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.2.html
@@ -376,7 +376,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.2.i.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.2.i.html
index d9ae2b0..e60cf70 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.2.i.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.2.i.html
@@ -48,7 +48,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.3.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.3.a.html
index 04b22fe..e64dc15 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.3.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.3.a.html
@@ -36,7 +36,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.3.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.3.b.html
index c93ca9f..68d8a5f 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.3.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.3.b.html
@@ -39,7 +39,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.3.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.3.c.html
index 6470107..ba62b71 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.3.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.3.c.html
@@ -42,7 +42,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.3.d.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.3.d.html
index eaa9ada..41c55f2 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.3.d.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.3.d.html
@@ -42,7 +42,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.3.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.3.html
index 100cc6c..4df096e 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.3.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.3.html
@@ -86,7 +86,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.4.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.4.a.html
index d56faf8..89874e7 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.4.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.4.a.html
@@ -39,7 +39,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.4.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.4.b.html
index 4870861..fae244b 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.4.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.4.b.html
@@ -39,7 +39,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.4.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.4.c.html
index a037e4d..48e027e 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.4.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.4.c.html
@@ -40,7 +40,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.4.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.4.html
index 2424faf..9dbf03a 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.4.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.4.html
@@ -67,7 +67,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.5.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.5.a.html
index 9d58365..86a6f77 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.5.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.5.a.html
@@ -38,7 +38,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.5.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.5.b.html
index ab20982..4493c76 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.5.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.5.b.html
@@ -39,7 +39,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.5.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.5.c.html
index f7608e2..49666e6 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.5.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.5.c.html
@@ -40,7 +40,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.5.d.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.5.d.html
index 890efb9..c287baf 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.5.d.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.5.d.html
@@ -39,7 +39,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.5.e.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.5.e.html
index b44aa27..5e76063 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.5.e.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.5.e.html
@@ -38,7 +38,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.5.f.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.5.f.html
index 3a412c5..7deb03a 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.5.f.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.5.f.html
@@ -40,7 +40,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.5.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.5.html
index 0751304..9858a12 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.5.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.5.html
@@ -179,7 +179,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.html
index ddc3a03..b6a964b 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.2.html
@@ -795,7 +795,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.a.html
index 7e99bb5..8f06f03 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.a.html
@@ -50,7 +50,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.b.html
index 55644f9..6179328 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.b.html
@@ -44,7 +44,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.c.html
index dbfb698..15b43f2 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.c.html
@@ -63,7 +63,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.d.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.d.html
index caefe08..af61595 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.d.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.d.html
@@ -42,7 +42,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.e.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.e.html
index fb8856f..b6bf1c1 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.e.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.e.html
@@ -67,7 +67,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.f.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.f.html
index 3f5c724..30f0170 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.f.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.f.html
@@ -63,7 +63,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.g.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.g.html
index cd0f954..b9a18f0 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.g.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.g.html
@@ -53,7 +53,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.h.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.h.html
index c59089f..de27738 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.h.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.h.html
@@ -42,7 +42,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.html
index 261de3e..90e33b3 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.html
@@ -528,7 +528,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.i.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.i.html
index 8b71b36..fe230bd 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.i.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.i.html
@@ -51,7 +51,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.j.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.j.html
index bcb8694..0864650 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.j.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.j.html
@@ -40,7 +40,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.k.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.k.html
index b42443f..5de8e32 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.k.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.1.k.html
@@ -62,7 +62,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.2.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.2.a.html
index 060519c..3fcdca4 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.2.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.2.a.html
@@ -44,7 +44,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.2.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.2.b.html
index 284f05b..c76b637 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.2.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.2.b.html
@@ -45,7 +45,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.2.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.2.c.html
index 9368879..25eec72 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.2.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.2.c.html
@@ -43,7 +43,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.2.d.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.2.d.html
index f298464..344de4c 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.2.d.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.2.d.html
@@ -40,7 +40,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.2.e.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.2.e.html
index fca7b36..4ec33af 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.2.e.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.2.e.html
@@ -41,7 +41,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.2.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.2.html
index 528048c..cf14a3b 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.2.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.2.html
@@ -102,7 +102,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.html
index 4f0506c..3e0320f 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.3.html
@@ -617,7 +617,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.4.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.4.a.html
index 0edc4f0..e2753c8 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.4.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.4.a.html
@@ -39,7 +39,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.4.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.4.b.html
index 2aed995..721a5aa 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.4.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.4.b.html
@@ -53,7 +53,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.4.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.4.html
index 401c2f9..a78bbcb 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.4.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.4.html
@@ -70,7 +70,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.5.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.5.a.html
index 0cc799c..8e9c7c3 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.5.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.5.a.html
@@ -48,7 +48,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.5.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.5.b.html
index 1656cc0..c55c807 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.5.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.5.b.html
@@ -51,7 +51,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.5.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.5.c.html
index 1f128f8..2243dc2 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.5.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.5.c.html
@@ -38,7 +38,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.5.d.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.5.d.html
index 2fd1d95..403ec4b 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.5.d.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.5.d.html
@@ -41,7 +41,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.5.e.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.5.e.html
index ce40113..a9ffe0e 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.5.e.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.5.e.html
@@ -75,7 +75,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.5.f.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.5.f.html
index 2eff2c6..d9f2224 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.5.f.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.5.f.html
@@ -54,7 +54,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.5.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.5.html
index 1611ad9..97d0f6c 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.5.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.5.html
@@ -61,7 +61,7 @@
                   </tr>
                   <tr class="line odd">
                      <td class="ln">9</td>
-                     <td><pre>      Runnable foo() { throw <b>new</b> RuntimeException(); }</pre></td>
+                     <td><pre>      Runnable foo() { <b>throw</b> <b>new</b> RuntimeException(); }</pre></td>
                   </tr>
                   <tr class="line even">
                      <td class="ln">10</td>
@@ -302,7 +302,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.html
index 22742c5..c693e3e 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s1.html
@@ -1568,7 +1568,7 @@
                      </tr>
                      <tr class="line odd">
                         <td class="ln">9</td>
-                        <td><pre>      Runnable foo() { throw <b>new</b> RuntimeException(); }</pre></td>
+                        <td><pre>      Runnable foo() { <b>throw</b> <b>new</b> RuntimeException(); }</pre></td>
                      </tr>
                      <tr class="line even">
                         <td class="ln">10</td>
@@ -1843,7 +1843,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.1.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.1.html
index ac54afa..b63a29c 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.1.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.1.html
@@ -29,7 +29,7 @@
             </p>
             <div class="note">
                <h5>Implementation limitation:</h5>
-               				The language implementation as of OTDT version 2.0 
+               				The language implementation as of OTDT version 2.0
                				imposes one particular restriction when binding a role to a base interface:
                				A role binding to a base interface may not contain any callin bindings (<a href="s4.html" title="&sect;4&nbsp;Callin Binding" class="sect">&sect;4</a>).
                			
@@ -48,7 +48,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.2.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.2.a.html
index 23fe184..f7db22e 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.2.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.2.a.html
@@ -47,7 +47,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.2.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.2.b.html
index 86fe7e4..f436ab8 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.2.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.2.b.html
@@ -61,7 +61,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.2.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.2.c.html
index 9315b17..b429fad 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.2.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.2.c.html
@@ -66,7 +66,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.2.d.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.2.d.html
index 8fe4f43..849958f 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.2.d.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.2.d.html
@@ -76,7 +76,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.2.e.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.2.e.html
index b262293..254a1df 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.2.e.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.2.e.html
@@ -56,7 +56,7 @@
                   </tr>
                   <tr class="line even">
                      <td class="ln">2</td>
-                     <td><pre>  <b>public</b> <em>T</em> transform(<em>T</em> val) throws Exception { /* ... */ }</pre></td>
+                     <td><pre>  <b>public</b> <em>T</em> transform(<em>T</em> val) <b>throws</b> Exception { /* ... */ }</pre></td>
                   </tr>
                   <tr class="line odd">
                      <td class="ln">3</td>
@@ -177,7 +177,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.2.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.2.html
index a391d05..e7f5c48 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.2.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.2.html
@@ -200,7 +200,7 @@
                      </tr>
                      <tr class="line even">
                         <td class="ln">2</td>
-                        <td><pre>  <b>public</b> <em>T</em> transform(<em>T</em> val) throws Exception { /* ... */ }</pre></td>
+                        <td><pre>  <b>public</b> <em>T</em> transform(<em>T</em> val) <b>throws</b> Exception { /* ... */ }</pre></td>
                      </tr>
                      <tr class="line odd">
                         <td class="ln">3</td>
@@ -322,7 +322,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.a.html
index 1acb5ee..c2911d8 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.a.html
@@ -62,7 +62,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.b.html
index e2006b6..0715a25 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.b.html
@@ -41,7 +41,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.c.html
index 6c552c2..ab87ee5 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.c.html
@@ -45,7 +45,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.d.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.d.html
index 6c02dfb..1971fb9 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.d.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.d.html
@@ -44,7 +44,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.e.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.e.html
index 75d9dbf..cb3300b 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.e.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.e.html
@@ -42,7 +42,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.f.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.f.html
index a633a07..9b3f4a6 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.f.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.f.html
@@ -51,7 +51,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.html
index 676b181..36756fe 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.1.html
@@ -140,7 +140,7 @@
                </p>
                <div class="note">
                   <h5>Implementation limitation:</h5>
-                  				The language implementation as of OTDT version 2.0 
+                  				The language implementation as of OTDT version 2.0
                   				imposes one particular restriction when binding a role to a base interface:
                   				A role binding to a base interface may not contain any callin bindings (<a href="s4.html" title="&sect;4&nbsp;Callin Binding" class="sect">&sect;4</a>).
                   			
@@ -329,7 +329,7 @@
                         </tr>
                         <tr class="line even">
                            <td class="ln">2</td>
-                           <td><pre>  <b>public</b> <em>T</em> transform(<em>T</em> val) throws Exception { /* ... */ }</pre></td>
+                           <td><pre>  <b>public</b> <em>T</em> transform(<em>T</em> val) <b>throws</b> Exception { /* ... */ }</pre></td>
                         </tr>
                         <tr class="line odd">
                            <td class="ln">3</td>
@@ -452,7 +452,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.2.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.2.a.html
index e85e1e8..61a15d0 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.2.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.2.a.html
@@ -39,7 +39,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.2.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.2.b.html
index 4ea6ae5..1108595 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.2.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.2.b.html
@@ -136,7 +136,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.2.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.2.c.html
index f1f5034..2669d15 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.2.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.2.c.html
@@ -38,7 +38,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.2.d.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.2.d.html
index faeedbf..8a49e61 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.2.d.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.2.d.html
@@ -84,7 +84,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.2.e.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.2.e.html
index 04396e6..9755433 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.2.e.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.2.e.html
@@ -44,7 +44,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.2.f.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.2.f.html
index 54c4b04..3dd7e5d 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.2.f.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.2.f.html
@@ -41,7 +41,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.2.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.2.html
index 4027ccd..7c82797 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.2.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.2.html
@@ -240,7 +240,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.1.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.1.a.html
index c5b625a..c577e04 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.1.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.1.a.html
@@ -48,7 +48,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.1.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.1.b.html
index bea75d7..3b3f4a1 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.1.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.1.b.html
@@ -52,7 +52,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.1.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.1.c.html
index bf3a911..1f2bafe 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.1.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.1.c.html
@@ -45,7 +45,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.1.d.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.1.d.html
index 943ebbd..097a4d6 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.1.d.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.1.d.html
@@ -67,7 +67,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.1.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.1.html
index fcc1826..4fdb85f 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.1.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.1.html
@@ -132,7 +132,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.2.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.2.a.html
index e3bf85a..f2ea60b 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.2.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.2.a.html
@@ -55,7 +55,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.2.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.2.b.html
index d311c28..f78e671 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.2.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.2.b.html
@@ -41,7 +41,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.2.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.2.c.html
index a0c6070..5543425 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.2.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.2.c.html
@@ -43,7 +43,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.2.d.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.2.d.html
index e42599c..3c6dd32 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.2.d.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.2.d.html
@@ -50,7 +50,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.2.e.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.2.e.html
index 1199b46..55ed366 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.2.e.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.2.e.html
@@ -60,7 +60,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.2.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.2.html
index ea16b0b..8a7e821 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.2.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.2.html
@@ -202,7 +202,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.3.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.3.a.html
index 4d8384b..7e56b4a 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.3.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.3.a.html
@@ -50,7 +50,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.3.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.3.b.html
index e1ad9bd..e1bb834 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.3.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.3.b.html
@@ -48,7 +48,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.3.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.3.c.html
index b82e0f9..5ff62e6 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.3.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.3.c.html
@@ -44,7 +44,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.3.d.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.3.d.html
index 628f0ee..9d46686 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.3.d.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.3.d.html
@@ -39,7 +39,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.3.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.3.html
index 5b61664..96b3050 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.3.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.3.html
@@ -178,7 +178,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.4.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.4.a.html
index 745142f..e72b8ab 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.4.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.4.a.html
@@ -96,7 +96,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.4.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.4.b.html
index 98846a3..d7634cf 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.4.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.4.b.html
@@ -33,18 +33,26 @@
                   				class <code>R0</code> that is a common super role for <code>R1</code> and <code>R2</code>.
                </li>
             </ul>
+            <p>Definite binding ambiguity also occurs in cases of generic declared lifting <a href="s2.3.2.e.html" title="&sect;2.3.2.(e)&nbsp;Generic declared lifting"
+                  class="sect">&sect;2.3.2.(e)</a>
+               					if the specified role <code>R</code> is unbound and if two independent sub-roles <code>R1</code> and <code>R2</code>
+               					exist that introduce a playedBy binding to the same base class <code>BX</code>. 
+               					In this case no potential ambiguity is flagged because roles <code>R1</code> and <code>R2</code> 
+               					have no shared bound super-role.
+               				
+            </p>
             <div class="note">
                <h5>Effect:</h5>
-               					Definite ambiguity is a compile time error.
+               					Code causing definite ambiguity is required to handle <code>org.objectteams.LiftingFailedException</code>.
                				
             </div>
             <p>
-               					A compiler may still choose to make this error configurable/suppressable
-               					(using the warning token <code>"def-bind-ambiguity"</code>)
-               					to account for corner cases that may work as desired despite a definite binding ambiguity.
+               					In cases of definite binding ambiguity lifting will indeed fail except for some corner cases.
                					Such corner cases may arise if lifting already finds an appropriate role in the cache or 
                					if an (indirect) subrole of the ambiguously bound role is an unambiguous lift target for the
-               					concrete type of the base object at run-time.
+               					concrete type of the base object at run-time. See also <a href="s2.3.5.html"
+                  title="&sect;2.3.5&nbsp;Consequences of lifting problems"
+                  class="sect">&sect;2.3.5</a>.
                				
             </p>
             <h5 class="listing">Example code (Definite Ambiguity):</h5>
@@ -72,7 +80,7 @@
                   </tr>
                   <tr class="line even">
                      <td class="ln">6</td>
-                     <td><pre>  <b>public</b> <b>void</b> useSuperRole(SubBase <b>as</b> SuperRole r) {...}</pre></td>
+                     <td><pre>  <b>public</b> <b>void</b> useSuperRole(SubBase <b>as</b> SuperRole r) {...} <span class="comment">// <span class="error">must declare LiftingFailedException</span></span></pre></td>
                   </tr>
                   <tr class="line odd">
                      <td class="ln">7</td>
@@ -94,7 +102,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.4.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.4.c.html
index 28df423..d712a24 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.4.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.4.c.html
@@ -24,7 +24,7 @@
             <p>At runtime <strong>actual ambiguity</strong> may occur if for the
                			<em>dynamic type</em> of a base to be lifted the conditions of (b)
                			above hold accordingly. Actual ambiguity is only possible in cases
-               			reported by the compiler as potential ambiguity.
+               			reported by the compiler as potential or definite ambiguity.
                				
             </p>
             <div class="note">
@@ -38,43 +38,47 @@
                <table class="listing">
                   <tr class="line odd">
                      <td class="ln">1</td>
-                     <td><pre><b>team</b> <b>class</b> MyTeam {</pre></td>
+                     <td><pre><b>import</b> org.objectteams.LiftingFailedException;</pre></td>
                   </tr>
                   <tr class="line even">
                      <td class="ln">2</td>
-                     <td><pre>  <b>public</b> <b>class</b> SuperRole <b>playedBy</b> MyBase {...}</pre></td>
+                     <td><pre><b>team</b> <b>class</b> MyTeam {</pre></td>
                   </tr>
                   <tr class="line odd">
                      <td class="ln">3</td>
-                     <td><pre>  <b>public</b> <b>class</b> SubRoleA <b>extends</b> SuperRole <b>playedBy</b> SubBase {...}</pre></td>
+                     <td><pre>  <b>public</b> <b>class</b> SuperRole <b>playedBy</b> MyBase {...}</pre></td>
                   </tr>
                   <tr class="line even">
                      <td class="ln">4</td>
-                     <td><pre>  <b>public</b> <b>class</b> SubRoleB <b>extends</b> SuperRole <b>playedBy</b> SubBase {...}</pre></td>
+                     <td><pre>  <b>public</b> <b>class</b> SubRoleA <b>extends</b> SuperRole <b>playedBy</b> SubBase {...}</pre></td>
                   </tr>
                   <tr class="line odd">
                      <td class="ln">5</td>
-                     <td><pre>  </pre></td>
+                     <td><pre>  <b>public</b> <b>class</b> SubRoleB <b>extends</b> SuperRole <b>playedBy</b> SubBase {...}</pre></td>
                   </tr>
                   <tr class="line even">
                      <td class="ln">6</td>
-                     <td><pre>  <b>public</b> <b>void</b> useSuperRole(MyBase <b>as</b> SuperRole r) {...}</pre></td>
+                     <td><pre>  </pre></td>
                   </tr>
                   <tr class="line odd">
                      <td class="ln">7</td>
-                     <td><pre>}</pre></td>
+                     <td><pre>  <b>public</b> <b>void</b> useSuperRole(MyBase <b>as</b> SuperRole r) <b>throws</b> LiftingFailedException {...}</pre></td>
                   </tr>
                   <tr class="line even">
                      <td class="ln">8</td>
-                     <td><pre><span class="comment">// plus these calls:</span></pre></td>
+                     <td><pre>}</pre></td>
                   </tr>
                   <tr class="line odd">
                      <td class="ln">9</td>
-                     <td><pre>MyTeam mt = <b>new</b> MyTeam();</pre></td>
+                     <td><pre><span class="comment">// plus these calls:</span></pre></td>
                   </tr>
                   <tr class="line even">
                      <td class="ln">10</td>
-                     <td><pre>mt.useSuperRole(<b>new</b> SubBase());</pre></td>
+                     <td><pre>MyTeam mt = <b>new</b> MyTeam();</pre></td>
+                  </tr>
+                  <tr class="line odd">
+                     <td class="ln">11</td>
+                     <td><pre>mt.useSuperRole(<b>new</b> SubBase()); <span class="comment">// <span class="error">will throw a LiftingFailedException</span></span></pre></td>
                   </tr>
                </table>
             </div>
@@ -92,7 +96,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.4.d.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.4.d.html
index db74998..307ab06 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.4.d.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.4.d.html
@@ -38,59 +38,63 @@
                <table class="listing">
                   <tr class="line odd">
                      <td class="ln">1</td>
-                     <td><pre><b>team</b> <b>class</b> MyTeam {</pre></td>
+                     <td><pre><b>import</b> org.objectteams.LiftingFailedException;</pre></td>
                   </tr>
                   <tr class="line even">
                      <td class="ln">2</td>
-                     <td><pre>  <b>public</b> <b>class</b> SuperRole <b>playedBy</b> MyBase {...}</pre></td>
+                     <td><pre>					<b>team</b> <b>class</b> MyTeam {</pre></td>
                   </tr>
                   <tr class="line odd">
                      <td class="ln">3</td>
-                     <td><pre>  <b>public</b> <b>class</b> SubRoleA <b>extends</b> SuperRole {...}</pre></td>
+                     <td><pre>  <b>public</b> <b>class</b> SuperRole <b>playedBy</b> MyBase {...}</pre></td>
                   </tr>
                   <tr class="line even">
                      <td class="ln">4</td>
-                     <td><pre>  <b>public</b> <b>class</b> SubRoleB <b>extends</b> SuperRole {...}</pre></td>
+                     <td><pre>  <b>public</b> <b>class</b> SubRoleA <b>extends</b> SuperRole {...}</pre></td>
                   </tr>
                   <tr class="line odd">
                      <td class="ln">5</td>
-                     <td><pre>  </pre></td>
+                     <td><pre>  <b>public</b> <b>class</b> SubRoleB <b>extends</b> SuperRole {...}</pre></td>
                   </tr>
                   <tr class="line even">
                      <td class="ln">6</td>
-                     <td><pre>  <b>public</b> <b>void</b> useRoleA(MyBase <b>as</b> SubRoleA r) {...}</pre></td>
+                     <td><pre>  </pre></td>
                   </tr>
                   <tr class="line odd">
                      <td class="ln">7</td>
-                     <td><pre>  <b>public</b> <b>void</b> useRoleB(MyBase <b>as</b> SubRoleB r) {...}</pre></td>
+                     <td><pre>  <b>public</b> <b>void</b> useRoleA(MyBase <b>as</b> SubRoleA r) <b>throws</b> LiftingFailedException {...}</pre></td>
                   </tr>
                   <tr class="line even">
                      <td class="ln">8</td>
-                     <td><pre>}</pre></td>
+                     <td><pre>  <b>public</b> <b>void</b> useRoleB(MyBase <b>as</b> SubRoleB r) <b>throws</b> LiftingFailedException {...}</pre></td>
                   </tr>
                   <tr class="line odd">
                      <td class="ln">9</td>
-                     <td><pre><span class="comment">// plus these calls:</span></pre></td>
+                     <td><pre>}</pre></td>
                   </tr>
                   <tr class="line even">
                      <td class="ln">10</td>
-                     <td><pre>MyTeam mt = <b>new</b> MyTeam();</pre></td>
+                     <td><pre><span class="comment">// plus these calls:</span></pre></td>
                   </tr>
                   <tr class="line odd">
                      <td class="ln">11</td>
-                     <td><pre>MyBase b = <b>new</b> MyBase();</pre></td>
+                     <td><pre>MyTeam mt = <b>new</b> MyTeam();</pre></td>
                   </tr>
                   <tr class="line even">
                      <td class="ln">12</td>
-                     <td><pre>mt.useRoleA(b); <span class="comment">// creates a SubRoleA for b</span></pre></td>
+                     <td><pre>MyBase b = <b>new</b> MyBase();</pre></td>
                   </tr>
                   <tr class="line odd">
                      <td class="ln">13</td>
-                     <td><pre>mt.useRoleB(b); <span class="comment">// finds the SubRoleA which is not compatible</span></pre></td>
+                     <td><pre>mt.useRoleA(b); <span class="comment">// creates a SubRoleA for b</span></pre></td>
                   </tr>
                   <tr class="line even">
                      <td class="ln">14</td>
-                     <td><pre>                <span class="comment">// to the expected type SubRoleB.</span></pre></td>
+                     <td><pre>mt.useRoleB(b); <span class="comment">// <span class="error">finds the SubRoleA which is not compatible</span></span></pre></td>
+                  </tr>
+                  <tr class="line odd">
+                     <td class="ln">15</td>
+                     <td><pre>                <span class="comment">// <span class="error">to the expected type SubRoleB.</span></span></pre></td>
                   </tr>
                </table>
             </div>
@@ -118,7 +122,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.4.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.4.html
index 0340906..017744b 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.4.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.4.html
@@ -108,18 +108,26 @@
                      				class <code>R0</code> that is a common super role for <code>R1</code> and <code>R2</code>.
                   </li>
                </ul>
+               <p>Definite binding ambiguity also occurs in cases of generic declared lifting <a href="s2.3.2.e.html" title="&sect;2.3.2.(e)&nbsp;Generic declared lifting"
+                     class="sect">&sect;2.3.2.(e)</a>
+                  					if the specified role <code>R</code> is unbound and if two independent sub-roles <code>R1</code> and <code>R2</code>
+                  					exist that introduce a playedBy binding to the same base class <code>BX</code>. 
+                  					In this case no potential ambiguity is flagged because roles <code>R1</code> and <code>R2</code> 
+                  					have no shared bound super-role.
+                  				
+               </p>
                <div class="note">
                   <h5>Effect:</h5>
-                  					Definite ambiguity is a compile time error.
+                  					Code causing definite ambiguity is required to handle <code>org.objectteams.LiftingFailedException</code>.
                   				
                </div>
                <p>
-                  					A compiler may still choose to make this error configurable/suppressable
-                  					(using the warning token <code>"def-bind-ambiguity"</code>)
-                  					to account for corner cases that may work as desired despite a definite binding ambiguity.
+                  					In cases of definite binding ambiguity lifting will indeed fail except for some corner cases.
                   					Such corner cases may arise if lifting already finds an appropriate role in the cache or 
                   					if an (indirect) subrole of the ambiguously bound role is an unambiguous lift target for the
-                  					concrete type of the base object at run-time.
+                  					concrete type of the base object at run-time. See also <a href="s2.3.5.html"
+                     title="&sect;2.3.5&nbsp;Consequences of lifting problems"
+                     class="sect">&sect;2.3.5</a>.
                   				
                </p>
                <h5 class="listing">Example code (Definite Ambiguity):</h5>
@@ -147,7 +155,7 @@
                      </tr>
                      <tr class="line even">
                         <td class="ln">6</td>
-                        <td><pre>  <b>public</b> <b>void</b> useSuperRole(SubBase <b>as</b> SuperRole r) {...}</pre></td>
+                        <td><pre>  <b>public</b> <b>void</b> useSuperRole(SubBase <b>as</b> SuperRole r) {...} <span class="comment">// <span class="error">must declare LiftingFailedException</span></span></pre></td>
                      </tr>
                      <tr class="line odd">
                         <td class="ln">7</td>
@@ -163,7 +171,7 @@
                <p>At runtime <strong>actual ambiguity</strong> may occur if for the
                   			<em>dynamic type</em> of a base to be lifted the conditions of (b)
                   			above hold accordingly. Actual ambiguity is only possible in cases
-                  			reported by the compiler as potential ambiguity.
+                  			reported by the compiler as potential or definite ambiguity.
                   				
                </p>
                <div class="note">
@@ -177,43 +185,47 @@
                   <table class="listing">
                      <tr class="line odd">
                         <td class="ln">1</td>
-                        <td><pre><b>team</b> <b>class</b> MyTeam {</pre></td>
+                        <td><pre><b>import</b> org.objectteams.LiftingFailedException;</pre></td>
                      </tr>
                      <tr class="line even">
                         <td class="ln">2</td>
-                        <td><pre>  <b>public</b> <b>class</b> SuperRole <b>playedBy</b> MyBase {...}</pre></td>
+                        <td><pre><b>team</b> <b>class</b> MyTeam {</pre></td>
                      </tr>
                      <tr class="line odd">
                         <td class="ln">3</td>
-                        <td><pre>  <b>public</b> <b>class</b> SubRoleA <b>extends</b> SuperRole <b>playedBy</b> SubBase {...}</pre></td>
+                        <td><pre>  <b>public</b> <b>class</b> SuperRole <b>playedBy</b> MyBase {...}</pre></td>
                      </tr>
                      <tr class="line even">
                         <td class="ln">4</td>
-                        <td><pre>  <b>public</b> <b>class</b> SubRoleB <b>extends</b> SuperRole <b>playedBy</b> SubBase {...}</pre></td>
+                        <td><pre>  <b>public</b> <b>class</b> SubRoleA <b>extends</b> SuperRole <b>playedBy</b> SubBase {...}</pre></td>
                      </tr>
                      <tr class="line odd">
                         <td class="ln">5</td>
-                        <td><pre>  </pre></td>
+                        <td><pre>  <b>public</b> <b>class</b> SubRoleB <b>extends</b> SuperRole <b>playedBy</b> SubBase {...}</pre></td>
                      </tr>
                      <tr class="line even">
                         <td class="ln">6</td>
-                        <td><pre>  <b>public</b> <b>void</b> useSuperRole(MyBase <b>as</b> SuperRole r) {...}</pre></td>
+                        <td><pre>  </pre></td>
                      </tr>
                      <tr class="line odd">
                         <td class="ln">7</td>
-                        <td><pre>}</pre></td>
+                        <td><pre>  <b>public</b> <b>void</b> useSuperRole(MyBase <b>as</b> SuperRole r) <b>throws</b> LiftingFailedException {...}</pre></td>
                      </tr>
                      <tr class="line even">
                         <td class="ln">8</td>
-                        <td><pre><span class="comment">// plus these calls:</span></pre></td>
+                        <td><pre>}</pre></td>
                      </tr>
                      <tr class="line odd">
                         <td class="ln">9</td>
-                        <td><pre>MyTeam mt = <b>new</b> MyTeam();</pre></td>
+                        <td><pre><span class="comment">// plus these calls:</span></pre></td>
                      </tr>
                      <tr class="line even">
                         <td class="ln">10</td>
-                        <td><pre>mt.useSuperRole(<b>new</b> SubBase());</pre></td>
+                        <td><pre>MyTeam mt = <b>new</b> MyTeam();</pre></td>
+                     </tr>
+                     <tr class="line odd">
+                        <td class="ln">11</td>
+                        <td><pre>mt.useSuperRole(<b>new</b> SubBase()); <span class="comment">// <span class="error">will throw a LiftingFailedException</span></span></pre></td>
                      </tr>
                   </table>
                </div>
@@ -239,59 +251,63 @@
                   <table class="listing">
                      <tr class="line odd">
                         <td class="ln">1</td>
-                        <td><pre><b>team</b> <b>class</b> MyTeam {</pre></td>
+                        <td><pre><b>import</b> org.objectteams.LiftingFailedException;</pre></td>
                      </tr>
                      <tr class="line even">
                         <td class="ln">2</td>
-                        <td><pre>  <b>public</b> <b>class</b> SuperRole <b>playedBy</b> MyBase {...}</pre></td>
+                        <td><pre>					<b>team</b> <b>class</b> MyTeam {</pre></td>
                      </tr>
                      <tr class="line odd">
                         <td class="ln">3</td>
-                        <td><pre>  <b>public</b> <b>class</b> SubRoleA <b>extends</b> SuperRole {...}</pre></td>
+                        <td><pre>  <b>public</b> <b>class</b> SuperRole <b>playedBy</b> MyBase {...}</pre></td>
                      </tr>
                      <tr class="line even">
                         <td class="ln">4</td>
-                        <td><pre>  <b>public</b> <b>class</b> SubRoleB <b>extends</b> SuperRole {...}</pre></td>
+                        <td><pre>  <b>public</b> <b>class</b> SubRoleA <b>extends</b> SuperRole {...}</pre></td>
                      </tr>
                      <tr class="line odd">
                         <td class="ln">5</td>
-                        <td><pre>  </pre></td>
+                        <td><pre>  <b>public</b> <b>class</b> SubRoleB <b>extends</b> SuperRole {...}</pre></td>
                      </tr>
                      <tr class="line even">
                         <td class="ln">6</td>
-                        <td><pre>  <b>public</b> <b>void</b> useRoleA(MyBase <b>as</b> SubRoleA r) {...}</pre></td>
+                        <td><pre>  </pre></td>
                      </tr>
                      <tr class="line odd">
                         <td class="ln">7</td>
-                        <td><pre>  <b>public</b> <b>void</b> useRoleB(MyBase <b>as</b> SubRoleB r) {...}</pre></td>
+                        <td><pre>  <b>public</b> <b>void</b> useRoleA(MyBase <b>as</b> SubRoleA r) <b>throws</b> LiftingFailedException {...}</pre></td>
                      </tr>
                      <tr class="line even">
                         <td class="ln">8</td>
-                        <td><pre>}</pre></td>
+                        <td><pre>  <b>public</b> <b>void</b> useRoleB(MyBase <b>as</b> SubRoleB r) <b>throws</b> LiftingFailedException {...}</pre></td>
                      </tr>
                      <tr class="line odd">
                         <td class="ln">9</td>
-                        <td><pre><span class="comment">// plus these calls:</span></pre></td>
+                        <td><pre>}</pre></td>
                      </tr>
                      <tr class="line even">
                         <td class="ln">10</td>
-                        <td><pre>MyTeam mt = <b>new</b> MyTeam();</pre></td>
+                        <td><pre><span class="comment">// plus these calls:</span></pre></td>
                      </tr>
                      <tr class="line odd">
                         <td class="ln">11</td>
-                        <td><pre>MyBase b = <b>new</b> MyBase();</pre></td>
+                        <td><pre>MyTeam mt = <b>new</b> MyTeam();</pre></td>
                      </tr>
                      <tr class="line even">
                         <td class="ln">12</td>
-                        <td><pre>mt.useRoleA(b); <span class="comment">// creates a SubRoleA for b</span></pre></td>
+                        <td><pre>MyBase b = <b>new</b> MyBase();</pre></td>
                      </tr>
                      <tr class="line odd">
                         <td class="ln">13</td>
-                        <td><pre>mt.useRoleB(b); <span class="comment">// finds the SubRoleA which is not compatible</span></pre></td>
+                        <td><pre>mt.useRoleA(b); <span class="comment">// creates a SubRoleA for b</span></pre></td>
                      </tr>
                      <tr class="line even">
                         <td class="ln">14</td>
-                        <td><pre>                <span class="comment">// to the expected type SubRoleB.</span></pre></td>
+                        <td><pre>mt.useRoleB(b); <span class="comment">// <span class="error">finds the SubRoleA which is not compatible</span></span></pre></td>
+                     </tr>
+                     <tr class="line odd">
+                        <td class="ln">15</td>
+                        <td><pre>                <span class="comment">// <span class="error">to the expected type SubRoleB.</span></span></pre></td>
                      </tr>
                   </table>
                </div>
@@ -320,7 +336,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.5.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.5.a.html
index 806c1ca..9fb89b9 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.5.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.5.a.html
@@ -38,7 +38,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.5.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.5.b.html
index 9cae36c..4e0fca5 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.5.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.5.b.html
@@ -21,7 +21,7 @@
             <h4 class="subsect">&sect;2.3.5.(b)&nbsp;<span class="title">Problematic callout binding</span><a class="img" href="s2.3.5.b.html"
                   title="PermaLink to (b)&nbsp;Problematic callout binding"><img style="vertical-align:text-top;margin-left:5px;" src="../images/permalink.png"
                        alt="" /></a></h4>
-            <p>A callout binding with result lifting (<a href="s3.3.c.html" title="&sect;3.3.(c)&nbsp;Result translation"
+            <p>The role method of a callout binding with result lifting (<a href="s3.3.c.html" title="&sect;3.3.(c)&nbsp;Result translation"
                   class="sect">&sect;3.3.(c)</a>) may have to declare <code>org.objectteams.LiftingFailedException</code>.
                				
             </p>
@@ -39,7 +39,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.5.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.5.c.html
index fe84b7a..020d3d5 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.5.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.5.c.html
@@ -28,7 +28,9 @@
                				
             </p>
             <p>However, the compiler should allow to configure this error and understand the warning token <code>"hidden-lifting-problem"</code>
-               				 	for suppressing this problem. If the problem is ignored/suppressed and if at runtime the lifting problem occurs,
+               				 	for suppressing this problem (<a href="s4.1.b.html" title="&sect;4.1.(b)&nbsp;Prerequisite: Class binding"
+                  class="sect">&sect;4.1.(b)</a>). 
+               				 	If the problem is ignored/suppressed and if at runtime the lifting problem occurs,
                				 	triggering of the callin binding will silently fail, i.e., the program will continue in this situation as if the binding
                hadn't existed in the first place. 
                				
@@ -47,7 +49,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.5.d.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.5.d.html
index fad8ca5..0f953fd 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.5.d.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.5.d.html
@@ -21,7 +21,7 @@
             <h4 class="subsect">&sect;2.3.5.(d)&nbsp;<span class="title">Incompatible redefinition of a role hierarchy</span><a class="img" href="s2.3.5.d.html"
                   title="PermaLink to (d)&nbsp;Incompatible redefinition of a role hierarchy"><img style="vertical-align:text-top;margin-left:5px;" src="../images/permalink.png"
                        alt="" /></a></h4>
-            <p>Consider a team <code>T1</code> with a method <code>m</code> with declared lifting regaring role <code>R</code>, 
+            <p>Consider a team <code>T1</code> with a method <code>m</code> with declared lifting regarding role <code>R</code>, 
                					where no lifting problems are detected.
                					Consider next a sub-team <code>T2</code> which modifies the hierarchy of role <code>R</code> such that lifting
                					to <code>T2.R</code> is problematic due to a binding ambiguity.
@@ -44,7 +44,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.5.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.5.html
index 532bd59..97e8d76 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.5.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.5.html
@@ -23,7 +23,7 @@
                        alt="" /></a></h3>
             <p>The rules for lifting and role binding allow (after issuing a warning) two problematic situations:</p>
             <ol>
-               <li>A potential binding makes selection of the approprate role type impossible (<a href="s2.3.4.a.html" title="&sect;2.3.4.(a)&nbsp;Potential ambiguity"
+               <li>A potential binding ambiguity makes selection of the approprate role type impossible (<a href="s2.3.4.a.html" title="&sect;2.3.4.(a)&nbsp;Potential ambiguity"
                      class="sect">&sect;2.3.4.(a)</a>)
                </li>
                <li>A role which might be relevant for lifting is abstract (<a href="s2.5.b.html" title="&sect;2.5.(b)&nbsp;Relevant roles" class="sect">&sect;2.5.(b)</a>)
@@ -47,7 +47,7 @@
                <h4 class="subsect">(b)&nbsp;<span class="title">Problematic callout binding</span><a class="img" href="s2.3.5.b.html"
                      title="PermaLink to (b)&nbsp;Problematic callout binding"><img style="vertical-align:text-top;margin-left:5px;" src="../images/permalink.png"
                           alt="" /></a></h4>
-               <p>A callout binding with result lifting (<a href="s3.3.c.html" title="&sect;3.3.(c)&nbsp;Result translation"
+               <p>The role method of a callout binding with result lifting (<a href="s3.3.c.html" title="&sect;3.3.(c)&nbsp;Result translation"
                      class="sect">&sect;3.3.(c)</a>) may have to declare <code>org.objectteams.LiftingFailedException</code>.
                   				
                </p>
@@ -63,7 +63,9 @@
                   				
                </p>
                <p>However, the compiler should allow to configure this error and understand the warning token <code>"hidden-lifting-problem"</code>
-                  				 	for suppressing this problem. If the problem is ignored/suppressed and if at runtime the lifting problem occurs,
+                  				 	for suppressing this problem (<a href="s4.1.b.html" title="&sect;4.1.(b)&nbsp;Prerequisite: Class binding"
+                     class="sect">&sect;4.1.(b)</a>). 
+                  				 	If the problem is ignored/suppressed and if at runtime the lifting problem occurs,
                   				 	triggering of the callin binding will silently fail, i.e., the program will continue in this situation as if the binding
                   hadn't existed in the first place. 
                   				
@@ -73,7 +75,7 @@
                <h4 class="subsect">(d)&nbsp;<span class="title">Incompatible redefinition of a role hierarchy</span><a class="img" href="s2.3.5.d.html"
                      title="PermaLink to (d)&nbsp;Incompatible redefinition of a role hierarchy"><img style="vertical-align:text-top;margin-left:5px;" src="../images/permalink.png"
                           alt="" /></a></h4>
-               <p>Consider a team <code>T1</code> with a method <code>m</code> with declared lifting regaring role <code>R</code>, 
+               <p>Consider a team <code>T1</code> with a method <code>m</code> with declared lifting regarding role <code>R</code>, 
                   					where no lifting problems are detected.
                   					Consider next a sub-team <code>T2</code> which modifies the hierarchy of role <code>R</code> such that lifting
                   					to <code>T2.R</code> is problematic due to a binding ambiguity.
@@ -97,7 +99,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.a.html
index 9a1c9f6..3a106f2 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.a.html
@@ -44,7 +44,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.b.html
index 004f5f2..dd9b61c 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.b.html
@@ -49,7 +49,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.c.html
index c291056..03e3ed6 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.c.html
@@ -40,7 +40,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.d.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.d.html
index b6a1166..c4a103d 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.d.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.d.html
@@ -43,7 +43,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.html
index a771aa9..9ff3625 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.3.html
@@ -601,18 +601,25 @@
                         				class <code>R0</code> that is a common super role for <code>R1</code> and <code>R2</code>.
                      </li>
                   </ul>
+                  <p>Definite binding ambiguity also occurs in cases of generic declared lifting <a href="#s2.3.2.e" title="&sect;2.3.2.(e)&nbsp;Generic declared lifting"
+                        class="sect">&sect;2.3.2.(e)</a>
+                     					if the specified role <code>R</code> is unbound and if two independent sub-roles <code>R1</code> and <code>R2</code>
+                     					exist that introduce a playedBy binding to the same base class <code>BX</code>. 
+                     					In this case no potential ambiguity is flagged because roles <code>R1</code> and <code>R2</code> 
+                     					have no shared bound super-role.
+                     				
+                  </p>
                   <div class="note">
                      <h5>Effect:</h5>
-                     					Definite ambiguity is a compile time error.
+                     					Code causing definite ambiguity is required to handle <code>org.objectteams.LiftingFailedException</code>.
                      				
                   </div>
                   <p>
-                     					A compiler may still choose to make this error configurable/suppressable
-                     					(using the warning token <code>"def-bind-ambiguity"</code>)
-                     					to account for corner cases that may work as desired despite a definite binding ambiguity.
+                     					In cases of definite binding ambiguity lifting will indeed fail except for some corner cases.
                      					Such corner cases may arise if lifting already finds an appropriate role in the cache or 
                      					if an (indirect) subrole of the ambiguously bound role is an unambiguous lift target for the
-                     					concrete type of the base object at run-time.
+                     					concrete type of the base object at run-time. See also <a href="#s2.3.5" title="&sect;2.3.5&nbsp;Consequences of lifting problems"
+                        class="sect">&sect;2.3.5</a>.
                      				
                   </p>
                   <h5 class="listing">Example code (Definite Ambiguity):</h5>
@@ -640,7 +647,7 @@
                         </tr>
                         <tr class="line even">
                            <td class="ln">6</td>
-                           <td><pre>  <b>public</b> <b>void</b> useSuperRole(SubBase <b>as</b> SuperRole r) {...}</pre></td>
+                           <td><pre>  <b>public</b> <b>void</b> useSuperRole(SubBase <b>as</b> SuperRole r) {...} <span class="comment">// <span class="error">must declare LiftingFailedException</span></span></pre></td>
                         </tr>
                         <tr class="line odd">
                            <td class="ln">7</td>
@@ -656,7 +663,7 @@
                   <p>At runtime <strong>actual ambiguity</strong> may occur if for the
                      			<em>dynamic type</em> of a base to be lifted the conditions of (b)
                      			above hold accordingly. Actual ambiguity is only possible in cases
-                     			reported by the compiler as potential ambiguity.
+                     			reported by the compiler as potential or definite ambiguity.
                      				
                   </p>
                   <div class="note">
@@ -670,43 +677,47 @@
                      <table class="listing">
                         <tr class="line odd">
                            <td class="ln">1</td>
-                           <td><pre><b>team</b> <b>class</b> MyTeam {</pre></td>
+                           <td><pre><b>import</b> org.objectteams.LiftingFailedException;</pre></td>
                         </tr>
                         <tr class="line even">
                            <td class="ln">2</td>
-                           <td><pre>  <b>public</b> <b>class</b> SuperRole <b>playedBy</b> MyBase {...}</pre></td>
+                           <td><pre><b>team</b> <b>class</b> MyTeam {</pre></td>
                         </tr>
                         <tr class="line odd">
                            <td class="ln">3</td>
-                           <td><pre>  <b>public</b> <b>class</b> SubRoleA <b>extends</b> SuperRole <b>playedBy</b> SubBase {...}</pre></td>
+                           <td><pre>  <b>public</b> <b>class</b> SuperRole <b>playedBy</b> MyBase {...}</pre></td>
                         </tr>
                         <tr class="line even">
                            <td class="ln">4</td>
-                           <td><pre>  <b>public</b> <b>class</b> SubRoleB <b>extends</b> SuperRole <b>playedBy</b> SubBase {...}</pre></td>
+                           <td><pre>  <b>public</b> <b>class</b> SubRoleA <b>extends</b> SuperRole <b>playedBy</b> SubBase {...}</pre></td>
                         </tr>
                         <tr class="line odd">
                            <td class="ln">5</td>
-                           <td><pre>  </pre></td>
+                           <td><pre>  <b>public</b> <b>class</b> SubRoleB <b>extends</b> SuperRole <b>playedBy</b> SubBase {...}</pre></td>
                         </tr>
                         <tr class="line even">
                            <td class="ln">6</td>
-                           <td><pre>  <b>public</b> <b>void</b> useSuperRole(MyBase <b>as</b> SuperRole r) {...}</pre></td>
+                           <td><pre>  </pre></td>
                         </tr>
                         <tr class="line odd">
                            <td class="ln">7</td>
-                           <td><pre>}</pre></td>
+                           <td><pre>  <b>public</b> <b>void</b> useSuperRole(MyBase <b>as</b> SuperRole r) <b>throws</b> LiftingFailedException {...}</pre></td>
                         </tr>
                         <tr class="line even">
                            <td class="ln">8</td>
-                           <td><pre><span class="comment">// plus these calls:</span></pre></td>
+                           <td><pre>}</pre></td>
                         </tr>
                         <tr class="line odd">
                            <td class="ln">9</td>
-                           <td><pre>MyTeam mt = <b>new</b> MyTeam();</pre></td>
+                           <td><pre><span class="comment">// plus these calls:</span></pre></td>
                         </tr>
                         <tr class="line even">
                            <td class="ln">10</td>
-                           <td><pre>mt.useSuperRole(<b>new</b> SubBase());</pre></td>
+                           <td><pre>MyTeam mt = <b>new</b> MyTeam();</pre></td>
+                        </tr>
+                        <tr class="line odd">
+                           <td class="ln">11</td>
+                           <td><pre>mt.useSuperRole(<b>new</b> SubBase()); <span class="comment">// <span class="error">will throw a LiftingFailedException</span></span></pre></td>
                         </tr>
                      </table>
                   </div>
@@ -732,59 +743,63 @@
                      <table class="listing">
                         <tr class="line odd">
                            <td class="ln">1</td>
-                           <td><pre><b>team</b> <b>class</b> MyTeam {</pre></td>
+                           <td><pre><b>import</b> org.objectteams.LiftingFailedException;</pre></td>
                         </tr>
                         <tr class="line even">
                            <td class="ln">2</td>
-                           <td><pre>  <b>public</b> <b>class</b> SuperRole <b>playedBy</b> MyBase {...}</pre></td>
+                           <td><pre>					<b>team</b> <b>class</b> MyTeam {</pre></td>
                         </tr>
                         <tr class="line odd">
                            <td class="ln">3</td>
-                           <td><pre>  <b>public</b> <b>class</b> SubRoleA <b>extends</b> SuperRole {...}</pre></td>
+                           <td><pre>  <b>public</b> <b>class</b> SuperRole <b>playedBy</b> MyBase {...}</pre></td>
                         </tr>
                         <tr class="line even">
                            <td class="ln">4</td>
-                           <td><pre>  <b>public</b> <b>class</b> SubRoleB <b>extends</b> SuperRole {...}</pre></td>
+                           <td><pre>  <b>public</b> <b>class</b> SubRoleA <b>extends</b> SuperRole {...}</pre></td>
                         </tr>
                         <tr class="line odd">
                            <td class="ln">5</td>
-                           <td><pre>  </pre></td>
+                           <td><pre>  <b>public</b> <b>class</b> SubRoleB <b>extends</b> SuperRole {...}</pre></td>
                         </tr>
                         <tr class="line even">
                            <td class="ln">6</td>
-                           <td><pre>  <b>public</b> <b>void</b> useRoleA(MyBase <b>as</b> SubRoleA r) {...}</pre></td>
+                           <td><pre>  </pre></td>
                         </tr>
                         <tr class="line odd">
                            <td class="ln">7</td>
-                           <td><pre>  <b>public</b> <b>void</b> useRoleB(MyBase <b>as</b> SubRoleB r) {...}</pre></td>
+                           <td><pre>  <b>public</b> <b>void</b> useRoleA(MyBase <b>as</b> SubRoleA r) <b>throws</b> LiftingFailedException {...}</pre></td>
                         </tr>
                         <tr class="line even">
                            <td class="ln">8</td>
-                           <td><pre>}</pre></td>
+                           <td><pre>  <b>public</b> <b>void</b> useRoleB(MyBase <b>as</b> SubRoleB r) <b>throws</b> LiftingFailedException {...}</pre></td>
                         </tr>
                         <tr class="line odd">
                            <td class="ln">9</td>
-                           <td><pre><span class="comment">// plus these calls:</span></pre></td>
+                           <td><pre>}</pre></td>
                         </tr>
                         <tr class="line even">
                            <td class="ln">10</td>
-                           <td><pre>MyTeam mt = <b>new</b> MyTeam();</pre></td>
+                           <td><pre><span class="comment">// plus these calls:</span></pre></td>
                         </tr>
                         <tr class="line odd">
                            <td class="ln">11</td>
-                           <td><pre>MyBase b = <b>new</b> MyBase();</pre></td>
+                           <td><pre>MyTeam mt = <b>new</b> MyTeam();</pre></td>
                         </tr>
                         <tr class="line even">
                            <td class="ln">12</td>
-                           <td><pre>mt.useRoleA(b); <span class="comment">// creates a SubRoleA for b</span></pre></td>
+                           <td><pre>MyBase b = <b>new</b> MyBase();</pre></td>
                         </tr>
                         <tr class="line odd">
                            <td class="ln">13</td>
-                           <td><pre>mt.useRoleB(b); <span class="comment">// finds the SubRoleA which is not compatible</span></pre></td>
+                           <td><pre>mt.useRoleA(b); <span class="comment">// creates a SubRoleA for b</span></pre></td>
                         </tr>
                         <tr class="line even">
                            <td class="ln">14</td>
-                           <td><pre>                <span class="comment">// to the expected type SubRoleB.</span></pre></td>
+                           <td><pre>mt.useRoleB(b); <span class="comment">// <span class="error">finds the SubRoleA which is not compatible</span></span></pre></td>
+                        </tr>
+                        <tr class="line odd">
+                           <td class="ln">15</td>
+                           <td><pre>                <span class="comment">// <span class="error">to the expected type SubRoleB.</span></span></pre></td>
                         </tr>
                      </table>
                   </div>
@@ -806,7 +821,7 @@
                           alt="" /></a><span class="toplink"><a href="#top">&uarr;&nbsp;&sect;2.3</a></span></h3>
                <p>The rules for lifting and role binding allow (after issuing a warning) two problematic situations:</p>
                <ol>
-                  <li>A potential binding makes selection of the approprate role type impossible (<a href="#s2.3.4.a" title="&sect;2.3.4.(a)&nbsp;Potential ambiguity"
+                  <li>A potential binding ambiguity makes selection of the approprate role type impossible (<a href="#s2.3.4.a" title="&sect;2.3.4.(a)&nbsp;Potential ambiguity"
                         class="sect">&sect;2.3.4.(a)</a>)
                   </li>
                   <li>A role which might be relevant for lifting is abstract (<a href="s2.5.b.html" title="&sect;2.5.(b)&nbsp;Relevant roles" class="sect">&sect;2.5.(b)</a>)
@@ -830,7 +845,7 @@
                   <h4 class="subsect">(b)&nbsp;<span class="title">Problematic callout binding</span><a class="img" href="s2.3.5.b.html"
                         title="PermaLink to (b)&nbsp;Problematic callout binding"><img style="vertical-align:text-top;margin-left:5px;" src="../images/permalink.png"
                              alt="" /></a></h4>
-                  <p>A callout binding with result lifting (<a href="s3.3.c.html" title="&sect;3.3.(c)&nbsp;Result translation"
+                  <p>The role method of a callout binding with result lifting (<a href="s3.3.c.html" title="&sect;3.3.(c)&nbsp;Result translation"
                         class="sect">&sect;3.3.(c)</a>) may have to declare <code>org.objectteams.LiftingFailedException</code>.
                      				
                   </p>
@@ -846,7 +861,9 @@
                      				
                   </p>
                   <p>However, the compiler should allow to configure this error and understand the warning token <code>"hidden-lifting-problem"</code>
-                     				 	for suppressing this problem. If the problem is ignored/suppressed and if at runtime the lifting problem occurs,
+                     				 	for suppressing this problem (<a href="s4.1.b.html" title="&sect;4.1.(b)&nbsp;Prerequisite: Class binding"
+                        class="sect">&sect;4.1.(b)</a>). 
+                     				 	If the problem is ignored/suppressed and if at runtime the lifting problem occurs,
                      				 	triggering of the callin binding will silently fail, i.e., the program will continue in this situation as if the binding
                      hadn't existed in the first place. 
                      				
@@ -856,7 +873,7 @@
                   <h4 class="subsect">(d)&nbsp;<span class="title">Incompatible redefinition of a role hierarchy</span><a class="img" href="s2.3.5.d.html"
                         title="PermaLink to (d)&nbsp;Incompatible redefinition of a role hierarchy"><img style="vertical-align:text-top;margin-left:5px;" src="../images/permalink.png"
                              alt="" /></a></h4>
-                  <p>Consider a team <code>T1</code> with a method <code>m</code> with declared lifting regaring role <code>R</code>, 
+                  <p>Consider a team <code>T1</code> with a method <code>m</code> with declared lifting regarding role <code>R</code>, 
                      					where no lifting problems are detected.
                      					Consider next a sub-team <code>T2</code> which modifies the hierarchy of role <code>R</code> such that lifting
                      					to <code>T2.R</code> is problematic due to a binding ambiguity.
@@ -881,7 +898,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.4.1.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.4.1.a.html
index 96a10b5..43a92a8 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.4.1.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.4.1.a.html
@@ -39,7 +39,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.4.1.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.4.1.b.html
index e68e8fb..0600502 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.4.1.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.4.1.b.html
@@ -40,7 +40,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.4.1.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.4.1.c.html
index c0b4940..0f77865 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.4.1.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.4.1.c.html
@@ -48,7 +48,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.4.1.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.4.1.html
index de132d3..73b8bfd 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.4.1.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.4.1.html
@@ -77,7 +77,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.4.2.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.4.2.a.html
index 296b035..3d7f459 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.4.2.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.4.2.a.html
@@ -38,7 +38,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.4.2.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.4.2.b.html
index 089fb23..8e84663 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.4.2.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.4.2.b.html
@@ -49,7 +49,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.4.2.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.4.2.c.html
index 2e5d898..05e1395 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.4.2.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.4.2.c.html
@@ -70,7 +70,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.4.2.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.4.2.html
index 4197cec..cae2751 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.4.2.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.4.2.html
@@ -135,7 +135,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.4.3.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.4.3.html
index 0e751cb..8f21dcd 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.4.3.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.4.3.html
@@ -118,7 +118,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.4.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.4.html
index 3edbab3..433fc3b 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.4.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.4.html
@@ -279,7 +279,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.5.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.5.a.html
index 0a8dcbf..afa15f5 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.5.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.5.a.html
@@ -57,7 +57,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.5.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.5.b.html
index d3ed09d..9733f29 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.5.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.5.b.html
@@ -64,7 +64,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.5.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.5.html
index 9af4092..b2a5ddd 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.5.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.5.html
@@ -101,7 +101,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.6.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.6.a.html
index 5d88799..9d1de0f 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.6.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.6.a.html
@@ -76,7 +76,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.6.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.6.b.html
index 9140368..94758fc 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.6.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.6.b.html
@@ -42,7 +42,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.6.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.6.c.html
index 18b8ea9..7386489 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.6.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.6.c.html
@@ -40,7 +40,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.6.d.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.6.d.html
index 3b046bf..4790633 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.6.d.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.6.d.html
@@ -43,7 +43,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.6.e.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.6.e.html
index fb4781e..ea63543 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.6.e.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.6.e.html
@@ -42,7 +42,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.6.f.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.6.f.html
index a6c22f4..a186546 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.6.f.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.6.f.html
@@ -39,7 +39,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.6.g.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.6.g.html
index dfbd024..49de6f2 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.6.g.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.6.g.html
@@ -45,7 +45,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.6.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.6.html
index a39c0ab..d13cf53 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.6.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.6.html
@@ -160,7 +160,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.7.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.7.a.html
index 8ec0117..efe4d59 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.7.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.7.a.html
@@ -38,7 +38,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.7.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.7.b.html
index 65a6ff3..a30e7c8 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.7.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.7.b.html
@@ -38,7 +38,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.7.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.7.c.html
index 84aa495..a2b92ac 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.7.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.7.c.html
@@ -54,7 +54,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.7.d.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.7.d.html
index c6574b5..ef3fb51 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.7.d.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.7.d.html
@@ -79,7 +79,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.7.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.7.html
index 7930c30..332f9c0 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.7.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.7.html
@@ -129,7 +129,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.html
index 7c15669..46df2a8 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s2.html
@@ -198,7 +198,7 @@
                   </p>
                   <div class="note">
                      <h5>Implementation limitation:</h5>
-                     				The language implementation as of OTDT version 2.0 
+                     				The language implementation as of OTDT version 2.0
                      				imposes one particular restriction when binding a role to a base interface:
                      				A role binding to a base interface may not contain any callin bindings (<a href="s4.html" title="&sect;4&nbsp;Callin Binding" class="sect">&sect;4</a>).
                      			
@@ -387,7 +387,7 @@
                            </tr>
                            <tr class="line even">
                               <td class="ln">2</td>
-                              <td><pre>  <b>public</b> <em>T</em> transform(<em>T</em> val) throws Exception { /* ... */ }</pre></td>
+                              <td><pre>  <b>public</b> <em>T</em> transform(<em>T</em> val) <b>throws</b> Exception { /* ... */ }</pre></td>
                            </tr>
                            <tr class="line odd">
                               <td class="ln">3</td>
@@ -1290,18 +1290,25 @@
                            				class <code>R0</code> that is a common super role for <code>R1</code> and <code>R2</code>.
                         </li>
                      </ul>
+                     <p>Definite binding ambiguity also occurs in cases of generic declared lifting <a href="#s2.3.2.e" title="&sect;2.3.2.(e)&nbsp;Generic declared lifting"
+                           class="sect">&sect;2.3.2.(e)</a>
+                        					if the specified role <code>R</code> is unbound and if two independent sub-roles <code>R1</code> and <code>R2</code>
+                        					exist that introduce a playedBy binding to the same base class <code>BX</code>. 
+                        					In this case no potential ambiguity is flagged because roles <code>R1</code> and <code>R2</code> 
+                        					have no shared bound super-role.
+                        				
+                     </p>
                      <div class="note">
                         <h5>Effect:</h5>
-                        					Definite ambiguity is a compile time error.
+                        					Code causing definite ambiguity is required to handle <code>org.objectteams.LiftingFailedException</code>.
                         				
                      </div>
                      <p>
-                        					A compiler may still choose to make this error configurable/suppressable
-                        					(using the warning token <code>"def-bind-ambiguity"</code>)
-                        					to account for corner cases that may work as desired despite a definite binding ambiguity.
+                        					In cases of definite binding ambiguity lifting will indeed fail except for some corner cases.
                         					Such corner cases may arise if lifting already finds an appropriate role in the cache or 
                         					if an (indirect) subrole of the ambiguously bound role is an unambiguous lift target for the
-                        					concrete type of the base object at run-time.
+                        					concrete type of the base object at run-time. See also <a href="#s2.3.5" title="&sect;2.3.5&nbsp;Consequences of lifting problems"
+                           class="sect">&sect;2.3.5</a>.
                         				
                      </p>
                      <h5 class="listing">Example code (Definite Ambiguity):</h5>
@@ -1329,7 +1336,7 @@
                            </tr>
                            <tr class="line even">
                               <td class="ln">6</td>
-                              <td><pre>  <b>public</b> <b>void</b> useSuperRole(SubBase <b>as</b> SuperRole r) {...}</pre></td>
+                              <td><pre>  <b>public</b> <b>void</b> useSuperRole(SubBase <b>as</b> SuperRole r) {...} <span class="comment">// <span class="error">must declare LiftingFailedException</span></span></pre></td>
                            </tr>
                            <tr class="line odd">
                               <td class="ln">7</td>
@@ -1345,7 +1352,7 @@
                      <p>At runtime <strong>actual ambiguity</strong> may occur if for the
                         			<em>dynamic type</em> of a base to be lifted the conditions of (b)
                         			above hold accordingly. Actual ambiguity is only possible in cases
-                        			reported by the compiler as potential ambiguity.
+                        			reported by the compiler as potential or definite ambiguity.
                         				
                      </p>
                      <div class="note">
@@ -1359,43 +1366,47 @@
                         <table class="listing">
                            <tr class="line odd">
                               <td class="ln">1</td>
-                              <td><pre><b>team</b> <b>class</b> MyTeam {</pre></td>
+                              <td><pre><b>import</b> org.objectteams.LiftingFailedException;</pre></td>
                            </tr>
                            <tr class="line even">
                               <td class="ln">2</td>
-                              <td><pre>  <b>public</b> <b>class</b> SuperRole <b>playedBy</b> MyBase {...}</pre></td>
+                              <td><pre><b>team</b> <b>class</b> MyTeam {</pre></td>
                            </tr>
                            <tr class="line odd">
                               <td class="ln">3</td>
-                              <td><pre>  <b>public</b> <b>class</b> SubRoleA <b>extends</b> SuperRole <b>playedBy</b> SubBase {...}</pre></td>
+                              <td><pre>  <b>public</b> <b>class</b> SuperRole <b>playedBy</b> MyBase {...}</pre></td>
                            </tr>
                            <tr class="line even">
                               <td class="ln">4</td>
-                              <td><pre>  <b>public</b> <b>class</b> SubRoleB <b>extends</b> SuperRole <b>playedBy</b> SubBase {...}</pre></td>
+                              <td><pre>  <b>public</b> <b>class</b> SubRoleA <b>extends</b> SuperRole <b>playedBy</b> SubBase {...}</pre></td>
                            </tr>
                            <tr class="line odd">
                               <td class="ln">5</td>
-                              <td><pre>  </pre></td>
+                              <td><pre>  <b>public</b> <b>class</b> SubRoleB <b>extends</b> SuperRole <b>playedBy</b> SubBase {...}</pre></td>
                            </tr>
                            <tr class="line even">
                               <td class="ln">6</td>
-                              <td><pre>  <b>public</b> <b>void</b> useSuperRole(MyBase <b>as</b> SuperRole r) {...}</pre></td>
+                              <td><pre>  </pre></td>
                            </tr>
                            <tr class="line odd">
                               <td class="ln">7</td>
-                              <td><pre>}</pre></td>
+                              <td><pre>  <b>public</b> <b>void</b> useSuperRole(MyBase <b>as</b> SuperRole r) <b>throws</b> LiftingFailedException {...}</pre></td>
                            </tr>
                            <tr class="line even">
                               <td class="ln">8</td>
-                              <td><pre><span class="comment">// plus these calls:</span></pre></td>
+                              <td><pre>}</pre></td>
                            </tr>
                            <tr class="line odd">
                               <td class="ln">9</td>
-                              <td><pre>MyTeam mt = <b>new</b> MyTeam();</pre></td>
+                              <td><pre><span class="comment">// plus these calls:</span></pre></td>
                            </tr>
                            <tr class="line even">
                               <td class="ln">10</td>
-                              <td><pre>mt.useSuperRole(<b>new</b> SubBase());</pre></td>
+                              <td><pre>MyTeam mt = <b>new</b> MyTeam();</pre></td>
+                           </tr>
+                           <tr class="line odd">
+                              <td class="ln">11</td>
+                              <td><pre>mt.useSuperRole(<b>new</b> SubBase()); <span class="comment">// <span class="error">will throw a LiftingFailedException</span></span></pre></td>
                            </tr>
                         </table>
                      </div>
@@ -1421,59 +1432,63 @@
                         <table class="listing">
                            <tr class="line odd">
                               <td class="ln">1</td>
-                              <td><pre><b>team</b> <b>class</b> MyTeam {</pre></td>
+                              <td><pre><b>import</b> org.objectteams.LiftingFailedException;</pre></td>
                            </tr>
                            <tr class="line even">
                               <td class="ln">2</td>
-                              <td><pre>  <b>public</b> <b>class</b> SuperRole <b>playedBy</b> MyBase {...}</pre></td>
+                              <td><pre>					<b>team</b> <b>class</b> MyTeam {</pre></td>
                            </tr>
                            <tr class="line odd">
                               <td class="ln">3</td>
-                              <td><pre>  <b>public</b> <b>class</b> SubRoleA <b>extends</b> SuperRole {...}</pre></td>
+                              <td><pre>  <b>public</b> <b>class</b> SuperRole <b>playedBy</b> MyBase {...}</pre></td>
                            </tr>
                            <tr class="line even">
                               <td class="ln">4</td>
-                              <td><pre>  <b>public</b> <b>class</b> SubRoleB <b>extends</b> SuperRole {...}</pre></td>
+                              <td><pre>  <b>public</b> <b>class</b> SubRoleA <b>extends</b> SuperRole {...}</pre></td>
                            </tr>
                            <tr class="line odd">
                               <td class="ln">5</td>
-                              <td><pre>  </pre></td>
+                              <td><pre>  <b>public</b> <b>class</b> SubRoleB <b>extends</b> SuperRole {...}</pre></td>
                            </tr>
                            <tr class="line even">
                               <td class="ln">6</td>
-                              <td><pre>  <b>public</b> <b>void</b> useRoleA(MyBase <b>as</b> SubRoleA r) {...}</pre></td>
+                              <td><pre>  </pre></td>
                            </tr>
                            <tr class="line odd">
                               <td class="ln">7</td>
-                              <td><pre>  <b>public</b> <b>void</b> useRoleB(MyBase <b>as</b> SubRoleB r) {...}</pre></td>
+                              <td><pre>  <b>public</b> <b>void</b> useRoleA(MyBase <b>as</b> SubRoleA r) <b>throws</b> LiftingFailedException {...}</pre></td>
                            </tr>
                            <tr class="line even">
                               <td class="ln">8</td>
-                              <td><pre>}</pre></td>
+                              <td><pre>  <b>public</b> <b>void</b> useRoleB(MyBase <b>as</b> SubRoleB r) <b>throws</b> LiftingFailedException {...}</pre></td>
                            </tr>
                            <tr class="line odd">
                               <td class="ln">9</td>
-                              <td><pre><span class="comment">// plus these calls:</span></pre></td>
+                              <td><pre>}</pre></td>
                            </tr>
                            <tr class="line even">
                               <td class="ln">10</td>
-                              <td><pre>MyTeam mt = <b>new</b> MyTeam();</pre></td>
+                              <td><pre><span class="comment">// plus these calls:</span></pre></td>
                            </tr>
                            <tr class="line odd">
                               <td class="ln">11</td>
-                              <td><pre>MyBase b = <b>new</b> MyBase();</pre></td>
+                              <td><pre>MyTeam mt = <b>new</b> MyTeam();</pre></td>
                            </tr>
                            <tr class="line even">
                               <td class="ln">12</td>
-                              <td><pre>mt.useRoleA(b); <span class="comment">// creates a SubRoleA for b</span></pre></td>
+                              <td><pre>MyBase b = <b>new</b> MyBase();</pre></td>
                            </tr>
                            <tr class="line odd">
                               <td class="ln">13</td>
-                              <td><pre>mt.useRoleB(b); <span class="comment">// finds the SubRoleA which is not compatible</span></pre></td>
+                              <td><pre>mt.useRoleA(b); <span class="comment">// creates a SubRoleA for b</span></pre></td>
                            </tr>
                            <tr class="line even">
                               <td class="ln">14</td>
-                              <td><pre>                <span class="comment">// to the expected type SubRoleB.</span></pre></td>
+                              <td><pre>mt.useRoleB(b); <span class="comment">// <span class="error">finds the SubRoleA which is not compatible</span></span></pre></td>
+                           </tr>
+                           <tr class="line odd">
+                              <td class="ln">15</td>
+                              <td><pre>                <span class="comment">// <span class="error">to the expected type SubRoleB.</span></span></pre></td>
                            </tr>
                         </table>
                      </div>
@@ -1495,7 +1510,7 @@
                              alt="" /></a><span class="toplink"><a href="#s2.3">&uarr;&nbsp;&sect;2.3</a></span></h3>
                   <p>The rules for lifting and role binding allow (after issuing a warning) two problematic situations:</p>
                   <ol>
-                     <li>A potential binding makes selection of the approprate role type impossible (<a href="#s2.3.4.a" title="&sect;2.3.4.(a)&nbsp;Potential ambiguity"
+                     <li>A potential binding ambiguity makes selection of the approprate role type impossible (<a href="#s2.3.4.a" title="&sect;2.3.4.(a)&nbsp;Potential ambiguity"
                            class="sect">&sect;2.3.4.(a)</a>)
                      </li>
                      <li>A role which might be relevant for lifting is abstract (<a href="#s2.5.b" title="&sect;2.5.(b)&nbsp;Relevant roles" class="sect">&sect;2.5.(b)</a>)
@@ -1519,7 +1534,7 @@
                      <h4 class="subsect">(b)&nbsp;<span class="title">Problematic callout binding</span><a class="img" href="s2.3.5.b.html"
                            title="PermaLink to (b)&nbsp;Problematic callout binding"><img style="vertical-align:text-top;margin-left:5px;" src="../images/permalink.png"
                                 alt="" /></a></h4>
-                     <p>A callout binding with result lifting (<a href="s3.3.c.html" title="&sect;3.3.(c)&nbsp;Result translation"
+                     <p>The role method of a callout binding with result lifting (<a href="s3.3.c.html" title="&sect;3.3.(c)&nbsp;Result translation"
                            class="sect">&sect;3.3.(c)</a>) may have to declare <code>org.objectteams.LiftingFailedException</code>.
                         				
                      </p>
@@ -1535,7 +1550,9 @@
                         				
                      </p>
                      <p>However, the compiler should allow to configure this error and understand the warning token <code>"hidden-lifting-problem"</code>
-                        				 	for suppressing this problem. If the problem is ignored/suppressed and if at runtime the lifting problem occurs,
+                        				 	for suppressing this problem (<a href="s4.1.b.html" title="&sect;4.1.(b)&nbsp;Prerequisite: Class binding"
+                           class="sect">&sect;4.1.(b)</a>). 
+                        				 	If the problem is ignored/suppressed and if at runtime the lifting problem occurs,
                         				 	triggering of the callin binding will silently fail, i.e., the program will continue in this situation as if the binding
                         hadn't existed in the first place. 
                         				
@@ -1545,7 +1562,7 @@
                      <h4 class="subsect">(d)&nbsp;<span class="title">Incompatible redefinition of a role hierarchy</span><a class="img" href="s2.3.5.d.html"
                            title="PermaLink to (d)&nbsp;Incompatible redefinition of a role hierarchy"><img style="vertical-align:text-top;margin-left:5px;" src="../images/permalink.png"
                                 alt="" /></a></h4>
-                     <p>Consider a team <code>T1</code> with a method <code>m</code> with declared lifting regaring role <code>R</code>, 
+                     <p>Consider a team <code>T1</code> with a method <code>m</code> with declared lifting regarding role <code>R</code>, 
                         					where no lifting problems are detected.
                         					Consider next a sub-team <code>T2</code> which modifies the hierarchy of role <code>R</code> such that lifting
                         					to <code>T2.R</code> is problematic due to a binding ambiguity.
@@ -2116,7 +2133,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.a.html
index dc62be6..415d176 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.a.html
@@ -40,7 +40,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.b.html
index f190a8d..35975c1 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.b.html
@@ -74,7 +74,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.c.html
index 3f0359c..eafc9df 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.c.html
@@ -80,7 +80,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.d.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.d.html
index e038fad..dabbd66 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.d.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.d.html
@@ -40,7 +40,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.e.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.e.html
index 805ab78..dd1cba1 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.e.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.e.html
@@ -45,7 +45,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.f.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.f.html
index 07546d7..32450da 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.f.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.f.html
@@ -39,7 +39,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.g.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.g.html
index e2ed05f..9086e24 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.g.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.g.html
@@ -39,7 +39,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.h.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.h.html
index ca6c99c..7e84d66 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.h.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.h.html
@@ -40,7 +40,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.html
index 0652dfe..9676442 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.html
@@ -297,7 +297,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.i.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.i.html
index 5ba77cd..64077c0 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.i.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.i.html
@@ -51,7 +51,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.j.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.j.html
index 554cbee..cbcf46a 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.j.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.j.html
@@ -62,7 +62,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.k.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.k.html
index fda44b1..432f29f 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.k.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.1.k.html
@@ -62,7 +62,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.2.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.2.a.html
index 4a837a9..c4f40a6 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.2.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.2.a.html
@@ -39,7 +39,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.2.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.2.b.html
index 7a2e44e..55d1cb5 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.2.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.2.b.html
@@ -41,7 +41,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.2.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.2.c.html
index eeb82aa..5200fef 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.2.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.2.c.html
@@ -66,7 +66,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.2.d.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.2.d.html
index 98e563e..7d6765a 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.2.d.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.2.d.html
@@ -53,7 +53,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.2.e.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.2.e.html
index 8f2f8bb..11fb02a 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.2.e.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.2.e.html
@@ -60,7 +60,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.2.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.2.html
index 1281d4a..5340ad8 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.2.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.2.html
@@ -310,7 +310,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.3.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.3.a.html
index b3acfbd..6f8986f 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.3.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.3.a.html
@@ -39,7 +39,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.3.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.3.b.html
index c6ffd41..a0d6886 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.3.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.3.b.html
@@ -41,7 +41,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.3.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.3.c.html
index 1a60a41..9adf748 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.3.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.3.c.html
@@ -42,7 +42,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.3.d.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.3.d.html
index 948b51f..27a7a16 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.3.d.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.3.d.html
@@ -55,7 +55,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.3.e.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.3.e.html
index cb4cc85..9f0e7af 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.3.e.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.3.e.html
@@ -40,7 +40,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.3.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.3.html
index f3b3ce1..1bb95e5 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.3.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.3.html
@@ -105,7 +105,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.4.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.4.a.html
index e422ab1..438ca4b 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.4.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.4.a.html
@@ -43,7 +43,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.4.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.4.b.html
index 4ab2ed5..06d6105 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.4.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.4.b.html
@@ -40,7 +40,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.4.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.4.c.html
index 5f8377f..845e2fa 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.4.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.4.c.html
@@ -57,7 +57,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.4.d.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.4.d.html
index fa30f1a..095405d 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.4.d.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.4.d.html
@@ -103,7 +103,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.4.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.4.html
index 1f30d9c..3c94292 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.4.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.4.html
@@ -179,7 +179,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.5.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.5.a.html
index 317ca9d..1fec27e 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.5.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.5.a.html
@@ -63,7 +63,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.5.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.5.b.html
index f0d4b23..dd2286f 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.5.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.5.b.html
@@ -46,7 +46,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.5.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.5.c.html
index e9920f9..f2d0141 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.5.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.5.c.html
@@ -62,7 +62,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.5.d.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.5.d.html
index 0f281f1..e68a529 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.5.d.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.5.d.html
@@ -39,7 +39,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.5.e.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.5.e.html
index 8fc3fb7..0944a38 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.5.e.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.5.e.html
@@ -47,7 +47,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.5.f.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.5.f.html
index 0550c08..82554e7 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.5.f.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.5.f.html
@@ -50,7 +50,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.5.g.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.5.g.html
index 950884d..c674319 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.5.g.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.5.g.html
@@ -41,7 +41,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.5.h.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.5.h.html
index 70bd0e8..6566539 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.5.h.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.5.h.html
@@ -72,7 +72,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.5.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.5.html
index c24a9c5..536eb14 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.5.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.5.html
@@ -218,7 +218,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.html
index 3e812cb..2fab073 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s3.html
@@ -1026,7 +1026,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.1.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.1.a.html
index 12977d5..26228ab 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.1.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.1.a.html
@@ -39,7 +39,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.1.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.1.b.html
index 67be218..6a48ad3 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.1.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.1.b.html
@@ -24,15 +24,16 @@
             <p>A callin binding requires the enclosing class to be a role class
                	    bound to a base class according to <a href="s2.1.html" title="&sect;2.1&nbsp;playedBy relation" class="sect">&sect;2.1</a>. 
                	    An <em>unliftable</em> role (see <a href="s2.3.4.a.html" title="&sect;2.3.4.(a)&nbsp;Potential ambiguity"
-                  class="sect">&sect;2.3.4.(a)</a>) cannot define callin bindings
-               	    In this case callin bindings can only be introduced in sub-roles 
+                  class="sect">&sect;2.3.4.(a)</a>) should not define callin bindings.
+               	    In this case callin bindings can only safely be introduced in sub-roles 
                	    which (by an appropriately refined <code>playedBy</code> clause) disambiguate the lifting translation.
                			
             </p>
             <p>
                		For corner cases the above rule can be overridden by suppressing the corresponding error
-               		using the <code>"def-bind-ambiguity"</code> token (see <a href="s2.3.4.b.html" title="&sect;2.3.4.(b)&nbsp;Definite ambiguity"
-                  class="sect">&sect;2.3.4.(b)</a>).  
+               		using the <code>"hidden-lifting-problem"</code> token (see <a href="s2.3.5.html"
+                  title="&sect;2.3.5&nbsp;Consequences of lifting problems"
+                  class="sect">&sect;2.3.5</a>).  
                		This will allow callin bindings to be defined even for unliftable roles expecting that lifting
                		may still succeed by one of the patterns desribed in <a href="s2.3.4.b.html" title="&sect;2.3.4.(b)&nbsp;Definite ambiguity"
                   class="sect">&sect;2.3.4.(b)</a>.
@@ -52,7 +53,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.1.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.1.c.html
index 7e4cb6d..3604c6f 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.1.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.1.c.html
@@ -53,7 +53,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.1.d.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.1.d.html
index 2707a02..8a3e02e 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.1.d.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.1.d.html
@@ -46,7 +46,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.1.e.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.1.e.html
index 4bcff91..b7505dd 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.1.e.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.1.e.html
@@ -45,7 +45,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.1.f.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.1.f.html
index b72aeab..27dd98e 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.1.f.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.1.f.html
@@ -40,7 +40,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.1.g.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.1.g.html
index ba69b9a..92f2bb8 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.1.g.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.1.g.html
@@ -39,7 +39,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.1.h.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.1.h.html
index fc9c841..b1b7436 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.1.h.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.1.h.html
@@ -39,7 +39,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.1.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.1.html
index 7ca7de8..c934a78 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.1.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.1.html
@@ -39,15 +39,16 @@
                <p>A callin binding requires the enclosing class to be a role class
                   	    bound to a base class according to <a href="s2.1.html" title="&sect;2.1&nbsp;playedBy relation" class="sect">&sect;2.1</a>. 
                   	    An <em>unliftable</em> role (see <a href="s2.3.4.a.html" title="&sect;2.3.4.(a)&nbsp;Potential ambiguity"
-                     class="sect">&sect;2.3.4.(a)</a>) cannot define callin bindings
-                  	    In this case callin bindings can only be introduced in sub-roles 
+                     class="sect">&sect;2.3.4.(a)</a>) should not define callin bindings.
+                  	    In this case callin bindings can only safely be introduced in sub-roles 
                   	    which (by an appropriately refined <code>playedBy</code> clause) disambiguate the lifting translation.
                   			
                </p>
                <p>
                   		For corner cases the above rule can be overridden by suppressing the corresponding error
-                  		using the <code>"def-bind-ambiguity"</code> token (see <a href="s2.3.4.b.html" title="&sect;2.3.4.(b)&nbsp;Definite ambiguity"
-                     class="sect">&sect;2.3.4.(b)</a>).  
+                  		using the <code>"hidden-lifting-problem"</code> token (see <a href="s2.3.5.html"
+                     title="&sect;2.3.5&nbsp;Consequences of lifting problems"
+                     class="sect">&sect;2.3.5</a>).  
                   		This will allow callin bindings to be defined even for unliftable roles expecting that lifting
                   		may still succeed by one of the patterns desribed in <a href="s2.3.4.b.html" title="&sect;2.3.4.(b)&nbsp;Definite ambiguity"
                      class="sect">&sect;2.3.4.(b)</a>.
@@ -150,7 +151,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.10.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.10.a.html
index d711b55..4df1ca3 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.10.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.10.a.html
@@ -46,7 +46,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.10.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.10.b.html
index 8d5c066..135eea4 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.10.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.10.b.html
@@ -39,7 +39,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.10.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.10.c.html
index 6c8b941..050bdd5 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.10.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.10.c.html
@@ -43,7 +43,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.10.d.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.10.d.html
index a0991c8..4737e15 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.10.d.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.10.d.html
@@ -42,7 +42,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.10.e.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.10.e.html
index de70e5d..be49730 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.10.e.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.10.e.html
@@ -91,7 +91,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.10.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.10.html
index 610aaf1..ad188e6 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.10.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.10.html
@@ -252,7 +252,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.2.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.2.a.html
index b1a213d..2732455 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.2.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.2.a.html
@@ -40,7 +40,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.2.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.2.b.html
index 0984e9a..de17a71 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.2.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.2.b.html
@@ -82,7 +82,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.2.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.2.c.html
index 774f476..5e62741 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.2.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.2.c.html
@@ -41,7 +41,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.2.d.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.2.d.html
index dd2506a..c2c2a52 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.2.d.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.2.d.html
@@ -64,7 +64,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.2.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.2.html
index ef89de2..0344e14 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.2.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.2.html
@@ -142,7 +142,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.3.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.3.a.html
index fefe3af..83b89c2 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.3.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.3.a.html
@@ -41,7 +41,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.3.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.3.b.html
index 93ce5ea..cdccd56 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.3.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.3.b.html
@@ -47,7 +47,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.3.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.3.c.html
index 8ee1334..d55192d 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.3.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.3.c.html
@@ -41,7 +41,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.3.d.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.3.d.html
index bc11398..5962820 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.3.d.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.3.d.html
@@ -44,7 +44,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.3.e.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.3.e.html
index d7002f0..025f275 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.3.e.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.3.e.html
@@ -53,7 +53,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.3.f.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.3.f.html
index b48436e..a99c997 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.3.f.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.3.f.html
@@ -52,7 +52,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.3.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.3.html
index 8814761..2d59ee1 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.3.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.3.html
@@ -205,7 +205,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.4.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.4.a.html
index 9ee135e..5fa23cb 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.4.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.4.a.html
@@ -48,7 +48,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.4.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.4.b.html
index b9bf1ae..f687fa6 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.4.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.4.b.html
@@ -75,7 +75,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.4.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.4.c.html
index 1a439a5..f7ac182 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.4.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.4.c.html
@@ -47,7 +47,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.4.d.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.4.d.html
index 6b8a8b5..a615504 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.4.d.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.4.d.html
@@ -42,7 +42,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.4.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.4.html
index 283ec35..d637dc2 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.4.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.4.html
@@ -126,7 +126,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.5.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.5.a.html
index f0c7251..6bd0de1 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.5.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.5.a.html
@@ -45,7 +45,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.5.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.5.b.html
index 1383045..e9bedd9 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.5.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.5.b.html
@@ -39,7 +39,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.5.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.5.c.html
index ec2384a..45a20bf 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.5.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.5.c.html
@@ -39,7 +39,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.5.d.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.5.d.html
index ef36076..bc44a0d 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.5.d.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.5.d.html
@@ -70,7 +70,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.5.e.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.5.e.html
index 999b071..c767b10 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.5.e.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.5.e.html
@@ -40,7 +40,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.5.f.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.5.f.html
index 0a17834..fa4681c 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.5.f.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.5.f.html
@@ -38,7 +38,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.5.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.5.html
index 1ed314d..71b389f 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.5.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.5.html
@@ -132,7 +132,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.6.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.6.a.html
index 93fe15e..5a33deb 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.6.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.6.a.html
@@ -49,7 +49,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.6.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.6.html
index 97b6a51..faacc57 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.6.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.6.html
@@ -70,7 +70,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.7.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.7.a.html
index 2cd863d..938d31d 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.7.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.7.a.html
@@ -39,7 +39,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.7.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.7.b.html
index bbfe858..e131f47 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.7.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.7.b.html
@@ -40,7 +40,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.7.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.7.c.html
index ad65140..4986c91 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.7.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.7.c.html
@@ -38,7 +38,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.7.d.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.7.d.html
index 06831fb..c01132c 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.7.d.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.7.d.html
@@ -38,7 +38,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.7.e.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.7.e.html
index 1221afc..31c4edf 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.7.e.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.7.e.html
@@ -60,7 +60,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.7.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.7.html
index ab04bbe..43a7adc 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.7.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.7.html
@@ -130,7 +130,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.8.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.8.a.html
index f7e35b4..d748414 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.8.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.8.a.html
@@ -55,7 +55,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.8.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.8.b.html
index 87336c5..667df85 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.8.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.8.b.html
@@ -47,7 +47,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.8.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.8.c.html
index 9d8e32d..803d3af 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.8.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.8.c.html
@@ -39,7 +39,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.8.d.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.8.d.html
index f4f261c..ff534d8 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.8.d.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.8.d.html
@@ -50,7 +50,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.8.e.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.8.e.html
index b221b71..03ca2c8 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.8.e.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.8.e.html
@@ -48,7 +48,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.8.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.8.html
index bfc3c71..0061b4b 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.8.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.8.html
@@ -200,7 +200,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.9.1.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.9.1.a.html
index 5257bae..9d6e031 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.9.1.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.9.1.a.html
@@ -46,7 +46,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.9.1.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.9.1.b.html
index 89fe904..6e2f06a 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.9.1.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.9.1.b.html
@@ -43,7 +43,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.9.1.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.9.1.html
index 5af35e3..98855dd 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.9.1.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.9.1.html
@@ -75,7 +75,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.9.2.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.9.2.html
index b4ec3a5..848c34b 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.9.2.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.9.2.html
@@ -43,7 +43,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.9.3.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.9.3.a.html
index 14d0f9a..17c426d 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.9.3.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.9.3.a.html
@@ -43,7 +43,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.9.3.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.9.3.b.html
index 5823dd2..e693272 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.9.3.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.9.3.b.html
@@ -48,7 +48,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.9.3.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.9.3.c.html
index f51300e..0c34a72 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.9.3.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.9.3.c.html
@@ -195,7 +195,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.9.3.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.9.3.html
index 1c5a83a..1f59af7 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.9.3.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.9.3.html
@@ -256,7 +256,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.9.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.9.html
index b1ab52b..8fe831e 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.9.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.9.html
@@ -323,7 +323,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.html
index 38068a1..646b5b0 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s4.html
@@ -88,15 +88,16 @@
                   <p>A callin binding requires the enclosing class to be a role class
                      	    bound to a base class according to <a href="s2.1.html" title="&sect;2.1&nbsp;playedBy relation" class="sect">&sect;2.1</a>. 
                      	    An <em>unliftable</em> role (see <a href="s2.3.4.a.html" title="&sect;2.3.4.(a)&nbsp;Potential ambiguity"
-                        class="sect">&sect;2.3.4.(a)</a>) cannot define callin bindings
-                     	    In this case callin bindings can only be introduced in sub-roles 
+                        class="sect">&sect;2.3.4.(a)</a>) should not define callin bindings.
+                     	    In this case callin bindings can only safely be introduced in sub-roles 
                      	    which (by an appropriately refined <code>playedBy</code> clause) disambiguate the lifting translation.
                      			
                   </p>
                   <p>
                      		For corner cases the above rule can be overridden by suppressing the corresponding error
-                     		using the <code>"def-bind-ambiguity"</code> token (see <a href="s2.3.4.b.html" title="&sect;2.3.4.(b)&nbsp;Definite ambiguity"
-                        class="sect">&sect;2.3.4.(b)</a>).  
+                     		using the <code>"hidden-lifting-problem"</code> token (see <a href="s2.3.5.html"
+                        title="&sect;2.3.5&nbsp;Consequences of lifting problems"
+                        class="sect">&sect;2.3.5</a>).  
                      		This will allow callin bindings to be defined even for unliftable roles expecting that lifting
                      		may still succeed by one of the patterns desribed in <a href="s2.3.4.b.html" title="&sect;2.3.4.(b)&nbsp;Definite ambiguity"
                         class="sect">&sect;2.3.4.(b)</a>.
@@ -1520,7 +1521,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.1.1.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.1.1.html
index ee4369b..64ffb30 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.1.1.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.1.1.html
@@ -40,7 +40,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.1.2.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.1.2.html
index edaff66..51230e4 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.1.2.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.1.2.html
@@ -39,7 +39,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.1.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.1.html
index 3e90bf3..b18adcc 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.1.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.1.html
@@ -63,7 +63,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.2.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.2.a.html
index f982ceb..74fb860 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.2.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.2.a.html
@@ -51,7 +51,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.2.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.2.b.html
index d195fe5..69316ad 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.2.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.2.b.html
@@ -48,7 +48,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.2.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.2.c.html
index 5cadc7a..ba0df78 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.2.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.2.c.html
@@ -52,7 +52,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.2.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.2.html
index b8240ad..935b422 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.2.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.2.html
@@ -96,7 +96,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.3.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.3.a.html
index 0131a05..3795142 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.3.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.3.a.html
@@ -44,7 +44,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.3.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.3.b.html
index 2d11ca1..a543689 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.3.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.3.b.html
@@ -42,7 +42,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.3.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.3.c.html
index ede9d09..2efb80f 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.3.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.3.c.html
@@ -42,7 +42,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.3.d.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.3.d.html
index 1f321ef..4ffcdb0 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.3.d.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.3.d.html
@@ -53,7 +53,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.3.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.3.html
index b81a1d3..5accd18 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.3.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.3.html
@@ -115,7 +115,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.1.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.1.a.html
index 1226260..53864bb 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.1.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.1.a.html
@@ -64,7 +64,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.1.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.1.b.html
index acf3eee..156667e 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.1.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.1.b.html
@@ -41,7 +41,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.1.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.1.c.html
index 4fe4b1c..6a42206 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.1.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.1.c.html
@@ -56,7 +56,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.1.d.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.1.d.html
index 9eb46c7..f2a29b2 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.1.d.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.1.d.html
@@ -42,7 +42,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.1.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.1.html
index 1682801..531f8e0 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.1.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.1.html
@@ -132,7 +132,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.2.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.2.a.html
index 5103849..43766fd 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.2.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.2.a.html
@@ -39,7 +39,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.2.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.2.b.html
index 1a4b54e..fd59cf9 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.2.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.2.b.html
@@ -51,7 +51,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.2.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.2.c.html
index b63c73f..44f9a00 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.2.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.2.c.html
@@ -38,7 +38,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.2.d.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.2.d.html
index 1111098..81c0721 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.2.d.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.2.d.html
@@ -44,7 +44,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.2.e.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.2.e.html
index fe5b0ee..89d1d00 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.2.e.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.2.e.html
@@ -40,7 +40,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.2.f.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.2.f.html
index 9e5771f..4b774f6 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.2.f.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.2.f.html
@@ -39,7 +39,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.2.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.2.html
index 1b0a47c..d29e495 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.2.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.2.html
@@ -142,7 +142,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.3.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.3.html
index 1ee8347..c02a28a 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.3.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.3.html
@@ -125,7 +125,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.a.html
index b06e261..a1762fb 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.a.html
@@ -47,7 +47,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.b.html
index ec94a25..a030434 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.b.html
@@ -39,7 +39,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.c.html
index 31f1d90..0978342 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.c.html
@@ -43,7 +43,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.html
index 4e5ccd1..6557745 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.4.html
@@ -398,7 +398,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.5.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.5.html
index 8445f8d..8b39f6a 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.5.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.5.html
@@ -130,7 +130,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.html
index 6108073..8b48c59 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s5.html
@@ -715,7 +715,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.1.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.1.a.html
index 5150e85..bfc9f22 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.1.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.1.a.html
@@ -181,7 +181,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.1.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.1.b.html
index bd27a27..695c23a 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.1.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.1.b.html
@@ -55,7 +55,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.1.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.1.c.html
index a20c8d5..1a35094 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.1.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.1.c.html
@@ -52,7 +52,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.1.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.1.html
index 3a47d72..9e995c8 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.1.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.1.html
@@ -235,7 +235,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.2.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.2.a.html
index d56af87..dda1ea6 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.2.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.2.a.html
@@ -65,7 +65,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.2.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.2.b.html
index 8b98fbe..5d10efa 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.2.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.2.b.html
@@ -46,7 +46,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.2.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.2.c.html
index 676a7ef..6e48831 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.2.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.2.c.html
@@ -48,7 +48,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.2.d.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.2.d.html
index 32e889b..1736a94 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.2.d.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.2.d.html
@@ -82,7 +82,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.2.e.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.2.e.html
index 49507db..be0137c 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.2.e.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.2.e.html
@@ -72,7 +72,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.2.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.2.html
index faef3e6..c1af5ed 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.2.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.2.html
@@ -198,7 +198,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.3.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.3.a.html
index 7d2d94f..fb12ab6 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.3.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.3.a.html
@@ -42,7 +42,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.3.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.3.b.html
index 4a20186..cf10bba 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.3.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.3.b.html
@@ -44,7 +44,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.3.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.3.html
index bc75830..ae56dbd 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.3.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.3.html
@@ -61,7 +61,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.html
index 52bb6c0..08be914 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s6.html
@@ -456,7 +456,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s7.1.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s7.1.html
index 1e9ab92..f6ed422 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s7.1.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s7.1.html
@@ -60,7 +60,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s7.2.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s7.2.a.html
index 848bba0..73be4e2 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s7.2.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s7.2.a.html
@@ -41,7 +41,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s7.2.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s7.2.b.html
index 75224df..16fd9a1 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s7.2.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s7.2.b.html
@@ -45,7 +45,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s7.2.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s7.2.html
index 09ee50d..0420a91 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s7.2.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s7.2.html
@@ -193,7 +193,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s7.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s7.html
index 60e7147..d86b168 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s7.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s7.html
@@ -256,7 +256,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s8.1.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s8.1.html
index c7d3c97..971507e 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s8.1.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s8.1.html
@@ -37,7 +37,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s8.2.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s8.2.html
index b4633d8..04a9989 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s8.2.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s8.2.html
@@ -35,7 +35,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s8.3.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s8.3.html
index e08e611..2a62c2e 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s8.3.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s8.3.html
@@ -35,7 +35,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s8.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s8.html
index dfb3e46..f10766d 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s8.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s8.html
@@ -87,7 +87,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.1.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.1.a.html
index a7c6578..1f24f3c 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.1.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.1.a.html
@@ -44,7 +44,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.1.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.1.b.html
index d5913c7..ed547d2 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.1.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.1.b.html
@@ -40,7 +40,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.1.c.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.1.c.html
index a076ee9..9097fe6 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.1.c.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.1.c.html
@@ -39,7 +39,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.1.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.1.html
index ff96dd6..34aadf1 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.1.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.1.html
@@ -69,7 +69,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.2.1.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.2.1.a.html
index 828c602..8a6aedf 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.2.1.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.2.1.a.html
@@ -55,7 +55,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.2.1.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.2.1.html
index 6b7110d..09e4883 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.2.1.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.2.1.html
@@ -80,7 +80,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.2.2.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.2.2.a.html
index c92295b..aa42776 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.2.2.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.2.2.a.html
@@ -58,7 +58,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.2.2.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.2.2.b.html
index 49950de..af7c4e3 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.2.2.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.2.2.b.html
@@ -39,7 +39,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.2.2.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.2.2.html
index 65fbc3f..f294258 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.2.2.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.2.2.html
@@ -77,7 +77,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.2.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.2.html
index d4f71f3..e1b2ca8 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.2.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.2.html
@@ -138,7 +138,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.3.a.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.3.a.html
index 6478675..44b4bda 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.3.a.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.3.a.html
@@ -38,7 +38,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.3.b.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.3.b.html
index bea461c..2d42e7f 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.3.b.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.3.b.html
@@ -40,7 +40,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.3.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.3.html
index 7ee58b6..704f21f 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.3.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.3.html
@@ -53,7 +53,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.html
index 3cbb97d..6b37a93 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/s9.html
@@ -235,7 +235,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.0.1.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.0.1.html
index b08da57..61724c8 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.0.1.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.0.1.html
@@ -45,7 +45,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.0.2.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.0.2.html
index cb5ed43..60b55aa 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.0.2.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.0.2.html
@@ -40,7 +40,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.0.3.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.0.3.html
index 16af421..daed445 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.0.3.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.0.3.html
@@ -39,7 +39,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.0.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.0.html
index 7059a73..9717862 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.0.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.0.html
@@ -74,7 +74,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.1.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.1.html
index 504a17b..5a2353c 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.1.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.1.html
@@ -67,7 +67,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.10.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.10.html
index 5f4b0c3..1fc982a 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.10.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.10.html
@@ -51,7 +51,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.2.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.2.html
index 4c9b7ba..e8d06fa 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.2.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.2.html
@@ -54,7 +54,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.3.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.3.html
index 2719075..be30d56 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.3.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.3.html
@@ -126,7 +126,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.4.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.4.html
index ae31bbc..4ca6523 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.4.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.4.html
@@ -80,7 +80,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.5.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.5.html
index ee9b650..603ce78 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.5.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.5.html
@@ -85,7 +85,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.6.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.6.html
index a43bf14..933ac88 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.6.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.6.html
@@ -82,7 +82,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.7.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.7.html
index 4df3dd9..9a106f2 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.7.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.7.html
@@ -60,7 +60,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.8.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.8.html
index 2c7b925..94f2688 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.8.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.8.html
@@ -49,7 +49,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.9.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.9.html
index d286aa1..6f45088 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.9.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.9.html
@@ -61,7 +61,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.html
index b797c87..5e0eb65 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sA.html
@@ -526,7 +526,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sB.1.1.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sB.1.1.html
index 7740719..ad0c7e4 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sB.1.1.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sB.1.1.html
@@ -63,7 +63,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sB.1.2.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sB.1.2.html
index 78b5a1a..7a0118d 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sB.1.2.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sB.1.2.html
@@ -100,7 +100,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sB.1.3.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sB.1.3.html
index 2f77303..8983435 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sB.1.3.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sB.1.3.html
@@ -64,6 +64,18 @@
                      					
                   </p>
                </li>
+               <li><a href="s2.3.4.html" title="&sect;2.3.4&nbsp;Binding ambiguities"
+                     class="sect">&sect;2.3.4</a> :
+                  					<strong>Changed handling of role binding ambiguities</strong><p>A definite binding ambiguity is no longer a (suppressable) compiler error, but is signaled
+                     						by the need to declare <code>org.objectteams.LiftingFailedException</code>.
+                     						This way diagnostics could be moved from rather unspecific locations in the team
+                     						towards those applications that could suffer at runtime from a lifting failure.
+                     						While it is generally not recommended to ignore any <code>LiftingFailedException</code>
+                     						catching this exception may still make sense in a few corner cases mentioned in <a href="s2.3.4.b.html" title="&sect;2.3.4.(b)&nbsp;Definite ambiguity"
+                        class="sect">&sect;2.3.4.(b)</a>.
+                     					
+                  </p>
+               </li>
                <li><a href="s4.4.c.html"
                      title="&sect;4.4.(c)&nbsp;Mapping the result of a base method"
                      class="sect">&sect;4.4.(c)</a> :
@@ -120,7 +132,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sB.1.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sB.1.html
index b366ed9..dc555b9 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sB.1.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sB.1.html
@@ -171,6 +171,18 @@
                         					
                      </p>
                   </li>
+                  <li><a href="s2.3.4.html" title="&sect;2.3.4&nbsp;Binding ambiguities"
+                        class="sect">&sect;2.3.4</a> :
+                     					<strong>Changed handling of role binding ambiguities</strong><p>A definite binding ambiguity is no longer a (suppressable) compiler error, but is signaled
+                        						by the need to declare <code>org.objectteams.LiftingFailedException</code>.
+                        						This way diagnostics could be moved from rather unspecific locations in the team
+                        						towards those applications that could suffer at runtime from a lifting failure.
+                        						While it is generally not recommended to ignore any <code>LiftingFailedException</code>
+                        						catching this exception may still make sense in a few corner cases mentioned in <a href="s2.3.4.b.html" title="&sect;2.3.4.(b)&nbsp;Definite ambiguity"
+                           class="sect">&sect;2.3.4.(b)</a>.
+                        					
+                     </p>
+                  </li>
                   <li><a href="s4.4.c.html"
                         title="&sect;4.4.(c)&nbsp;Mapping the result of a base method"
                         class="sect">&sect;4.4.(c)</a> :
@@ -228,7 +240,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sB.2.1.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sB.2.1.html
index 04b813d..4c013d8 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sB.2.1.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sB.2.1.html
@@ -89,7 +89,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sB.2.2.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sB.2.2.html
index c6031e8..1602bc3 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sB.2.2.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sB.2.2.html
@@ -109,7 +109,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sB.2.3.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sB.2.3.html
index 29bcbda..752e45f 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sB.2.3.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sB.2.3.html
@@ -36,21 +36,13 @@
                      					
                   </p>
                </li>
-               <li><a href="s2.3.4.b.html" title="&sect;2.3.4.(b)&nbsp;Definite ambiguity"
-                     class="sect">&sect;2.3.4.(b)</a> :
-                  					<strong>Ignoring a definite binding ambiguity</strong><p>An option has been added to configure/suppress the error signaling a definite binding ambiguity.
-                     						This option can be leveraged to override rule <a href="s4.1.b.html" title="&sect;4.1.(b)&nbsp;Prerequisite: Class binding"
-                        class="sect">&sect;4.1.(b)</a> (see also below).
-                     					
-                  </p>
-               </li>
                <li><a href="s2.3.5.html"
                      title="&sect;2.3.5&nbsp;Consequences of lifting problems"
                      class="sect">&sect;2.3.5</a> :
-                  					<strong>Consequences of lifting problems</strong><p>Clarification has been added specifying that <code>LiftingFailedException</code>
-                     						(<a href="s6.2.d.html" title="&sect;6.2.(d)&nbsp;Exceptions" class="sect">&sect;6.2.(d)</a>)
-                     						is indeed a checked exception.
-                     						A subsection has been added defining the consequences of this exception in
+                  					<strong>Consequences of lifting problems</strong><p>After <a href="s2.3.4.html" title="&sect;2.3.4&nbsp;Binding ambiguities"
+                        class="sect">&sect;2.3.4</a> has clarified that <code>LiftingFailedException</code>
+                     						(<a href="s6.2.d.html" title="&sect;6.2.(d)&nbsp;Exceptions" class="sect">&sect;6.2.(d)</a>) is indeed a checked exception,
+                     						a subsection has been added defining the consequences of this exception in
                      						various program situations.
                      					
                   </p>
@@ -64,9 +56,7 @@
                <li><a href="s4.1.b.html" title="&sect;4.1.(b)&nbsp;Prerequisite: Class binding"
                      class="sect">&sect;4.1.(b)</a> :
                   	<strong>Callin binding in "unliftable" role</strong><p>
-                     		Based on a new option in <a href="s2.3.4.b.html" title="&sect;2.3.4.(b)&nbsp;Definite ambiguity"
-                        class="sect">&sect;2.3.4.(b)</a> (see above)
-                     		callin bindings can now be defined even in "unliftable" roles.
+                     		Callin bindings can now be defined even in "unliftable" roles.
                      	
                   </p>
                </li>
@@ -127,7 +117,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sB.2.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sB.2.html
index 81a3e5e..91d2ea0 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sB.2.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sB.2.html
@@ -178,21 +178,13 @@
                         					
                      </p>
                   </li>
-                  <li><a href="s2.3.4.b.html" title="&sect;2.3.4.(b)&nbsp;Definite ambiguity"
-                        class="sect">&sect;2.3.4.(b)</a> :
-                     					<strong>Ignoring a definite binding ambiguity</strong><p>An option has been added to configure/suppress the error signaling a definite binding ambiguity.
-                        						This option can be leveraged to override rule <a href="s4.1.b.html" title="&sect;4.1.(b)&nbsp;Prerequisite: Class binding"
-                           class="sect">&sect;4.1.(b)</a> (see also below).
-                        					
-                     </p>
-                  </li>
                   <li><a href="s2.3.5.html"
                         title="&sect;2.3.5&nbsp;Consequences of lifting problems"
                         class="sect">&sect;2.3.5</a> :
-                     					<strong>Consequences of lifting problems</strong><p>Clarification has been added specifying that <code>LiftingFailedException</code>
-                        						(<a href="s6.2.d.html" title="&sect;6.2.(d)&nbsp;Exceptions" class="sect">&sect;6.2.(d)</a>)
-                        						is indeed a checked exception.
-                        						A subsection has been added defining the consequences of this exception in
+                     					<strong>Consequences of lifting problems</strong><p>After <a href="s2.3.4.html" title="&sect;2.3.4&nbsp;Binding ambiguities"
+                           class="sect">&sect;2.3.4</a> has clarified that <code>LiftingFailedException</code>
+                        						(<a href="s6.2.d.html" title="&sect;6.2.(d)&nbsp;Exceptions" class="sect">&sect;6.2.(d)</a>) is indeed a checked exception,
+                        						a subsection has been added defining the consequences of this exception in
                         						various program situations.
                         					
                      </p>
@@ -206,9 +198,7 @@
                   <li><a href="s4.1.b.html" title="&sect;4.1.(b)&nbsp;Prerequisite: Class binding"
                         class="sect">&sect;4.1.(b)</a> :
                      	<strong>Callin binding in "unliftable" role</strong><p>
-                        		Based on a new option in <a href="s2.3.4.b.html" title="&sect;2.3.4.(b)&nbsp;Definite ambiguity"
-                           class="sect">&sect;2.3.4.(b)</a> (see above)
-                        		callin bindings can now be defined even in "unliftable" roles.
+                        		Callin bindings can now be defined even in "unliftable" roles.
                         	
                      </p>
                   </li>
@@ -270,7 +260,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sB.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sB.html
index 8b9fb54..2468859 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sB.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/otjld/xdef/sB.html
@@ -184,6 +184,18 @@
                            					
                         </p>
                      </li>
+                     <li><a href="s2.3.4.html" title="&sect;2.3.4&nbsp;Binding ambiguities"
+                           class="sect">&sect;2.3.4</a> :
+                        					<strong>Changed handling of role binding ambiguities</strong><p>A definite binding ambiguity is no longer a (suppressable) compiler error, but is signaled
+                           						by the need to declare <code>org.objectteams.LiftingFailedException</code>.
+                           						This way diagnostics could be moved from rather unspecific locations in the team
+                           						towards those applications that could suffer at runtime from a lifting failure.
+                           						While it is generally not recommended to ignore any <code>LiftingFailedException</code>
+                           						catching this exception may still make sense in a few corner cases mentioned in <a href="s2.3.4.b.html" title="&sect;2.3.4.(b)&nbsp;Definite ambiguity"
+                              class="sect">&sect;2.3.4.(b)</a>.
+                           					
+                        </p>
+                     </li>
                      <li><a href="s4.4.c.html"
                            title="&sect;4.4.(c)&nbsp;Mapping the result of a base method"
                            class="sect">&sect;4.4.(c)</a> :
@@ -389,21 +401,13 @@
                            					
                         </p>
                      </li>
-                     <li><a href="s2.3.4.b.html" title="&sect;2.3.4.(b)&nbsp;Definite ambiguity"
-                           class="sect">&sect;2.3.4.(b)</a> :
-                        					<strong>Ignoring a definite binding ambiguity</strong><p>An option has been added to configure/suppress the error signaling a definite binding ambiguity.
-                           						This option can be leveraged to override rule <a href="s4.1.b.html" title="&sect;4.1.(b)&nbsp;Prerequisite: Class binding"
-                              class="sect">&sect;4.1.(b)</a> (see also below).
-                           					
-                        </p>
-                     </li>
                      <li><a href="s2.3.5.html"
                            title="&sect;2.3.5&nbsp;Consequences of lifting problems"
                            class="sect">&sect;2.3.5</a> :
-                        					<strong>Consequences of lifting problems</strong><p>Clarification has been added specifying that <code>LiftingFailedException</code>
-                           						(<a href="s6.2.d.html" title="&sect;6.2.(d)&nbsp;Exceptions" class="sect">&sect;6.2.(d)</a>)
-                           						is indeed a checked exception.
-                           						A subsection has been added defining the consequences of this exception in
+                        					<strong>Consequences of lifting problems</strong><p>After <a href="s2.3.4.html" title="&sect;2.3.4&nbsp;Binding ambiguities"
+                              class="sect">&sect;2.3.4</a> has clarified that <code>LiftingFailedException</code>
+                           						(<a href="s6.2.d.html" title="&sect;6.2.(d)&nbsp;Exceptions" class="sect">&sect;6.2.(d)</a>) is indeed a checked exception,
+                           						a subsection has been added defining the consequences of this exception in
                            						various program situations.
                            					
                         </p>
@@ -417,9 +421,7 @@
                      <li><a href="s4.1.b.html" title="&sect;4.1.(b)&nbsp;Prerequisite: Class binding"
                            class="sect">&sect;4.1.(b)</a> :
                         	<strong>Callin binding in "unliftable" role</strong><p>
-                           		Based on a new option in <a href="s2.3.4.b.html" title="&sect;2.3.4.(b)&nbsp;Definite ambiguity"
-                              class="sect">&sect;2.3.4.(b)</a> (see above)
-                           		callin bindings can now be defined even in "unliftable" roles.
+                           		Callin bindings can now be defined even in "unliftable" roles.
                            	
                         </p>
                      </li>
@@ -482,7 +484,7 @@
          <hr /><a class="w3c img" href="http://jigsaw.w3.org/css-validator/check/referer"
             shape="rect"><img src="../images/valid-css2-blue.png" alt="Valid CSS!" height="31" width="88" /></a><a class="w3c img" href="http://validator.w3.org/check?uri=referer" shape="rect"><img src="../images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31"
                  width="88" /></a><address>&copy; Stephan Herrmann, Christine Hundt, Marco Mosconi</address>
-         			OT/J version 1.3 &mdash; last modified: 2011-05-12
+         			OT/J version 1.3 &mdash; last modified: 2011-05-15
       </div>
    </body>
 </html>
\ No newline at end of file