You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2017/01/18 10:39:59 UTC

svn commit: r1779310 [19/27] - in /myfaces/site/publish/tobago: ./ tobago-assembly/ tobago-core/ tobago-core/xref-test/ tobago-core/xref-test/org/apache/myfaces/tobago/component/ tobago-core/xref-test/org/apache/myfaces/tobago/context/ tobago-core/xref...

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/dependency-analysis.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/dependency-analysis.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/dependency-analysis.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/dependency-analysis.html Wed Jan 18 10:39:52 2017
@@ -29,7 +29,7 @@
   
   
   <div class="date">
-    Last Published: 11 Jan 2017
+    Last Published: 18 Jan 2017
   </div>
             <ul>
       <li>
@@ -103,7 +103,7 @@
 <tr class="b">
 <td>org.apache.myfaces.tobago</td>
 <td>tobago-example-data</td>
-<td>3.0.1-SNAPSHOT</td>
+<td>3.0.2-SNAPSHOT</td>
 <td>compile</td>
 <td></td>
 <td>jar</td>
@@ -119,7 +119,7 @@
 <tr class="b">
 <td>org.apache.myfaces.tobago</td>
 <td>tobago-core</td>
-<td>3.0.1-SNAPSHOT</td>
+<td>3.0.2-SNAPSHOT</td>
 <td>test</td>
 <td>tests</td>
 <td>jar</td>
@@ -143,7 +143,7 @@
 <tr class="a">
 <td>org.apache.myfaces.tobago</td>
 <td>tobago-core</td>
-<td>3.0.1-SNAPSHOT</td>
+<td>3.0.2-SNAPSHOT</td>
 <td>compile</td>
 <td></td>
 <td>jar</td>
@@ -437,7 +437,7 @@
 <tr class="a">
 <td>org.apache.myfaces.tobago</td>
 <td>tobago-theme-speyside</td>
-<td>3.0.1-SNAPSHOT</td>
+<td>3.0.2-SNAPSHOT</td>
 <td>compile</td>
 <td></td>
 <td>jar</td>
@@ -445,7 +445,7 @@
 <tr class="b">
 <td>org.apache.myfaces.tobago</td>
 <td>tobago-theme-standard</td>
-<td>3.0.1-SNAPSHOT</td>
+<td>3.0.2-SNAPSHOT</td>
 <td>compile</td>
 <td></td>
 <td>jar</td>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/dependency-info.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/dependency-info.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/dependency-info.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/dependency-info.html Wed Jan 18 10:39:52 2017
@@ -29,7 +29,7 @@
   
   
   <div class="date">
-    Last Published: 11 Jan 2017
+    Last Published: 18 Jan 2017
   </div>
             <ul>
       <li>
@@ -95,37 +95,37 @@
 <pre>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.myfaces.tobago&lt;/groupId&gt;
   &lt;artifactId&gt;tobago-example-demo&lt;/artifactId&gt;
-  &lt;version&gt;3.0.1-SNAPSHOT&lt;/version&gt;
+  &lt;version&gt;3.0.2-SNAPSHOT&lt;/version&gt;
   &lt;type&gt;war&lt;/type&gt;
 &lt;/dependency&gt;</pre></div></div>
 <div class="section">
 <h3><a name="Apache_Buildr"></a>Apache Buildr</h3><a name="Apache_Buildr"></a>
 <div class="source">
-<pre>'org.apache.myfaces.tobago:tobago-example-demo:war:3.0.1-SNAPSHOT'</pre></div></div>
+<pre>'org.apache.myfaces.tobago:tobago-example-demo:war:3.0.2-SNAPSHOT'</pre></div></div>
 <div class="section">
 <h3><a name="Apache_Ivy"></a>Apache Ivy</h3><a name="Apache_Ivy"></a>
 <div class="source">
-<pre>&lt;dependency org=&quot;org.apache.myfaces.tobago&quot; name=&quot;tobago-example-demo&quot; rev=&quot;3.0.1-SNAPSHOT&quot;&gt;
+<pre>&lt;dependency org=&quot;org.apache.myfaces.tobago&quot; name=&quot;tobago-example-demo&quot; rev=&quot;3.0.2-SNAPSHOT&quot;&gt;
   &lt;artifact name=&quot;tobago-example-demo&quot; type=&quot;war&quot; /&gt;
 &lt;/dependency&gt;</pre></div></div>
 <div class="section">
 <h3><a name="Groovy_Grape"></a>Groovy Grape</h3><a name="Groovy_Grape"></a>
 <div class="source">
 <pre>@Grapes(
-@Grab(group='org.apache.myfaces.tobago', module='tobago-example-demo', version='3.0.1-SNAPSHOT')
+@Grab(group='org.apache.myfaces.tobago', module='tobago-example-demo', version='3.0.2-SNAPSHOT')
 )</pre></div></div>
 <div class="section">
 <h3><a name="GradleGrails"></a>Gradle/Grails</h3><a name="GradleGrails"></a>
 <div class="source">
-<pre>compile 'org.apache.myfaces.tobago:tobago-example-demo:3.0.1-SNAPSHOT'</pre></div></div>
+<pre>compile 'org.apache.myfaces.tobago:tobago-example-demo:3.0.2-SNAPSHOT'</pre></div></div>
 <div class="section">
 <h3><a name="Scala_SBT"></a>Scala SBT</h3><a name="Scala_SBT"></a>
 <div class="source">
-<pre>libraryDependencies += &quot;org.apache.myfaces.tobago&quot; % &quot;tobago-example-demo&quot; % &quot;3.0.1-SNAPSHOT&quot;</pre></div></div>
+<pre>libraryDependencies += &quot;org.apache.myfaces.tobago&quot; % &quot;tobago-example-demo&quot; % &quot;3.0.2-SNAPSHOT&quot;</pre></div></div>
 <div class="section">
 <h3><a name="Leiningen"></a>Leiningen</h3><a name="Leiningen"></a>
 <div class="source">
-<pre>[org.apache.myfaces.tobago/tobago-example-demo &quot;3.0.1-SNAPSHOT&quot;]</pre></div></div></div>
+<pre>[org.apache.myfaces.tobago/tobago-example-demo &quot;3.0.2-SNAPSHOT&quot;]</pre></div></div></div>
       </div>
     </div>
     <div class="clear"></div>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/dependency-management.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/dependency-management.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/dependency-management.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/dependency-management.html Wed Jan 18 10:39:52 2017
@@ -29,7 +29,7 @@
   
   
   <div class="date">
-    Last Published: 11 Jan 2017
+    Last Published: 18 Jan 2017
   </div>
             <ul>
       <li>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/distribution-management.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/distribution-management.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/distribution-management.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/distribution-management.html Wed Jan 18 10:39:52 2017
@@ -29,7 +29,7 @@
   
   
   <div class="date">
-    Last Published: 11 Jan 2017
+    Last Published: 18 Jan 2017
   </div>
             <ul>
       <li>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/findbugs.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/findbugs.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/findbugs.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/findbugs.html Wed Jan 18 10:39:52 2017
@@ -29,7 +29,7 @@
   
   
   <div class="date">
-    Last Published: 11 Jan 2017
+    Last Published: 18 Jan 2017
   </div>
             <ul>
       <li>
@@ -1679,7 +1679,7 @@
 <td>org.apache.myfaces.tobago.example.demo.TreeSelectController is Serializable; consider declaring a serialVersionUID</td>
 <td>BAD_PRACTICE</td>
 <td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#SE_NO_SERIALVERSIONID">SE_NO_SERIALVERSIONID</a></td>
-<td><a href="./xref/org/apache/myfaces/tobago/example/demo/TreeSelectController.html#L35">35-72</a></td>
+<td><a href="./xref/org/apache/myfaces/tobago/example/demo/TreeSelectController.html#L35">35-82</a></td>
 <td>Low</td></tr></table></div><a name="org.apache.myfaces.tobago.example.demo.UniversalLoggingInfoLoggingInfo"></a>
 <div class="section">
 <h3><a name="org.apache.myfaces.tobago.example.demo.UniversalLoggingInfoLoggingInfo"></a>org.apache.myfaces.tobago.example.demo.UniversalLoggingInfo$LoggingInfo</h3>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/index.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/index.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/index.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/index.html Wed Jan 18 10:39:52 2017
@@ -29,7 +29,7 @@
   
   
   <div class="date">
-    Last Published: 11 Jan 2017
+    Last Published: 18 Jan 2017
   </div>
             <ul>
       <li>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/integration.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/integration.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/integration.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/integration.html Wed Jan 18 10:39:52 2017
@@ -29,7 +29,7 @@
   
   
   <div class="date">
-    Last Published: 11 Jan 2017
+    Last Published: 18 Jan 2017
   </div>
             <ul>
       <li>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/issue-tracking.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/issue-tracking.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/issue-tracking.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/issue-tracking.html Wed Jan 18 10:39:52 2017
@@ -29,7 +29,7 @@
   
   
   <div class="date">
-    Last Published: 11 Jan 2017
+    Last Published: 18 Jan 2017
   </div>
             <ul>
       <li>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/javancss.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/javancss.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/javancss.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/javancss.html Wed Jan 18 10:39:52 2017
@@ -29,7 +29,7 @@
   
   
   <div class="date">
-    Last Published: 11 Jan 2017
+    Last Published: 18 Jan 2017
   </div>
             <ul>
       <li>
@@ -108,8 +108,8 @@
 <tr class="b">
 <td>org.apache.myfaces.tobago.example.demo</td>
 <td>77</td>
-<td>558</td>
-<td>2972</td>
+<td>559</td>
+<td>2979</td>
 <td>4</td>
 <td>26</td>
 <td>20</td>
@@ -188,8 +188,8 @@
 <th>Multi lines comment</th></tr>
 <tr class="a">
 <td>95</td>
-<td>659</td>
-<td>3696</td>
+<td>660</td>
+<td>3703</td>
 <td>6</td>
 <td>34</td>
 <td>51</td>
@@ -374,15 +374,15 @@
 <td>0</td>
 <td>0</td></tr>
 <tr class="a">
-<td><a href="./xref/org/apache/myfaces/tobago/example/demo/bestpractice/BestPracticeController.html">org.apache.myfaces.tobago.example.demo.bestpractice.BestPracticeController</a></td>
+<td><a href="./xref/org/apache/myfaces/tobago/example/demo/TreeSelectController.html">org.apache.myfaces.tobago.example.demo.TreeSelectController</a></td>
 <td>32</td>
-<td>6</td>
+<td>7</td>
 <td>0</td>
 <td>0</td></tr>
 <tr class="b">
-<td><a href="./xref/org/apache/myfaces/tobago/example/demo/formatter/SourceFormatter.html">org.apache.myfaces.tobago.example.demo.formatter.SourceFormatter</a></td>
-<td>31</td>
-<td>3</td>
+<td><a href="./xref/org/apache/myfaces/tobago/example/demo/bestpractice/BestPracticeController.html">org.apache.myfaces.tobago.example.demo.bestpractice.BestPracticeController</a></td>
+<td>32</td>
+<td>6</td>
 <td>0</td>
 <td>0</td></tr></table>
 <p><b>TOP 30 classes containing the most methods.</b></p>
@@ -582,10 +582,10 @@
 <th>Methods average</th>
 <th>Javadocs average</th></tr>
 <tr class="a">
-<td>31.27</td>
-<td>3,696.00</td>
+<td>31.35</td>
+<td>3,703.00</td>
 <td>0.14</td>
-<td>6.94</td>
+<td>6.95</td>
 <td>0.06</td></tr></table></div>
 <div class="section">
 <h2><a name="Methods"></a>Methods</h2><a name="method">Methods</a>
@@ -755,7 +755,7 @@
 <th>CCN average</th>
 <th>Javadocs average</th></tr>
 <tr class="b">
-<td>3,696.00</td>
+<td>3,703.00</td>
 <td>3.63</td>
 <td>1.49</td>
 <td>0.00</td></tr></table></div>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/jdepend-report.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/jdepend-report.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/jdepend-report.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/jdepend-report.html Wed Jan 18 10:39:52 2017
@@ -29,7 +29,7 @@
   
   
   <div class="date">
-    Last Published: 11 Jan 2017
+    Last Published: 18 Jan 2017
   </div>
             <ul>
       <li>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/license.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/license.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/license.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/license.html Wed Jan 18 10:39:52 2017
@@ -29,7 +29,7 @@
   
   
   <div class="date">
-    Last Published: 11 Jan 2017
+    Last Published: 18 Jan 2017
   </div>
             <ul>
       <li>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/mail-lists.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/mail-lists.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/mail-lists.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/mail-lists.html Wed Jan 18 10:39:52 2017
@@ -29,7 +29,7 @@
   
   
   <div class="date">
-    Last Published: 11 Jan 2017
+    Last Published: 18 Jan 2017
   </div>
             <ul>
       <li>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/plugin-management.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/plugin-management.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/plugin-management.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/plugin-management.html Wed Jan 18 10:39:52 2017
@@ -29,7 +29,7 @@
   
   
   <div class="date">
-    Last Published: 11 Jan 2017
+    Last Published: 18 Jan 2017
   </div>
             <ul>
       <li>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/plugins.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/plugins.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/plugins.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/plugins.html Wed Jan 18 10:39:52 2017
@@ -29,7 +29,7 @@
   
   
   <div class="date">
-    Last Published: 11 Jan 2017
+    Last Published: 18 Jan 2017
   </div>
             <ul>
       <li>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/project-info.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/project-info.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/project-info.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/project-info.html Wed Jan 18 10:39:52 2017
@@ -29,7 +29,7 @@
   
   
   <div class="date">
-    Last Published: 11 Jan 2017
+    Last Published: 18 Jan 2017
   </div>
             <ul>
       <li>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/project-reports.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/project-reports.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/project-reports.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/project-reports.html Wed Jan 18 10:39:52 2017
@@ -29,7 +29,7 @@
   
   
   <div class="date">
-    Last Published: 11 Jan 2017
+    Last Published: 18 Jan 2017
   </div>
             <ul>
       <li>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/project-summary.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/project-summary.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/project-summary.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/project-summary.html Wed Jan 18 10:39:52 2017
@@ -29,7 +29,7 @@
   
   
   <div class="date">
-    Last Published: 11 Jan 2017
+    Last Published: 18 Jan 2017
   </div>
             <ul>
       <li>
@@ -130,7 +130,7 @@
 <td>tobago-example-demo</td></tr>
 <tr class="b">
 <td>Version</td>
-<td>3.0.1-SNAPSHOT</td></tr>
+<td>3.0.2-SNAPSHOT</td></tr>
 <tr class="a">
 <td>Type</td>
 <td>war</td></tr>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/rat-report.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/rat-report.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/rat-report.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/rat-report.html Wed Jan 18 10:39:52 2017
@@ -29,7 +29,7 @@
   
   
   <div class="date">
-    Last Published: 11 Jan 2017
+    Last Published: 18 Jan 2017
   </div>
             <ul>
       <li>
@@ -96,13 +96,13 @@
 *****************************************************
 Summary
 -------
-Generated at: 2017-01-11T07:30:23+01:00
+Generated at: 2017-01-18T10:50:28+01:00
 Notes: 2
 Binaries: 20
 Archives: 0
-Standards: 319
+Standards: 321
 
-Apache Licensed: 319
+Apache Licensed: 321
 Generated Documents: 0
 
 JavaDocs are generated and so license header is optional
@@ -312,6 +312,7 @@ Archives:
   AL    /Volumes/tobago-site/tobago/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/080-sheet/sheet.xhtml
   AL    /Volumes/tobago-site/tobago/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/080-sheet/x-sheet-nested.xhtml
   AL    /Volumes/tobago-site/tobago/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/090-tree/00-command/tree-command-types.xhtml
+  AL    /Volumes/tobago-site/tobago/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/090-tree/01-select/tree-select.test.js
   AL    /Volumes/tobago-site/tobago/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/090-tree/01-select/tree-select.xhtml
   AL    /Volumes/tobago-site/tobago/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/090-tree/02-editor/tree-editor.xhtml
   AL    /Volumes/tobago-site/tobago/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/090-tree/03-menu/tree-menu.xhtml
@@ -413,6 +414,7 @@ Archives:
   AL    /Volumes/tobago-site/tobago/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/6000-event/x-event-row.xhtml
   AL    /Volumes/tobago-site/tobago/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/6000-event/x-event-textarea.xhtml
   AL    /Volumes/tobago-site/tobago/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/60000-manual/4000-button+link/button+link.xhtml
+  AL    /Volumes/tobago-site/tobago/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/60000-manual/5000-lengthOfInputs/lengthOfInputs.xhtml
   AL    /Volumes/tobago-site/tobago/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/60000-manual/manual.xhtml
   AL    /Volumes/tobago-site/tobago/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/7000-layout/markup-spread-flex.xhtml
   AL    /Volumes/tobago-site/tobago/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/7000-layout/markup-spread-grid.xhtml

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/source-repository.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/source-repository.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/source-repository.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/source-repository.html Wed Jan 18 10:39:52 2017
@@ -29,7 +29,7 @@
   
   
   <div class="date">
-    Last Published: 11 Jan 2017
+    Last Published: 18 Jan 2017
   </div>
             <ul>
       <li>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/taglist.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/taglist.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/taglist.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/taglist.html Wed Jan 18 10:39:52 2017
@@ -29,7 +29,7 @@
   
   
   <div class="date">
-    Last Published: 11 Jan 2017
+    Last Published: 18 Jan 2017
   </div>
             <ul>
       <li>
@@ -125,7 +125,7 @@
 <th>Line</th></tr>
 <tr class="b">
 <td>analyse the '/faces'-prefix actually the viewID should be enough, but if you do so, the FacesMessage won't be shown.</td>
-<td><a href="./xref/org/apache/myfaces/tobago/example/demo/TestExceptionHandler.html#62">62</a></td></tr></table></div>
+<td>62</td></tr></table></div>
 <div class="section">
 <h3><a name="XXX"></a><a name="tag_class_38">XXX</a></h3>
 <p><b>Number of occurrences found in the code: 9</b></p>
@@ -135,49 +135,49 @@
 <th>Line</th></tr>
 <tr class="b">
 <td>there should be a proper profile in POM for that</td>
-<td><a href="./xref-test/org/apache/myfaces/tobago/example/demo/ArquillianTest.html#75">75</a></td></tr>
+<td>75</td></tr>
 <tr class="a">
 <th>org.apache.myfaces.tobago.example.demo.CkeditorController</th>
 <th>Line</th></tr>
 <tr class="b">
 <td>RM</td>
-<td><a href="./xref/org/apache/myfaces/tobago/example/demo/CkeditorController.html#39">39</a></td></tr>
+<td>39</td></tr>
 <tr class="a">
 <th>org.apache.myfaces.tobago.example.demo.QUnitTests</th>
 <th>Line</th></tr>
 <tr class="b">
 <td>there should be a proper profile in POM for that</td>
-<td><a href="./xref-test/org/apache/myfaces/tobago/example/demo/QUnitTests.html#78">78</a></td></tr>
+<td>78</td></tr>
 <tr class="a">
 <th>org.apache.myfaces.tobago.example.demo.formatter.JspTagConverter</th>
 <th>Line</th></tr>
 <tr class="b">
 <td>temporarily hide strings to avoid keyword highlighting in strings</td>
-<td><a href="./xref/org/apache/myfaces/tobago/example/demo/formatter/JspTagConverter.html#69">69</a></td></tr>
+<td>69</td></tr>
 <tr class="a">
 <td>temporarily hide strings to avoid keyword highlighting in strings</td>
-<td><a href="./xref/org/apache/myfaces/tobago/example/demo/formatter/JspTagConverter.html#77">77</a></td></tr>
+<td>77</td></tr>
 <tr class="b">
 <th>org.apache.myfaces.tobago.example.demo.formatter.TagConverter</th>
 <th>Line</th></tr>
 <tr class="a">
 <td>invalid</td>
-<td><a href="./xref/org/apache/myfaces/tobago/example/demo/formatter/TagConverter.html#36">36</a></td></tr>
+<td>36</td></tr>
 <tr class="b">
 <th>org.apache.myfaces.tobago.example.demo.info.ActivityList</th>
 <th>Line</th></tr>
 <tr class="a">
 <td>using the session id as key is not good for applications with login, because the container should change</td>
-<td><a href="./xref/org/apache/myfaces/tobago/example/demo/info/ActivityList.html#40">40</a></td></tr>
+<td>40</td></tr>
 <tr class="b">
 <td>the session id while the login process.</td>
-<td><a href="./xref/org/apache/myfaces/tobago/example/demo/info/ActivityList.html#41">41</a></td></tr>
+<td>41</td></tr>
 <tr class="a">
 <th>org.apache.myfaces.tobago.example.demo.sudoku.Sudoku</th>
 <th>Line</th></tr>
 <tr class="b">
 <td>undefined = new RandomList((byte) 81).asStack();</td>
-<td><a href="./xref/org/apache/myfaces/tobago/example/demo/sudoku/Sudoku.html#71">71</a></td></tr></table></div></div>
+<td>71</td></tr></table></div></div>
       </div>
     </div>
     <div class="clear"></div>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/team-list.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/team-list.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/team-list.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/team-list.html Wed Jan 18 10:39:52 2017
@@ -29,7 +29,7 @@
   
   
   <div class="date">
-    Last Published: 11 Jan 2017
+    Last Published: 18 Jan 2017
   </div>
             <ul>
       <li>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref-test/index.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref-test/index.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref-test/index.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref-test/index.html Wed Jan 18 10:39:52 2017
@@ -4,7 +4,7 @@
 <!-- this is a JXR report set -->
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Tobago Example Demo 3.0.1-SNAPSHOT Reference</title>
+		<title>Tobago Example Demo 3.0.2-SNAPSHOT Reference</title>
 	</head>
     <frameset cols="20%,80%">
 		<frameset rows="30%,70%">

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref-test/org/apache/myfaces/tobago/example/demo/QUnitTests.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref-test/org/apache/myfaces/tobago/example/demo/QUnitTests.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref-test/org/apache/myfaces/tobago/example/demo/QUnitTests.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref-test/org/apache/myfaces/tobago/example/demo/QUnitTests.html Wed Jan 18 10:39:52 2017
@@ -328,107 +328,113 @@
 <a class="jxr_linenumber" name="L320" href="#L320">320</a>   }
 <a class="jxr_linenumber" name="L321" href="#L321">321</a> 
 <a class="jxr_linenumber" name="L322" href="#L322">322</a>   @Test
-<a class="jxr_linenumber" name="L323" href="#L323">323</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> contentValidation() <strong class="jxr_keyword">throws</strong> UnsupportedEncodingException, InterruptedException {
-<a class="jxr_linenumber" name="L324" href="#L324">324</a>     String page = <span class="jxr_string">"content/30-concept/06-validation/00/content-validation.xhtml"</span>;
+<a class="jxr_linenumber" name="L323" href="#L323">323</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> treeSelect() <strong class="jxr_keyword">throws</strong> UnsupportedEncodingException, InterruptedException {
+<a class="jxr_linenumber" name="L324" href="#L324">324</a>     String page = <span class="jxr_string">"content/20-component/090-tree/01-select/tree-select.xhtml"</span>;
 <a class="jxr_linenumber" name="L325" href="#L325">325</a>     runStandardTest(page);
 <a class="jxr_linenumber" name="L326" href="#L326">326</a>   }
 <a class="jxr_linenumber" name="L327" href="#L327">327</a> 
 <a class="jxr_linenumber" name="L328" href="#L328">328</a>   @Test
-<a class="jxr_linenumber" name="L329" href="#L329">329</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> validationJsr303() <strong class="jxr_keyword">throws</strong> UnsupportedEncodingException, InterruptedException {
-<a class="jxr_linenumber" name="L330" href="#L330">330</a>     String page = <span class="jxr_string">"content/30-concept/06-validation/01/validation-jsr303.xhtml"</span>;
+<a class="jxr_linenumber" name="L329" href="#L329">329</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> contentValidation() <strong class="jxr_keyword">throws</strong> UnsupportedEncodingException, InterruptedException {
+<a class="jxr_linenumber" name="L330" href="#L330">330</a>     String page = <span class="jxr_string">"content/30-concept/06-validation/00/content-validation.xhtml"</span>;
 <a class="jxr_linenumber" name="L331" href="#L331">331</a>     runStandardTest(page);
 <a class="jxr_linenumber" name="L332" href="#L332">332</a>   }
 <a class="jxr_linenumber" name="L333" href="#L333">333</a> 
 <a class="jxr_linenumber" name="L334" href="#L334">334</a>   @Test
-<a class="jxr_linenumber" name="L335" href="#L335">335</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> form() <strong class="jxr_keyword">throws</strong> UnsupportedEncodingException, InterruptedException {
-<a class="jxr_linenumber" name="L336" href="#L336">336</a>     String page = <span class="jxr_string">"content/30-concept/08-form/form.xhtml"</span>;
+<a class="jxr_linenumber" name="L335" href="#L335">335</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> validationJsr303() <strong class="jxr_keyword">throws</strong> UnsupportedEncodingException, InterruptedException {
+<a class="jxr_linenumber" name="L336" href="#L336">336</a>     String page = <span class="jxr_string">"content/30-concept/06-validation/01/validation-jsr303.xhtml"</span>;
 <a class="jxr_linenumber" name="L337" href="#L337">337</a>     runStandardTest(page);
 <a class="jxr_linenumber" name="L338" href="#L338">338</a>   }
 <a class="jxr_linenumber" name="L339" href="#L339">339</a> 
 <a class="jxr_linenumber" name="L340" href="#L340">340</a>   @Test
-<a class="jxr_linenumber" name="L341" href="#L341">341</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> formRequired() <strong class="jxr_keyword">throws</strong> UnsupportedEncodingException, InterruptedException {
-<a class="jxr_linenumber" name="L342" href="#L342">342</a>     String page = <span class="jxr_string">"content/30-concept/08-form/10-required/form-required.xhtml"</span>;
+<a class="jxr_linenumber" name="L341" href="#L341">341</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> form() <strong class="jxr_keyword">throws</strong> UnsupportedEncodingException, InterruptedException {
+<a class="jxr_linenumber" name="L342" href="#L342">342</a>     String page = <span class="jxr_string">"content/30-concept/08-form/form.xhtml"</span>;
 <a class="jxr_linenumber" name="L343" href="#L343">343</a>     runStandardTest(page);
 <a class="jxr_linenumber" name="L344" href="#L344">344</a>   }
 <a class="jxr_linenumber" name="L345" href="#L345">345</a> 
 <a class="jxr_linenumber" name="L346" href="#L346">346</a>   @Test
-<a class="jxr_linenumber" name="L347" href="#L347">347</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> formAjax() <strong class="jxr_keyword">throws</strong> UnsupportedEncodingException, InterruptedException {
-<a class="jxr_linenumber" name="L348" href="#L348">348</a>     String page = <span class="jxr_string">"content/30-concept/08-form/20-ajax/form-ajax.xhtml"</span>;
+<a class="jxr_linenumber" name="L347" href="#L347">347</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> formRequired() <strong class="jxr_keyword">throws</strong> UnsupportedEncodingException, InterruptedException {
+<a class="jxr_linenumber" name="L348" href="#L348">348</a>     String page = <span class="jxr_string">"content/30-concept/08-form/10-required/form-required.xhtml"</span>;
 <a class="jxr_linenumber" name="L349" href="#L349">349</a>     runStandardTest(page);
 <a class="jxr_linenumber" name="L350" href="#L350">350</a>   }
 <a class="jxr_linenumber" name="L351" href="#L351">351</a> 
 <a class="jxr_linenumber" name="L352" href="#L352">352</a>   @Test
-<a class="jxr_linenumber" name="L353" href="#L353">353</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> forEach() <strong class="jxr_keyword">throws</strong> UnsupportedEncodingException, InterruptedException {
-<a class="jxr_linenumber" name="L354" href="#L354">354</a>     String page = <span class="jxr_string">"content/30-concept/51-for-each/for-each.xhtml"</span>;
+<a class="jxr_linenumber" name="L353" href="#L353">353</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> formAjax() <strong class="jxr_keyword">throws</strong> UnsupportedEncodingException, InterruptedException {
+<a class="jxr_linenumber" name="L354" href="#L354">354</a>     String page = <span class="jxr_string">"content/30-concept/08-form/20-ajax/form-ajax.xhtml"</span>;
 <a class="jxr_linenumber" name="L355" href="#L355">355</a>     runStandardTest(page);
 <a class="jxr_linenumber" name="L356" href="#L356">356</a>   }
 <a class="jxr_linenumber" name="L357" href="#L357">357</a> 
 <a class="jxr_linenumber" name="L358" href="#L358">358</a>   @Test
-<a class="jxr_linenumber" name="L359" href="#L359">359</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> collapsibleBox() <strong class="jxr_keyword">throws</strong> UnsupportedEncodingException, InterruptedException {
-<a class="jxr_linenumber" name="L360" href="#L360">360</a>     String page = <span class="jxr_string">"content/30-concept/53-collapsible/00-collapsible-box/collapsible-box.xhtml"</span>;
+<a class="jxr_linenumber" name="L359" href="#L359">359</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> forEach() <strong class="jxr_keyword">throws</strong> UnsupportedEncodingException, InterruptedException {
+<a class="jxr_linenumber" name="L360" href="#L360">360</a>     String page = <span class="jxr_string">"content/30-concept/51-for-each/for-each.xhtml"</span>;
 <a class="jxr_linenumber" name="L361" href="#L361">361</a>     runStandardTest(page);
 <a class="jxr_linenumber" name="L362" href="#L362">362</a>   }
 <a class="jxr_linenumber" name="L363" href="#L363">363</a> 
 <a class="jxr_linenumber" name="L364" href="#L364">364</a>   @Test
-<a class="jxr_linenumber" name="L365" href="#L365">365</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> collapsiblePopup() <strong class="jxr_keyword">throws</strong> UnsupportedEncodingException, InterruptedException {
-<a class="jxr_linenumber" name="L366" href="#L366">366</a>     String page = <span class="jxr_string">"content/30-concept/53-collapsible/10-collapsible-popup/collapsible-popup.xhtml"</span>;
+<a class="jxr_linenumber" name="L365" href="#L365">365</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> collapsibleBox() <strong class="jxr_keyword">throws</strong> UnsupportedEncodingException, InterruptedException {
+<a class="jxr_linenumber" name="L366" href="#L366">366</a>     String page = <span class="jxr_string">"content/30-concept/53-collapsible/00-collapsible-box/collapsible-box.xhtml"</span>;
 <a class="jxr_linenumber" name="L367" href="#L367">367</a>     runStandardTest(page);
 <a class="jxr_linenumber" name="L368" href="#L368">368</a>   }
 <a class="jxr_linenumber" name="L369" href="#L369">369</a> 
 <a class="jxr_linenumber" name="L370" href="#L370">370</a>   @Test
-<a class="jxr_linenumber" name="L371" href="#L371">371</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> collapsiblePanel() <strong class="jxr_keyword">throws</strong> UnsupportedEncodingException, InterruptedException {
-<a class="jxr_linenumber" name="L372" href="#L372">372</a>     String page = <span class="jxr_string">"content/30-concept/53-collapsible/20-collapsible-panel/collapsible-panel.xhtml"</span>;
+<a class="jxr_linenumber" name="L371" href="#L371">371</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> collapsiblePopup() <strong class="jxr_keyword">throws</strong> UnsupportedEncodingException, InterruptedException {
+<a class="jxr_linenumber" name="L372" href="#L372">372</a>     String page = <span class="jxr_string">"content/30-concept/53-collapsible/10-collapsible-popup/collapsible-popup.xhtml"</span>;
 <a class="jxr_linenumber" name="L373" href="#L373">373</a>     runStandardTest(page);
 <a class="jxr_linenumber" name="L374" href="#L374">374</a>   }
 <a class="jxr_linenumber" name="L375" href="#L375">375</a> 
 <a class="jxr_linenumber" name="L376" href="#L376">376</a>   @Test
-<a class="jxr_linenumber" name="L377" href="#L377">377</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> collapsibleSection() <strong class="jxr_keyword">throws</strong> UnsupportedEncodingException, InterruptedException {
-<a class="jxr_linenumber" name="L378" href="#L378">378</a>     String page = <span class="jxr_string">"content/30-concept/53-collapsible/30-collapsible-section/collapsible-section.xhtml"</span>;
+<a class="jxr_linenumber" name="L377" href="#L377">377</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> collapsiblePanel() <strong class="jxr_keyword">throws</strong> UnsupportedEncodingException, InterruptedException {
+<a class="jxr_linenumber" name="L378" href="#L378">378</a>     String page = <span class="jxr_string">"content/30-concept/53-collapsible/20-collapsible-panel/collapsible-panel.xhtml"</span>;
 <a class="jxr_linenumber" name="L379" href="#L379">379</a>     runStandardTest(page);
 <a class="jxr_linenumber" name="L380" href="#L380">380</a>   }
 <a class="jxr_linenumber" name="L381" href="#L381">381</a> 
 <a class="jxr_linenumber" name="L382" href="#L382">382</a>   @Test
-<a class="jxr_linenumber" name="L383" href="#L383">383</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> suggestMethod() <strong class="jxr_keyword">throws</strong> UnsupportedEncodingException, InterruptedException {
-<a class="jxr_linenumber" name="L384" href="#L384">384</a>     String page = <span class="jxr_string">"content/35-deprecated/15-suggest-method/suggest-method.xhtml"</span>;
+<a class="jxr_linenumber" name="L383" href="#L383">383</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> collapsibleSection() <strong class="jxr_keyword">throws</strong> UnsupportedEncodingException, InterruptedException {
+<a class="jxr_linenumber" name="L384" href="#L384">384</a>     String page = <span class="jxr_string">"content/30-concept/53-collapsible/30-collapsible-section/collapsible-section.xhtml"</span>;
 <a class="jxr_linenumber" name="L385" href="#L385">385</a>     runStandardTest(page);
 <a class="jxr_linenumber" name="L386" href="#L386">386</a>   }
 <a class="jxr_linenumber" name="L387" href="#L387">387</a> 
 <a class="jxr_linenumber" name="L388" href="#L388">388</a>   @Test
-<a class="jxr_linenumber" name="L389" href="#L389">389</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testDate() <strong class="jxr_keyword">throws</strong> UnsupportedEncodingException, InterruptedException {
-<a class="jxr_linenumber" name="L390" href="#L390">390</a>     String page = <span class="jxr_string">"content/40-test/1040-date/date.xhtml"</span>;
+<a class="jxr_linenumber" name="L389" href="#L389">389</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> suggestMethod() <strong class="jxr_keyword">throws</strong> UnsupportedEncodingException, InterruptedException {
+<a class="jxr_linenumber" name="L390" href="#L390">390</a>     String page = <span class="jxr_string">"content/35-deprecated/15-suggest-method/suggest-method.xhtml"</span>;
 <a class="jxr_linenumber" name="L391" href="#L391">391</a>     runStandardTest(page);
 <a class="jxr_linenumber" name="L392" href="#L392">392</a>   }
 <a class="jxr_linenumber" name="L393" href="#L393">393</a> 
 <a class="jxr_linenumber" name="L394" href="#L394">394</a>   @Test
-<a class="jxr_linenumber" name="L395" href="#L395">395</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testButtonLink() <strong class="jxr_keyword">throws</strong> UnsupportedEncodingException, InterruptedException {
-<a class="jxr_linenumber" name="L396" href="#L396">396</a>     String page = <span class="jxr_string">"content/40-test/4000-button+link/button+link.xhtml"</span>;
+<a class="jxr_linenumber" name="L395" href="#L395">395</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testDate() <strong class="jxr_keyword">throws</strong> UnsupportedEncodingException, InterruptedException {
+<a class="jxr_linenumber" name="L396" href="#L396">396</a>     String page = <span class="jxr_string">"content/40-test/1040-date/date.xhtml"</span>;
 <a class="jxr_linenumber" name="L397" href="#L397">397</a>     runStandardTest(page);
 <a class="jxr_linenumber" name="L398" href="#L398">398</a>   }
 <a class="jxr_linenumber" name="L399" href="#L399">399</a> 
 <a class="jxr_linenumber" name="L400" href="#L400">400</a>   @Test
-<a class="jxr_linenumber" name="L401" href="#L401">401</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testSheetTypes() <strong class="jxr_keyword">throws</strong> UnsupportedEncodingException, InterruptedException {
-<a class="jxr_linenumber" name="L402" href="#L402">402</a>     String page = <span class="jxr_string">"content/40-test/3000-sheet/10-sheet-types/sheet-types.xhtml"</span>;
+<a class="jxr_linenumber" name="L401" href="#L401">401</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testButtonLink() <strong class="jxr_keyword">throws</strong> UnsupportedEncodingException, InterruptedException {
+<a class="jxr_linenumber" name="L402" href="#L402">402</a>     String page = <span class="jxr_string">"content/40-test/4000-button+link/button+link.xhtml"</span>;
 <a class="jxr_linenumber" name="L403" href="#L403">403</a>     runStandardTest(page);
 <a class="jxr_linenumber" name="L404" href="#L404">404</a>   }
 <a class="jxr_linenumber" name="L405" href="#L405">405</a> 
 <a class="jxr_linenumber" name="L406" href="#L406">406</a>   @Test
-<a class="jxr_linenumber" name="L407" href="#L407">407</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testEvent() <strong class="jxr_keyword">throws</strong> UnsupportedEncodingException, InterruptedException {
-<a class="jxr_linenumber" name="L408" href="#L408">408</a>     String page = <span class="jxr_string">"content/40-test/6000-event/event.xhtml"</span>;
+<a class="jxr_linenumber" name="L407" href="#L407">407</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testSheetTypes() <strong class="jxr_keyword">throws</strong> UnsupportedEncodingException, InterruptedException {
+<a class="jxr_linenumber" name="L408" href="#L408">408</a>     String page = <span class="jxr_string">"content/40-test/3000-sheet/10-sheet-types/sheet-types.xhtml"</span>;
 <a class="jxr_linenumber" name="L409" href="#L409">409</a>     runStandardTest(page);
 <a class="jxr_linenumber" name="L410" href="#L410">410</a>   }
 <a class="jxr_linenumber" name="L411" href="#L411">411</a> 
 <a class="jxr_linenumber" name="L412" href="#L412">412</a>   @Test
-<a class="jxr_linenumber" name="L413" href="#L413">413</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> rendererBaseGetCurrentValue() <strong class="jxr_keyword">throws</strong> UnsupportedEncodingException, InterruptedException {
-<a class="jxr_linenumber" name="L414" href="#L414">414</a>     String page = <span class="jxr_string">"content/40-test/50000-java/10-rendererBase-getCurrentValue/rendererBase-getCurrentValue.xhtml"</span>;
+<a class="jxr_linenumber" name="L413" href="#L413">413</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testEvent() <strong class="jxr_keyword">throws</strong> UnsupportedEncodingException, InterruptedException {
+<a class="jxr_linenumber" name="L414" href="#L414">414</a>     String page = <span class="jxr_string">"content/40-test/6000-event/event.xhtml"</span>;
 <a class="jxr_linenumber" name="L415" href="#L415">415</a>     runStandardTest(page);
 <a class="jxr_linenumber" name="L416" href="#L416">416</a>   }
 <a class="jxr_linenumber" name="L417" href="#L417">417</a> 
 <a class="jxr_linenumber" name="L418" href="#L418">418</a>   @Test
-<a class="jxr_linenumber" name="L419" href="#L419">419</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> ajaxExecute() <strong class="jxr_keyword">throws</strong> UnsupportedEncodingException, InterruptedException {
-<a class="jxr_linenumber" name="L420" href="#L420">420</a>     String page = <span class="jxr_string">"content/40-test/50000-java/20-ajax-execute/ajax-execute.xhtml"</span>;
+<a class="jxr_linenumber" name="L419" href="#L419">419</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> rendererBaseGetCurrentValue() <strong class="jxr_keyword">throws</strong> UnsupportedEncodingException, InterruptedException {
+<a class="jxr_linenumber" name="L420" href="#L420">420</a>     String page = <span class="jxr_string">"content/40-test/50000-java/10-rendererBase-getCurrentValue/rendererBase-getCurrentValue.xhtml"</span>;
 <a class="jxr_linenumber" name="L421" href="#L421">421</a>     runStandardTest(page);
 <a class="jxr_linenumber" name="L422" href="#L422">422</a>   }
-<a class="jxr_linenumber" name="L423" href="#L423">423</a> }
+<a class="jxr_linenumber" name="L423" href="#L423">423</a> 
+<a class="jxr_linenumber" name="L424" href="#L424">424</a>   @Test
+<a class="jxr_linenumber" name="L425" href="#L425">425</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> ajaxExecute() <strong class="jxr_keyword">throws</strong> UnsupportedEncodingException, InterruptedException {
+<a class="jxr_linenumber" name="L426" href="#L426">426</a>     String page = <span class="jxr_string">"content/40-test/50000-java/20-ajax-execute/ajax-execute.xhtml"</span>;
+<a class="jxr_linenumber" name="L427" href="#L427">427</a>     runStandardTest(page);
+<a class="jxr_linenumber" name="L428" href="#L428">428</a>   }
+<a class="jxr_linenumber" name="L429" href="#L429">429</a> }
 </pre>
 <hr/>
 <div id="footer">Copyright &#169; 2002&#x2013;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref-test/org/apache/myfaces/tobago/example/demo/package-frame.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref-test/org/apache/myfaces/tobago/example/demo/package-frame.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref-test/org/apache/myfaces/tobago/example/demo/package-frame.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref-test/org/apache/myfaces/tobago/example/demo/package-frame.html Wed Jan 18 10:39:52 2017
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Tobago Example Demo 3.0.1-SNAPSHOT Reference Package org.apache.myfaces.tobago.example.demo</title>
+		<title>Tobago Example Demo 3.0.2-SNAPSHOT Reference Package org.apache.myfaces.tobago.example.demo</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref-test/org/apache/myfaces/tobago/example/demo/package-summary.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref-test/org/apache/myfaces/tobago/example/demo/package-summary.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref-test/org/apache/myfaces/tobago/example/demo/package-summary.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref-test/org/apache/myfaces/tobago/example/demo/package-summary.html Wed Jan 18 10:39:52 2017
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Tobago Example Demo 3.0.1-SNAPSHOT Reference Package org.apache.myfaces.tobago.example.demo</title>
+		<title>Tobago Example Demo 3.0.2-SNAPSHOT Reference Package org.apache.myfaces.tobago.example.demo</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref-test/org/apache/myfaces/tobago/example/demo/sudoku/package-frame.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref-test/org/apache/myfaces/tobago/example/demo/sudoku/package-frame.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref-test/org/apache/myfaces/tobago/example/demo/sudoku/package-frame.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref-test/org/apache/myfaces/tobago/example/demo/sudoku/package-frame.html Wed Jan 18 10:39:52 2017
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Tobago Example Demo 3.0.1-SNAPSHOT Reference Package org.apache.myfaces.tobago.example.demo.sudoku</title>
+		<title>Tobago Example Demo 3.0.2-SNAPSHOT Reference Package org.apache.myfaces.tobago.example.demo.sudoku</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref-test/org/apache/myfaces/tobago/example/demo/sudoku/package-summary.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref-test/org/apache/myfaces/tobago/example/demo/sudoku/package-summary.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref-test/org/apache/myfaces/tobago/example/demo/sudoku/package-summary.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref-test/org/apache/myfaces/tobago/example/demo/sudoku/package-summary.html Wed Jan 18 10:39:52 2017
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Tobago Example Demo 3.0.1-SNAPSHOT Reference Package org.apache.myfaces.tobago.example.demo.sudoku</title>
+		<title>Tobago Example Demo 3.0.2-SNAPSHOT Reference Package org.apache.myfaces.tobago.example.demo.sudoku</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref-test/overview-frame.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref-test/overview-frame.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref-test/overview-frame.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref-test/overview-frame.html Wed Jan 18 10:39:52 2017
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Tobago Example Demo 3.0.1-SNAPSHOT Reference</title>
+		<title>Tobago Example Demo 3.0.2-SNAPSHOT Reference</title>
 		<link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref-test/overview-summary.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref-test/overview-summary.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref-test/overview-summary.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref-test/overview-summary.html Wed Jan 18 10:39:52 2017
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Tobago Example Demo 3.0.1-SNAPSHOT Reference</title>
+		<title>Tobago Example Demo 3.0.2-SNAPSHOT Reference</title>
 		<link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -24,7 +24,7 @@
 	        </ul>
       	</div>
 		
-		      	<h2>Tobago Example Demo 3.0.1-SNAPSHOT Reference</h2>
+		      	<h2>Tobago Example Demo 3.0.2-SNAPSHOT Reference</h2>
 
 		<table class="summary">
         	<thead>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/index.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/index.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/index.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/index.html Wed Jan 18 10:39:52 2017
@@ -4,7 +4,7 @@
 <!-- this is a JXR report set -->
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Tobago Example Demo 3.0.1-SNAPSHOT Reference</title>
+		<title>Tobago Example Demo 3.0.2-SNAPSHOT Reference</title>
 	</head>
     <frameset cols="20%,80%">
 		<frameset rows="30%,70%">

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/TreeSelectController.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/TreeSelectController.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/TreeSelectController.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/TreeSelectController.html Wed Jan 18 10:39:52 2017
@@ -56,29 +56,39 @@
 <a class="jxr_linenumber" name="L48" href="#L48">48</a>  
 <a class="jxr_linenumber" name="L49" href="#L49">49</a>    <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setSelectable(String selectable) {
 <a class="jxr_linenumber" name="L50" href="#L50">50</a>      <strong class="jxr_keyword">this</strong>.selectable = selectable;
-<a class="jxr_linenumber" name="L51" href="#L51">51</a>    }
-<a class="jxr_linenumber" name="L52" href="#L52">52</a>  
-<a class="jxr_linenumber" name="L53" href="#L53">53</a>    <strong class="jxr_keyword">public</strong> String getSelectedNodes() {
-<a class="jxr_linenumber" name="L54" href="#L54">54</a>      StringBuilder stringBuilder = <strong class="jxr_keyword">new</strong> StringBuilder();
-<a class="jxr_linenumber" name="L55" href="#L55">55</a>      buildSelectedNodesString(stringBuilder, sample);
-<a class="jxr_linenumber" name="L56" href="#L56">56</a>      <strong class="jxr_keyword">if</strong> (stringBuilder.length() &gt; 2) {
-<a class="jxr_linenumber" name="L57" href="#L57">57</a>        <strong class="jxr_keyword">return</strong> stringBuilder.substring(2); <em class="jxr_comment">// Remove ', '.</em>
-<a class="jxr_linenumber" name="L58" href="#L58">58</a>      } <strong class="jxr_keyword">else</strong> {
-<a class="jxr_linenumber" name="L59" href="#L59">59</a>        <strong class="jxr_keyword">return</strong> <span class="jxr_string">""</span>;
+<a class="jxr_linenumber" name="L51" href="#L51">51</a>      resetSelection(sample);
+<a class="jxr_linenumber" name="L52" href="#L52">52</a>    }
+<a class="jxr_linenumber" name="L53" href="#L53">53</a>  
+<a class="jxr_linenumber" name="L54" href="#L54">54</a>    <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> resetSelection(DefaultMutableTreeNode node) {
+<a class="jxr_linenumber" name="L55" href="#L55">55</a>      Node userObject = (Node) node.getUserObject();
+<a class="jxr_linenumber" name="L56" href="#L56">56</a>      userObject.setSelected(false);
+<a class="jxr_linenumber" name="L57" href="#L57">57</a>      <strong class="jxr_keyword">for</strong> (<strong class="jxr_keyword">int</strong> i = 0; i &lt; node.getChildCount(); i++) {
+<a class="jxr_linenumber" name="L58" href="#L58">58</a>        DefaultMutableTreeNode child = (DefaultMutableTreeNode) node.getChildAt(i);
+<a class="jxr_linenumber" name="L59" href="#L59">59</a>        resetSelection(child);
 <a class="jxr_linenumber" name="L60" href="#L60">60</a>      }
 <a class="jxr_linenumber" name="L61" href="#L61">61</a>    }
 <a class="jxr_linenumber" name="L62" href="#L62">62</a>  
-<a class="jxr_linenumber" name="L63" href="#L63">63</a>    <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">void</strong> buildSelectedNodesString(StringBuilder stringBuilder, DefaultMutableTreeNode node) {
-<a class="jxr_linenumber" name="L64" href="#L64">64</a>      Node userObject = (Node) node.getUserObject();
-<a class="jxr_linenumber" name="L65" href="#L65">65</a>      <strong class="jxr_keyword">if</strong> (userObject.isSelected()) {
-<a class="jxr_linenumber" name="L66" href="#L66">66</a>        stringBuilder.append(<span class="jxr_string">", "</span> + userObject.getName());
-<a class="jxr_linenumber" name="L67" href="#L67">67</a>      }
-<a class="jxr_linenumber" name="L68" href="#L68">68</a>      <strong class="jxr_keyword">for</strong> (<strong class="jxr_keyword">int</strong> i = 0; i &lt; node.getChildCount(); i++) {
-<a class="jxr_linenumber" name="L69" href="#L69">69</a>        DefaultMutableTreeNode child = (DefaultMutableTreeNode) node.getChildAt(i);
-<a class="jxr_linenumber" name="L70" href="#L70">70</a>        buildSelectedNodesString(stringBuilder, child);
-<a class="jxr_linenumber" name="L71" href="#L71">71</a>      }
-<a class="jxr_linenumber" name="L72" href="#L72">72</a>    }
-<a class="jxr_linenumber" name="L73" href="#L73">73</a>  }
+<a class="jxr_linenumber" name="L63" href="#L63">63</a>    <strong class="jxr_keyword">public</strong> String getSelectedNodes() {
+<a class="jxr_linenumber" name="L64" href="#L64">64</a>      StringBuilder stringBuilder = <strong class="jxr_keyword">new</strong> StringBuilder();
+<a class="jxr_linenumber" name="L65" href="#L65">65</a>      buildSelectedNodesString(stringBuilder, sample);
+<a class="jxr_linenumber" name="L66" href="#L66">66</a>      <strong class="jxr_keyword">if</strong> (stringBuilder.length() &gt; 2) {
+<a class="jxr_linenumber" name="L67" href="#L67">67</a>        <strong class="jxr_keyword">return</strong> stringBuilder.substring(2); <em class="jxr_comment">// Remove ', '.</em>
+<a class="jxr_linenumber" name="L68" href="#L68">68</a>      } <strong class="jxr_keyword">else</strong> {
+<a class="jxr_linenumber" name="L69" href="#L69">69</a>        <strong class="jxr_keyword">return</strong> <span class="jxr_string">""</span>;
+<a class="jxr_linenumber" name="L70" href="#L70">70</a>      }
+<a class="jxr_linenumber" name="L71" href="#L71">71</a>    }
+<a class="jxr_linenumber" name="L72" href="#L72">72</a>  
+<a class="jxr_linenumber" name="L73" href="#L73">73</a>    <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">void</strong> buildSelectedNodesString(StringBuilder stringBuilder, DefaultMutableTreeNode node) {
+<a class="jxr_linenumber" name="L74" href="#L74">74</a>      Node userObject = (Node) node.getUserObject();
+<a class="jxr_linenumber" name="L75" href="#L75">75</a>      <strong class="jxr_keyword">if</strong> (userObject.isSelected()) {
+<a class="jxr_linenumber" name="L76" href="#L76">76</a>        stringBuilder.append(<span class="jxr_string">", "</span> + userObject.getName());
+<a class="jxr_linenumber" name="L77" href="#L77">77</a>      }
+<a class="jxr_linenumber" name="L78" href="#L78">78</a>      <strong class="jxr_keyword">for</strong> (<strong class="jxr_keyword">int</strong> i = 0; i &lt; node.getChildCount(); i++) {
+<a class="jxr_linenumber" name="L79" href="#L79">79</a>        DefaultMutableTreeNode child = (DefaultMutableTreeNode) node.getChildAt(i);
+<a class="jxr_linenumber" name="L80" href="#L80">80</a>        buildSelectedNodesString(stringBuilder, child);
+<a class="jxr_linenumber" name="L81" href="#L81">81</a>      }
+<a class="jxr_linenumber" name="L82" href="#L82">82</a>    }
+<a class="jxr_linenumber" name="L83" href="#L83">83</a>  }
 </pre>
 <hr/>
 <div id="footer">Copyright &#169; 2002&#x2013;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/actionlistener/package-frame.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/actionlistener/package-frame.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/actionlistener/package-frame.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/actionlistener/package-frame.html Wed Jan 18 10:39:52 2017
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Tobago Example Demo 3.0.1-SNAPSHOT Reference Package org.apache.myfaces.tobago.example.demo.actionlistener</title>
+		<title>Tobago Example Demo 3.0.2-SNAPSHOT Reference Package org.apache.myfaces.tobago.example.demo.actionlistener</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/actionlistener/package-summary.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/actionlistener/package-summary.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/actionlistener/package-summary.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/actionlistener/package-summary.html Wed Jan 18 10:39:52 2017
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Tobago Example Demo 3.0.1-SNAPSHOT Reference Package org.apache.myfaces.tobago.example.demo.actionlistener</title>
+		<title>Tobago Example Demo 3.0.2-SNAPSHOT Reference Package org.apache.myfaces.tobago.example.demo.actionlistener</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/bestpractice/package-frame.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/bestpractice/package-frame.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/bestpractice/package-frame.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/bestpractice/package-frame.html Wed Jan 18 10:39:52 2017
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Tobago Example Demo 3.0.1-SNAPSHOT Reference Package org.apache.myfaces.tobago.example.demo.bestpractice</title>
+		<title>Tobago Example Demo 3.0.2-SNAPSHOT Reference Package org.apache.myfaces.tobago.example.demo.bestpractice</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/bestpractice/package-summary.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/bestpractice/package-summary.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/bestpractice/package-summary.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/bestpractice/package-summary.html Wed Jan 18 10:39:52 2017
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Tobago Example Demo 3.0.1-SNAPSHOT Reference Package org.apache.myfaces.tobago.example.demo.bestpractice</title>
+		<title>Tobago Example Demo 3.0.2-SNAPSHOT Reference Package org.apache.myfaces.tobago.example.demo.bestpractice</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/clientConfig/package-frame.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/clientConfig/package-frame.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/clientConfig/package-frame.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/clientConfig/package-frame.html Wed Jan 18 10:39:52 2017
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Tobago Example Demo 3.0.1-SNAPSHOT Reference Package org.apache.myfaces.tobago.example.demo.clientConfig</title>
+		<title>Tobago Example Demo 3.0.2-SNAPSHOT Reference Package org.apache.myfaces.tobago.example.demo.clientConfig</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/clientConfig/package-summary.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/clientConfig/package-summary.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/clientConfig/package-summary.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/clientConfig/package-summary.html Wed Jan 18 10:39:52 2017
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Tobago Example Demo 3.0.1-SNAPSHOT Reference Package org.apache.myfaces.tobago.example.demo.clientConfig</title>
+		<title>Tobago Example Demo 3.0.2-SNAPSHOT Reference Package org.apache.myfaces.tobago.example.demo.clientConfig</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/formatter/package-frame.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/formatter/package-frame.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/formatter/package-frame.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/formatter/package-frame.html Wed Jan 18 10:39:52 2017
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Tobago Example Demo 3.0.1-SNAPSHOT Reference Package org.apache.myfaces.tobago.example.demo.formatter</title>
+		<title>Tobago Example Demo 3.0.2-SNAPSHOT Reference Package org.apache.myfaces.tobago.example.demo.formatter</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/formatter/package-summary.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/formatter/package-summary.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/formatter/package-summary.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/formatter/package-summary.html Wed Jan 18 10:39:52 2017
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Tobago Example Demo 3.0.1-SNAPSHOT Reference Package org.apache.myfaces.tobago.example.demo.formatter</title>
+		<title>Tobago Example Demo 3.0.2-SNAPSHOT Reference Package org.apache.myfaces.tobago.example.demo.formatter</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/info/package-frame.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/info/package-frame.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/info/package-frame.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/info/package-frame.html Wed Jan 18 10:39:52 2017
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Tobago Example Demo 3.0.1-SNAPSHOT Reference Package org.apache.myfaces.tobago.example.demo.info</title>
+		<title>Tobago Example Demo 3.0.2-SNAPSHOT Reference Package org.apache.myfaces.tobago.example.demo.info</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/info/package-summary.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/info/package-summary.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/info/package-summary.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/info/package-summary.html Wed Jan 18 10:39:52 2017
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Tobago Example Demo 3.0.1-SNAPSHOT Reference Package org.apache.myfaces.tobago.example.demo.info</title>
+		<title>Tobago Example Demo 3.0.2-SNAPSHOT Reference Package org.apache.myfaces.tobago.example.demo.info</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/nonfacesrequest/package-frame.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/nonfacesrequest/package-frame.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/nonfacesrequest/package-frame.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/nonfacesrequest/package-frame.html Wed Jan 18 10:39:52 2017
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Tobago Example Demo 3.0.1-SNAPSHOT Reference Package org.apache.myfaces.tobago.example.demo.nonfacesrequest</title>
+		<title>Tobago Example Demo 3.0.2-SNAPSHOT Reference Package org.apache.myfaces.tobago.example.demo.nonfacesrequest</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/nonfacesrequest/package-summary.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/nonfacesrequest/package-summary.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/nonfacesrequest/package-summary.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/nonfacesrequest/package-summary.html Wed Jan 18 10:39:52 2017
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Tobago Example Demo 3.0.1-SNAPSHOT Reference Package org.apache.myfaces.tobago.example.demo.nonfacesrequest</title>
+		<title>Tobago Example Demo 3.0.2-SNAPSHOT Reference Package org.apache.myfaces.tobago.example.demo.nonfacesrequest</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/package-frame.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/package-frame.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/package-frame.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/package-frame.html Wed Jan 18 10:39:52 2017
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Tobago Example Demo 3.0.1-SNAPSHOT Reference Package org.apache.myfaces.tobago.example.demo</title>
+		<title>Tobago Example Demo 3.0.2-SNAPSHOT Reference Package org.apache.myfaces.tobago.example.demo</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/package-summary.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/package-summary.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/package-summary.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/package-summary.html Wed Jan 18 10:39:52 2017
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Tobago Example Demo 3.0.1-SNAPSHOT Reference Package org.apache.myfaces.tobago.example.demo</title>
+		<title>Tobago Example Demo 3.0.2-SNAPSHOT Reference Package org.apache.myfaces.tobago.example.demo</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/sudoku/package-frame.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/sudoku/package-frame.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/sudoku/package-frame.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/sudoku/package-frame.html Wed Jan 18 10:39:52 2017
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Tobago Example Demo 3.0.1-SNAPSHOT Reference Package org.apache.myfaces.tobago.example.demo.sudoku</title>
+		<title>Tobago Example Demo 3.0.2-SNAPSHOT Reference Package org.apache.myfaces.tobago.example.demo.sudoku</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/sudoku/package-summary.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/sudoku/package-summary.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/sudoku/package-summary.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/org/apache/myfaces/tobago/example/demo/sudoku/package-summary.html Wed Jan 18 10:39:52 2017
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Tobago Example Demo 3.0.1-SNAPSHOT Reference Package org.apache.myfaces.tobago.example.demo.sudoku</title>
+		<title>Tobago Example Demo 3.0.2-SNAPSHOT Reference Package org.apache.myfaces.tobago.example.demo.sudoku</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/overview-frame.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/overview-frame.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/overview-frame.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/overview-frame.html Wed Jan 18 10:39:52 2017
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Tobago Example Demo 3.0.1-SNAPSHOT Reference</title>
+		<title>Tobago Example Demo 3.0.2-SNAPSHOT Reference</title>
 		<link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/overview-summary.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/overview-summary.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/overview-summary.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-demo/xref/overview-summary.html Wed Jan 18 10:39:52 2017
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Tobago Example Demo 3.0.1-SNAPSHOT Reference</title>
+		<title>Tobago Example Demo 3.0.2-SNAPSHOT Reference</title>
 		<link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -24,7 +24,7 @@
 	        </ul>
       	</div>
 		
-		      	<h2>Tobago Example Demo 3.0.1-SNAPSHOT Reference</h2>
+		      	<h2>Tobago Example Demo 3.0.2-SNAPSHOT Reference</h2>
 
 		<table class="summary">
         	<thead>

Modified: myfaces/site/publish/tobago/tobago-example/tobago-example-portlet/checkstyle.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-example/tobago-example-portlet/checkstyle.html?rev=1779310&r1=1779309&r2=1779310&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-example/tobago-example-portlet/checkstyle.html (original)
+++ myfaces/site/publish/tobago/tobago-example/tobago-example-portlet/checkstyle.html Wed Jan 18 10:39:52 2017
@@ -29,7 +29,7 @@
   
   
   <div class="date">
-    Last Published: 11 Jan 2017
+    Last Published: 18 Jan 2017
   </div>
             <ul>
       <li>