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 2014/07/23 20:59:05 UTC

svn commit: r1612920 [11/12] - /myfaces/site/publish/tobago/

Modified: myfaces/site/publish/tobago/project-info.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/project-info.html?rev=1612920&r1=1612919&r2=1612920&view=diff
==============================================================================
--- myfaces/site/publish/tobago/project-info.html (original)
+++ myfaces/site/publish/tobago/project-info.html Wed Jul 23 18:59:04 2014
@@ -14,7 +14,7 @@
 
 
       <div class="date">
-        Last Published: 04 Jun 2014
+        Last Published: 23 Jul 2014
       </div>
       <ul>
         <li>
@@ -108,6 +108,10 @@
         </li>
 
         <li class="none">
+          <a href="new-2.0.html">New in Tobago 2.0</a>
+        </li>
+
+        <li class="none">
           <a href="guide.html">Guide to Tobago</a>
         </li>
 
@@ -116,7 +120,7 @@
         </li>
 
         <li class="none">
-          <a href="migration-2.0.html">Migration to 2.0 (beta)</a>
+          <a href="migration-2.0.html">Migration to 2.0</a>
         </li>
 
         <li class="none">
@@ -202,6 +206,10 @@
             </li>
 
             <li class="none">
+              <a href="dependency-convergence.html">Dependency Convergence</a>
+            </li>
+
+            <li class="none">
               <a href="integration.html">Continuous Integration</a>
             </li>
 
@@ -335,20 +343,26 @@
             <td>This document lists the project's dependencies and provides information on each dependency.</td>
           </tr>
           <tr class="b">
+            <td><a href="dependency-convergence.html">Dependency Convergence</a></td>
+            <td>This document presents the convergence of dependency versions across the entire project, and its sub
+              modules.
+            </td>
+          </tr>
+          <tr class="a">
             <td><a href="integration.html">Continuous Integration</a></td>
             <td>This is a link to the definitions of all continuous integration processes that builds and tests code on
               a frequent, regular basis.
             </td>
           </tr>
-          <tr class="a">
+          <tr class="b">
             <td><a href="plugin-management.html">Plugin Management</a></td>
             <td>This document lists the plugins that are defined through pluginManagement.</td>
           </tr>
-          <tr class="b">
+          <tr class="a">
             <td><a href="plugins.html">Project Plugins</a></td>
             <td>This document lists the build plugins and the report plugins used by this project.</td>
           </tr>
-          <tr class="a">
+          <tr class="b">
             <td><a href="distribution-management.html">Distribution Management</a></td>
             <td>This document provides informations on the distribution management of this project.</td>
           </tr>

Modified: myfaces/site/publish/tobago/project-reports.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/project-reports.html?rev=1612920&r1=1612919&r2=1612920&view=diff
==============================================================================
--- myfaces/site/publish/tobago/project-reports.html (original)
+++ myfaces/site/publish/tobago/project-reports.html Wed Jul 23 18:59:04 2014
@@ -14,7 +14,7 @@
 
 
       <div class="date">
-        Last Published: 04 Jun 2014
+        Last Published: 23 Jul 2014
       </div>
       <ul>
         <li>
@@ -108,6 +108,10 @@
         </li>
 
         <li class="none">
+          <a href="new-2.0.html">New in Tobago 2.0</a>
+        </li>
+
+        <li class="none">
           <a href="guide.html">Guide to Tobago</a>
         </li>
 
@@ -116,7 +120,7 @@
         </li>
 
         <li class="none">
-          <a href="migration-2.0.html">Migration to 2.0 (beta)</a>
+          <a href="migration-2.0.html">Migration to 2.0</a>
         </li>
 
         <li class="none">
@@ -175,10 +179,26 @@
             </li>
 
             <li class="none">
+              <a href="xref/index.html">Source Xref</a>
+            </li>
+
+            <li class="none">
+              <a href="xref-test/index.html">Test Source Xref</a>
+            </li>
+
+            <li class="none">
               <a href="checkstyle-aggregate.html">Checkstyle</a>
             </li>
 
             <li class="none">
+              <a href="apidocs/index.html">JavaDocs</a>
+            </li>
+
+            <li class="none">
+              <a href="testapidocs/index.html">Test JavaDocs</a>
+            </li>
+
+            <li class="none">
               <a href="surefire-report.html">Surefire Report</a>
             </li>
 
@@ -279,10 +299,26 @@
             <td>Verification of coding rules.</td>
           </tr>
           <tr class="b">
+            <td><a href="xref/index.html">Source Xref</a></td>
+            <td>HTML based, cross-reference version of Java source code.</td>
+          </tr>
+          <tr class="a">
+            <td><a href="xref-test/index.html">Test Source Xref</a></td>
+            <td>HTML based, cross-reference version of Java test source code.</td>
+          </tr>
+          <tr class="b">
             <td><a href="checkstyle-aggregate.html">Checkstyle</a></td>
             <td>Report on coding style conventions.</td>
           </tr>
           <tr class="a">
+            <td><a href="apidocs/index.html">JavaDocs</a></td>
+            <td>JavaDoc API documentation.</td>
+          </tr>
+          <tr class="b">
+            <td><a href="testapidocs/index.html">Test JavaDocs</a></td>
+            <td>Test JavaDoc API documentation.</td>
+          </tr>
+          <tr class="a">
             <td><a href="surefire-report.html">Surefire Report</a></td>
             <td>Report on the test results of the project.</td>
           </tr>

Modified: myfaces/site/publish/tobago/project-summary.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/project-summary.html?rev=1612920&r1=1612919&r2=1612920&view=diff
==============================================================================
--- myfaces/site/publish/tobago/project-summary.html (original)
+++ myfaces/site/publish/tobago/project-summary.html Wed Jul 23 18:59:04 2014
@@ -14,7 +14,7 @@
 
 
       <div class="date">
-        Last Published: 04 Jun 2014
+        Last Published: 23 Jul 2014
       </div>
       <ul>
         <li>
@@ -108,6 +108,10 @@
         </li>
 
         <li class="none">
+          <a href="new-2.0.html">New in Tobago 2.0</a>
+        </li>
+
+        <li class="none">
           <a href="guide.html">Guide to Tobago</a>
         </li>
 
@@ -116,7 +120,7 @@
         </li>
 
         <li class="none">
-          <a href="migration-2.0.html">Migration to 2.0 (beta)</a>
+          <a href="migration-2.0.html">Migration to 2.0</a>
         </li>
 
         <li class="none">
@@ -202,6 +206,10 @@
             </li>
 
             <li class="none">
+              <a href="dependency-convergence.html">Dependency Convergence</a>
+            </li>
+
+            <li class="none">
               <a href="integration.html">Continuous Integration</a>
             </li>
 
@@ -334,7 +342,7 @@
           </tr>
           <tr class="b">
             <td>Version</td>
-            <td>2.0.0-beta-5-SNAPSHOT</td>
+            <td>2.0.1-SNAPSHOT</td>
           </tr>
           <tr class="a">
             <td>Type</td>

Modified: myfaces/site/publish/tobago/rat-report.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/rat-report.html?rev=1612920&r1=1612919&r2=1612920&view=diff
==============================================================================
--- myfaces/site/publish/tobago/rat-report.html (original)
+++ myfaces/site/publish/tobago/rat-report.html Wed Jul 23 18:59:04 2014
@@ -14,7 +14,7 @@
 
 
       <div class="date">
-        Last Published: 04 Jun 2014
+        Last Published: 23 Jul 2014
       </div>
       <ul>
         <li>
@@ -108,6 +108,10 @@
         </li>
 
         <li class="none">
+          <a href="new-2.0.html">New in Tobago 2.0</a>
+        </li>
+
+        <li class="none">
           <a href="guide.html">Guide to Tobago</a>
         </li>
 
@@ -116,7 +120,7 @@
         </li>
 
         <li class="none">
-          <a href="migration-2.0.html">Migration to 2.0 (beta)</a>
+          <a href="migration-2.0.html">Migration to 2.0</a>
         </li>
 
         <li class="none">
@@ -175,10 +179,26 @@
             </li>
 
             <li class="none">
+              <a href="xref/index.html">Source Xref</a>
+            </li>
+
+            <li class="none">
+              <a href="xref-test/index.html">Test Source Xref</a>
+            </li>
+
+            <li class="none">
               <a href="checkstyle-aggregate.html">Checkstyle</a>
             </li>
 
             <li class="none">
+              <a href="apidocs/index.html">JavaDocs</a>
+            </li>
+
+            <li class="none">
+              <a href="testapidocs/index.html">Test JavaDocs</a>
+            </li>
+
+            <li class="none">
               <a href="surefire-report.html">Surefire Report</a>
             </li>
 
@@ -271,13 +291,13 @@
 *****************************************************
 Summary
 -------
-Generated at: 2014-06-04T10:06:35+02:00
+Generated at: 2014-07-23T20:21:27+02:00
 Notes: 11
 Binaries: 115
 Archives: 0
-Standards: 752
+Standards: 750
 
-Apache Licensed: 747
+Apache Licensed: 745
 Generated Documents: 0
 
 JavaDocs are generated and so license header is optional
@@ -289,11 +309,11 @@ Generated files do not required license 
 
 Unapproved licenses:
 
-  tobago-example/tobago-example-demo/resource/image/clickImage.psd
-  tobago-example/tobago-example-demo/resource/image/country_de_AT.psd
-  tobago-example/tobago-example-demo/resource/image/country_de_CH.psd
-  tobago-example/tobago-example-demo/resource/image/country_de_DE.psd
-  tobago-example/tobago-example-demo/resource/image/country_en_GB.psd
+  tobago-example/tobago-example-demo/src/origin/image/clickImage.psd
+  tobago-example/tobago-example-demo/src/origin/image/country_de_AT.psd
+  tobago-example/tobago-example-demo/src/origin/image/country_de_CH.psd
+  tobago-example/tobago-example-demo/src/origin/image/country_de_DE.psd
+  tobago-example/tobago-example-demo/src/origin/image/country_en_GB.psd
 
 *******************************
 
@@ -331,6 +351,7 @@ Archives:
   AL    src/site/apt/migration-1.5.apt
   AL    src/site/apt/migration-2.0.apt
   AL    src/site/apt/migration-3.0.apt
+  AL    src/site/apt/new-2.0.apt
   AL    src/site/apt/release-checklist.apt
   AL    src/site/apt/roadmap.apt
   AL    src/site/apt/themes.apt
@@ -370,7 +391,6 @@ Archives:
   N     tobago-assembly/src/main/resources/NOTICE.txt
   N     tobago-assembly/src/main/resources/README.txt
   AL    tobago-example/pom.xml
-  AL    tobago-example/src/test/jetty/jetty-override-web.xml
   B     tobago-example/src/test/resources/jettykeystore
   AL    tobago-example/tobago-example-addressbook/pom.xml
   B     tobago-example/tobago-example-addressbook/resource/empty_portrait.psd
@@ -552,33 +572,30 @@ Archives:
   AL    tobago-example/tobago-example-data/src/main/resources/META-INF/resources/data/edit-solar.xhtml
   B     tobago-example/tobago-example-data/src/main/resources/META-INF/resources/data/sun-behind-mountains.jpg
   AL    tobago-example/tobago-example-demo/pom.xml
- !????? tobago-example/tobago-example-demo/resource/image/clickImage.psd
-  B     tobago-example/tobago-example-demo/resource/image/country.psd
- !????? tobago-example/tobago-example-demo/resource/image/country_de_AT.psd
- !????? tobago-example/tobago-example-demo/resource/image/country_de_CH.psd
- !????? tobago-example/tobago-example-demo/resource/image/country_de_DE.psd
- !????? tobago-example/tobago-example-demo/resource/image/country_en_GB.psd
-  B     tobago-example/tobago-example-demo/resource/image/country_en_US.psd
-  B     tobago-example/tobago-example-demo/resource/image/country_ja_JP.psd
-  B     tobago-example/tobago-example-demo/resource/image/country_ru_RU.psd
   N     tobago-example/tobago-example-demo/src/main/appended-resouces/META-INF/NOTICE
   AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/AppInfo.java
   AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/Bird.java
   AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/BirdController.java
   AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/Command.java
+  AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/Controller.java
   AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/Countries.java
+  AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/DateController.java
   AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/DemoBundle.java
   AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/HtmlEditor.java
+  AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/InputSuggestController.java
   AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/Jsr303Bean.java
   AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/ManifestEntry.java
   AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/ManifestReader.java
   AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/MultiplePageDeclarationLanguageNavigationHandler.java
-  AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/NavigationEvent.java
   AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/NavigationNode.java
   AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/NavigationState.java
   AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/NavigationTree.java
+  AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/OnOffConverter.java
   AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/PageDeclarationLanguage.java
   AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/PageDeclarationLanguageBean.java
+  AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/PartialReloadController.java
+  AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/Progress.java
+  AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/SelectBooleanCheckboxController.java
   AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/ServerInfo.java
   AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/SheetFilter.java
   AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/SynchronizeNavigationPhaseListener.java
@@ -586,6 +603,7 @@ Archives:
   AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/TreeController.java
   AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/TreeEditor.java
   AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/Upload.java
+  AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/UploadItem.java
   AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/actionlistener/SimpleTabChangeListener.java
   AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/bestpractice/BestPracticeController.java
   AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/bestpractice/ToolBarCustomizer.java
@@ -609,16 +627,6 @@ Archives:
   AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/overview/SheetConfig.java
   AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/overview/ValidationSeverity.java
   AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/sudoku/Sudoku.java
-  AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/reference/Controller.java
-  AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/reference/InputSuggestController.java
-  AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/reference/OnOffConverter.java
-  AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/reference/PartialReloadController.java
-  AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/reference/PopupReferenceController.java
-  AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/reference/Progress.java
-  AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/reference/SelectBooleanCheckboxController.java
-  AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/reference/SimpleBean.java
-  AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/reference/SimpleBeanList.java
-  AL    tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/reference/UploadItem.java
   AL    tobago-example/tobago-example-demo/src/main/resources/log4j.xml
   AL    tobago-example/tobago-example-demo/src/main/webapp/META-INF/context.xml
   AL    tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/beans.xml
@@ -631,12 +639,12 @@ Archives:
   AL    tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tags/layout/plain.xhtml
   AL    tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tobago-config.xml
   AL    tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/web.xml
-  AL    tobago-example/tobago-example-demo/src/main/webapp/best-practice/facelets-as-resources.xhtml
-  AL    tobago-example/tobago-example-demo/src/main/webapp/best-practice/tool-bar-customizer.xhtml
-  AL    tobago-example/tobago-example-demo/src/main/webapp/best-practice/tool-bar-item-delete.xhtml
-  AL    tobago-example/tobago-example-demo/src/main/webapp/best-practice/tool-bar-item-edit.xhtml
-  AL    tobago-example/tobago-example-demo/src/main/webapp/best-practice/tool-bar-item-new.xhtml
   AL    tobago-example/tobago-example-demo/src/main/webapp/content/00-intro/intro.xhtml
+  AL    tobago-example/tobago-example-demo/src/main/webapp/content/01-basic/00/input.xhtml
+  AL    tobago-example/tobago-example-demo/src/main/webapp/content/01-basic/01/output.xhtml
+  AL    tobago-example/tobago-example-demo/src/main/webapp/content/01-basic/02/container.xhtml
+  AL    tobago-example/tobago-example-demo/src/main/webapp/content/01-basic/03/separator.xhtml
+  AL    tobago-example/tobago-example-demo/src/main/webapp/content/01-basic/04/date.xhtml
   AL    tobago-example/tobago-example-demo/src/main/webapp/content/01-basic/basic.xhtml
   AL    tobago-example/tobago-example-demo/src/main/webapp/content/02-sheet/00/sheet-master-detail.xhtml
   AL    tobago-example/tobago-example-demo/src/main/webapp/content/02-sheet/01/sheet-multi-header.xhtml
@@ -654,6 +662,10 @@ Archives:
   AL    tobago-example/tobago-example-demo/src/main/webapp/content/04-tab/01-ajax/tab-ajax.xhtml
   AL    tobago-example/tobago-example-demo/src/main/webapp/content/04-tab/02-server/tab-server.xhtml
   AL    tobago-example/tobago-example-demo/src/main/webapp/content/04-tab/tab.xhtml
+  AL    tobago-example/tobago-example-demo/src/main/webapp/content/05-toolBar/00/tool-bar-customizer.xhtml
+  AL    tobago-example/tobago-example-demo/src/main/webapp/content/05-toolBar/00/x-tool-bar-item-delete.xhtml
+  AL    tobago-example/tobago-example-demo/src/main/webapp/content/05-toolBar/00/x-tool-bar-item-edit.xhtml
+  AL    tobago-example/tobago-example-demo/src/main/webapp/content/05-toolBar/00/x-tool-bar-item-new.xhtml
   AL    tobago-example/tobago-example-demo/src/main/webapp/content/05-toolBar/toolBar.xhtml
   AL    tobago-example/tobago-example-demo/src/main/webapp/content/06-validation/00/validation-severity.xhtml
   AL    tobago-example/tobago-example-demo/src/main/webapp/content/06-validation/01/validation-jsr303.xhtml
@@ -671,6 +683,7 @@ Archives:
   AL    tobago-example/tobago-example-demo/src/main/webapp/content/12-best-practice/02/x-transition-after-sleep.xhtml
   AL    tobago-example/tobago-example-demo/src/main/webapp/content/12-best-practice/03/non-faces-response.xhtml
   B     tobago-example/tobago-example-demo/src/main/webapp/content/12-best-practice/03/x-sample.pdf
+  AL    tobago-example/tobago-example-demo/src/main/webapp/content/12-best-practice/04/facelets-as-resources.xhtml
   AL    tobago-example/tobago-example-demo/src/main/webapp/content/12-best-practice/best-practice.xhtml
   AL    tobago-example/tobago-example-demo/src/main/webapp/content/20-popup/popup.xhtml
   AL    tobago-example/tobago-example-demo/src/main/webapp/content/21-progress/progress.xhtml
@@ -692,12 +705,12 @@ Archives:
   AL    tobago-example/tobago-example-demo/src/main/webapp/content/60-command/command.xhtml
   AL    tobago-example/tobago-example-demo/src/main/webapp/content/60-command/sample.html
   AL    tobago-example/tobago-example-demo/src/main/webapp/content/60-command/sample_de.html
+  AL    tobago-example/tobago-example-demo/src/main/webapp/content/65-accessKey/accessKey.xhtml
   AL    tobago-example/tobago-example-demo/src/main/webapp/content/70-dataAttribute/dataAttribute.js
   AL    tobago-example/tobago-example-demo/src/main/webapp/content/70-dataAttribute/dataAttribute.xhtml
   AL    tobago-example/tobago-example-demo/src/main/webapp/content/80-security/content-security-policy.xhtml
   AL    tobago-example/tobago-example-demo/src/main/webapp/content/90-non-faces-request/non-faces-request.xhtml
   AL    tobago-example/tobago-example-demo/src/main/webapp/content/90-non-faces-request/x-fish-pond.xhtml
-  AL    tobago-example/tobago-example-demo/src/main/webapp/demo.js
   AL    tobago-example/tobago-example-demo/src/main/webapp/error/404.xhtml
   AL    tobago-example/tobago-example-demo/src/main/webapp/error/exception.xhtml
   AL    tobago-example/tobago-example-demo/src/main/webapp/error/view-expired.xhtml
@@ -715,20 +728,7 @@ Archives:
   AL    tobago-example/tobago-example-demo/src/main/webapp/init.xhtml
   AL    tobago-example/tobago-example-demo/src/main/webapp/navigation.jsp
   AL    tobago-example/tobago-example-demo/src/main/webapp/navigation.xhtml
-  AL    tobago-example/tobago-example-demo/src/main/webapp/reference/container.jsp
-  AL    tobago-example/tobago-example-demo/src/main/webapp/reference/input.jsp
-  AL    tobago-example/tobago-example-demo/src/main/webapp/reference/inputSuggest.jsp
-  AL    tobago-example/tobago-example-demo/src/main/webapp/reference/intro.jsp
-  AL    tobago-example/tobago-example-demo/src/main/webapp/reference/layout-test.jsp
-  AL    tobago-example/tobago-example-demo/src/main/webapp/reference/menu.jsp
-  AL    tobago-example/tobago-example-demo/src/main/webapp/reference/messages-confirmation.jsp
-  AL    tobago-example/tobago-example-demo/src/main/webapp/reference/output.jsp
-  AL    tobago-example/tobago-example-demo/src/main/webapp/reference/popupSheet.jsp
-  AL    tobago-example/tobago-example-demo/src/main/webapp/reference/separator.jsp
-  AL    tobago-example/tobago-example-demo/src/main/webapp/reference/sheet.jsp
-  AL    tobago-example/tobago-example-demo/src/main/webapp/reference/tab.jsp
-  AL    tobago-example/tobago-example-demo/src/main/webapp/reference/time.jsp
-  AL    tobago-example/tobago-example-demo/src/main/webapp/reference/tool.jsp
+  AL    tobago-example/tobago-example-demo/src/main/webapp/script/demo.js
   AL    tobago-example/tobago-example-demo/src/main/webapp/server-info.xhtml
   AL    tobago-example/tobago-example-demo/src/main/webapp/style/tobago.css
   B     tobago-example/tobago-example-demo/src/main/webapp/tobago-resource/html/charlotteville/standard/image/theme-photo.jpg
@@ -769,6 +769,15 @@ Archives:
   AL    tobago-example/tobago-example-demo/src/main/webapp/tobago-resource/html/standard/standard/property/overview_ru.properties.xml
   AL    tobago-example/tobago-example-demo/src/main/webapp/viewSource.jsp
   AL    tobago-example/tobago-example-demo/src/main/xslt/facelet2jsp.xsl
+ !????? tobago-example/tobago-example-demo/src/origin/image/clickImage.psd
+  B     tobago-example/tobago-example-demo/src/origin/image/country.psd
+ !????? tobago-example/tobago-example-demo/src/origin/image/country_de_AT.psd
+ !????? tobago-example/tobago-example-demo/src/origin/image/country_de_CH.psd
+ !????? tobago-example/tobago-example-demo/src/origin/image/country_de_DE.psd
+ !????? tobago-example/tobago-example-demo/src/origin/image/country_en_GB.psd
+  B     tobago-example/tobago-example-demo/src/origin/image/country_en_US.psd
+  B     tobago-example/tobago-example-demo/src/origin/image/country_ja_JP.psd
+  B     tobago-example/tobago-example-demo/src/origin/image/country_ru_RU.psd
   AL    tobago-example/tobago-example-demo/src/test/java/org/apache/myfaces/tobago/example/demo/NavigationUnitTest.java
   AL    tobago-example/tobago-example-demo/src/test/java/org/apache/myfaces/tobago/example/demo/sudoku/SudokuUnitTest.java
   AL    tobago-example/tobago-example-demo/src/test/resources/server.xml
@@ -855,6 +864,7 @@ Archives:
   AL    tobago-example/tobago-example-test/pom.xml
   AL    tobago-example/tobago-example-test/src/main/java/org/apache/myfaces/tobago/example/test/Attribute.java
   AL    tobago-example/tobago-example-test/src/main/java/org/apache/myfaces/tobago/example/test/ClientConfigController.java
+  AL    tobago-example/tobago-example-test/src/main/java/org/apache/myfaces/tobago/example/test/DateController.java
   AL    tobago-example/tobago-example-test/src/main/java/org/apache/myfaces/tobago/example/test/DirectoryBrowser.java
   AL    tobago-example/tobago-example-test/src/main/java/org/apache/myfaces/tobago/example/test/DynamicBean.java
   AL    tobago-example/tobago-example-test/src/main/java/org/apache/myfaces/tobago/example/test/DynamicPanel.java
@@ -870,10 +880,12 @@ Archives:
   AL    tobago-example/tobago-example-test/src/main/java/org/apache/myfaces/tobago/example/test/InputSuggestController.java
   AL    tobago-example/tobago-example-test/src/main/java/org/apache/myfaces/tobago/example/test/KillSession.java
   AL    tobago-example/tobago-example-test/src/main/java/org/apache/myfaces/tobago/example/test/MeasureBean.java
+  AL    tobago-example/tobago-example-test/src/main/java/org/apache/myfaces/tobago/example/test/Messages.java
   AL    tobago-example/tobago-example-test/src/main/java/org/apache/myfaces/tobago/example/test/PageItem.java
   AL    tobago-example/tobago-example-test/src/main/java/org/apache/myfaces/tobago/example/test/Partially.java
   AL    tobago-example/tobago-example-test/src/main/java/org/apache/myfaces/tobago/example/test/PopupData.java
   AL    tobago-example/tobago-example-test/src/main/java/org/apache/myfaces/tobago/example/test/PopupModalAttribute.java
+  AL    tobago-example/tobago-example-test/src/main/java/org/apache/myfaces/tobago/example/test/PopupReferenceController.java
   AL    tobago-example/tobago-example-test/src/main/java/org/apache/myfaces/tobago/example/test/Progress.java
   AL    tobago-example/tobago-example-test/src/main/java/org/apache/myfaces/tobago/example/test/Reload.java
   AL    tobago-example/tobago-example-test/src/main/java/org/apache/myfaces/tobago/example/test/ResourceBean.java
@@ -936,6 +948,8 @@ Archives:
   AL    tobago-example/tobago-example-test/src/main/webapp/script/tobago.js
   AL    tobago-example/tobago-example-test/src/main/webapp/simple.xhtml
   AL    tobago-example/tobago-example-test/src/main/webapp/style/tobago.css
+  AL    tobago-example/tobago-example-test/src/main/webapp/test/accessKey/accessKey-auto-off.xhtml
+  AL    tobago-example/tobago-example-test/src/main/webapp/test/accessKey/accessKey-auto-on.xhtml
   AL    tobago-example/tobago-example-test/src/main/webapp/test/attribute/attribute.xhtml
   AL    tobago-example/tobago-example-test/src/main/webapp/test/attribute/mode-valueIfSet.xhtml
   AL    tobago-example/tobago-example-test/src/main/webapp/test/attribute/popup-modal.selenium.html
@@ -959,6 +973,8 @@ Archives:
   AL    tobago-example/tobago-example-test/src/main/webapp/test/date/date-layout.xhtml
   AL    tobago-example/tobago-example-test/src/main/webapp/test/date/date-tobago-1105.xhtml
   AL    tobago-example/tobago-example-test/src/main/webapp/test/date/date.xhtml
+  AL    tobago-example/tobago-example-test/src/main/webapp/test/date/datetime.js
+  AL    tobago-example/tobago-example-test/src/main/webapp/test/date/datetime.xhtml
   AL    tobago-example/tobago-example-test/src/main/webapp/test/error/display-exception.xhtml
   AL    tobago-example/tobago-example-test/src/main/webapp/test/error/throw-exception.xhtml
   AL    tobago-example/tobago-example-test/src/main/webapp/test/file/file-markup.xhtml
@@ -1061,6 +1077,7 @@ Archives:
   AL    tobago-example/tobago-example-test/src/main/webapp/test/menuBar/menuBar-fieldId.xhtml
   AL    tobago-example/tobago-example-test/src/main/webapp/test/menuBar/menuBar.xhtml
   AL    tobago-example/tobago-example-test/src/main/webapp/test/menuBar/no-facet.xhtml
+  AL    tobago-example/tobago-example-test/src/main/webapp/test/messages/messages-confirmation.xhtml
   AL    tobago-example/tobago-example-test/src/main/webapp/test/messages/messages.xhtml
   AL    tobago-example/tobago-example-test/src/main/webapp/test/object/object-full.xhtml
   AL    tobago-example/tobago-example-test/src/main/webapp/test/page/html.xhtml
@@ -1073,6 +1090,7 @@ Archives:
   AL    tobago-example/tobago-example-test/src/main/webapp/test/popup/popup-close-after-submit-and-ajax.xhtml
   AL    tobago-example/tobago-example-test/src/main/webapp/test/popup/popup-draggable.selenium.html
   AL    tobago-example/tobago-example-test/src/main/webapp/test/popup/popup-draggable.xhtml
+  AL    tobago-example/tobago-example-test/src/main/webapp/test/popup/popup-in-sheet.xhtml
   AL    tobago-example/tobago-example-test/src/main/webapp/test/popup/z-index.xhtml
   AL    tobago-example/tobago-example-test/src/main/webapp/test/progress/progress-tobago-1218.xhtml
   AL    tobago-example/tobago-example-test/src/main/webapp/test/progress/progress.xhtml
@@ -1188,7 +1206,7 @@ Archives:
  
  
 =======================================================================
-==tobago-example/tobago-example-demo/resource/image/clickImage.psd
+==tobago-example/tobago-example-demo/src/origin/image/clickImage.psd
 =======================================================================
 8BPS?????????????????d???????????P8BIM?%??????????????????????8BIM?$?????)&lt;?xpacket begin='&#xfeff;' id='W5M0MpCehiHzreSzNTczkc9d'?&gt;
 &lt;?adobe-xap-filters esc=&quot;CR&quot;?&gt;
@@ -1242,7 +1260,7 @@ Archives:
                                                                                                     
 
 =======================================================================
-==tobago-example/tobago-example-demo/resource/image/country_de_AT.psd
+==tobago-example/tobago-example-demo/src/origin/image/country_de_AT.psd
 =======================================================================
 8BPS?????????????d???d??????????(T8BIM?%??????????????????????8BIM?$?????)&lt;?xpacket begin='&#xfeff;' id='W5M0MpCehiHzreSzNTczkc9d'?&gt;
 &lt;?adobe-xap-filters esc=&quot;CR&quot;?&gt;
@@ -1296,7 +1314,7 @@ Archives:
                                                                                                     
 
 =======================================================================
-==tobago-example/tobago-example-demo/resource/image/country_de_CH.psd
+==tobago-example/tobago-example-demo/src/origin/image/country_de_CH.psd
 =======================================================================
 8BPS?????????????d???d??????????)Z8BIM?%??????????????????????8BIM?$?????)&lt;?xpacket begin='&#xfeff;' id='W5M0MpCehiHzreSzNTczkc9d'?&gt;
 &lt;?adobe-xap-filters esc=&quot;CR&quot;?&gt;
@@ -1350,7 +1368,7 @@ Archives:
                                                                                                     
 
 =======================================================================
-==tobago-example/tobago-example-demo/resource/image/country_de_DE.psd
+==tobago-example/tobago-example-demo/src/origin/image/country_de_DE.psd
 =======================================================================
 8BPS?????????????d???d??????????)|8BIM?%??????????????????????8BIM?$?????)&lt;?xpacket begin='&#xfeff;' id='W5M0MpCehiHzreSzNTczkc9d'?&gt;
 &lt;?adobe-xap-filters esc=&quot;CR&quot;?&gt;
@@ -1404,7 +1422,7 @@ Archives:
                                                                                                     
 
 =======================================================================
-==tobago-example/tobago-example-demo/resource/image/country_en_GB.psd
+==tobago-example/tobago-example-demo/src/origin/image/country_en_GB.psd
 =======================================================================
 8BPS?????????????d???d??????????)v8BIM?%??????????????????????8BIM?$?????)&lt;?xpacket begin='&#xfeff;' id='W5M0MpCehiHzreSzNTczkc9d'?&gt;
 &lt;?adobe-xap-filters esc=&quot;CR&quot;?&gt;

Modified: myfaces/site/publish/tobago/release-checklist.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/release-checklist.html?rev=1612920&r1=1612919&r2=1612920&view=diff
==============================================================================
--- myfaces/site/publish/tobago/release-checklist.html (original)
+++ myfaces/site/publish/tobago/release-checklist.html Wed Jul 23 18:59:04 2014
@@ -14,7 +14,7 @@
 
 
       <div class="date">
-        Last Published: 09 May 2014
+        Last Published: 23 Jul 2014
       </div>
       <ul>
         <li>
@@ -108,6 +108,10 @@
           </li>
 
           <li class="none">
+            <a href="new-2.0.html">New in Tobago 2.0</a>
+          </li>
+
+          <li class="none">
             <a href="guide.html">Guide to Tobago</a>
           </li>
 
@@ -116,7 +120,7 @@
           </li>
 
           <li class="none">
-            <a href="migration-2.0.html">Migration to 2.0 (beta)</a>
+            <a href="migration-2.0.html">Migration to 2.0</a>
           </li>
 
           <li class="none">

Modified: myfaces/site/publish/tobago/roadmap.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/roadmap.html?rev=1612920&r1=1612919&r2=1612920&view=diff
==============================================================================
--- myfaces/site/publish/tobago/roadmap.html (original)
+++ myfaces/site/publish/tobago/roadmap.html Wed Jul 23 18:59:04 2014
@@ -14,7 +14,7 @@
 
 
       <div class="date">
-        Last Published: 25 Mar 2014
+        Last Published: 23 Jul 2014
       </div>
       <ul>
         <li>
@@ -62,180 +62,185 @@
 </div>
 <!-- close header -->
 <div id="main_container">
-<div id="left_column">
-  <div class="left_menu_top">
-    <div class="left_menu_bottom">
-      <h5>Tobago</h5>
-
-      <div class="content">
-        <ul class="left_menu">
-
-          <li class="none">
-            <a href="index.html">Introduction</a>
-          </li>
-
-          <li class="none">
-            <a href="download.html">Download</a>
-          </li>
-
-          <li class="none">
-            <a href="demo.html">Demo</a>
-          </li>
-
-          <li class="none">
-            <a href="mail-lists.html">Mailing Lists</a>
-          </li>
-        </ul>
-      </div>
-      <!-- close content -->
+  <div id="left_column">
+    <div class="left_menu_top">
+      <div class="left_menu_bottom">
+        <h5>Tobago</h5>
+
+        <div class="content">
+          <ul class="left_menu">
+
+            <li class="none">
+              <a href="index.html">Introduction</a>
+            </li>
+
+            <li class="none">
+              <a href="download.html">Download</a>
+            </li>
+
+            <li class="none">
+              <a href="demo.html">Demo</a>
+            </li>
+
+            <li class="none">
+              <a href="mail-lists.html">Mailing Lists</a>
+            </li>
+          </ul>
+        </div>
+        <!-- close content -->
+      </div>
+      <!-- close left_menu_bottom -->
+    </div>
+    <!-- close left_menu_top -->
+    <div class="left_menu_top">
+      <div class="left_menu_bottom">
+        <h5>Documentation</h5>
+
+        <div class="content">
+          <ul class="left_menu">
+
+            <li class="none">
+              <a href="getting-started.html">Getting Started</a>
+            </li>
+
+            <li class="none">
+              <a href="compatibility.html">Compatibility</a>
+            </li>
+
+            <li class="none">
+              <a href="new-2.0.html">New in Tobago 2.0</a>
+            </li>
+
+            <li class="none">
+              <a href="guide.html">Guide to Tobago</a>
+            </li>
+
+            <li class="none">
+              <a href="migration-1.5.html">Migration to 1.5</a>
+            </li>
+
+            <li class="none">
+              <a href="migration-2.0.html">Migration to 2.0</a>
+            </li>
+
+            <li class="none">
+              <a href="migration-3.0.html">Migration to 3.0 (alpha)</a>
+            </li>
+
+            <li class="none">
+              <a href="roadmap.html" class="selected">Roadmap</a>
+            </li>
+
+            <li class="none">
+              <a href="themes.html">Theme Handling</a>
+            </li>
+
+            <li class="none">
+              <a href="faq.html">FAQ</a>
+            </li>
+
+            <li class="none">
+              <a href="api.html">API Documentation</a>
+            </li>
+
+            <li class="none">
+              <a href="release-checklist.html">Release Checklist</a>
+            </li>
+          </ul>
+        </div>
+        <!-- close content -->
+      </div>
+      <!-- close left_menu_bottom -->
+    </div>
+    <!-- close left_menu_top -->
+    <div class="left_menu_top">
+      <div class="left_menu_bottom">
+        <h5>Project Documentation</h5>
+
+        <div class="content">
+          <ul class="left_menu">
+
+
+            <li class="collapsed">
+              <a href="project-info.html">Project Information</a>
+            </li>
+
+
+            <li class="collapsed">
+              <a href="project-reports.html">Project Reports</a>
+            </li>
+          </ul>
+        </div>
+        <!-- close content -->
+      </div>
+      <!-- close left_menu_bottom -->
+    </div>
+    <!-- close left_menu_top -->
+    <div class="left_menu_top">
+      <div class="left_menu_bottom">
+        <h5>Foundation</h5>
+
+        <div class="content">
+          <ul class="left_menu">
+
+            <li class="none">
+              <a href="http://apache.org/" class="externalLink">ASF<span/></a>
+            </li>
+
+            <li class="none">
+              <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink">Sponsorship<span/></a>
+            </li>
+
+            <li class="none">
+              <a href="http://www.apache.org/foundation/thanks.html" class="externalLink">Thanks<span/></a>
+            </li>
+
+            <li class="none">
+              <a href="http://www.apache.org/security/" class="externalLink">Security<span/></a>
+            </li>
+
+            <li class="none">
+              <a href="http://www.apache.org/licenses/" class="externalLink">License<span/></a>
+            </li>
+          </ul>
+        </div>
+        <!-- close content -->
+      </div>
+      <!-- close left_menu_bottom -->
+    </div>
+    <!-- close left_menu_top -->
+    <div id="powered_by">
+      <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img alt="Built by Maven" src="./img/banners/maven-feather.png"></img>
+      </a>
+    </div>
+    <!-- close powered_by -->
+    <div class="clear"></div>
+  </div>
+  <div id="body_column">
+    <div>
+      <!-- Licensed to the Apache Software Foundation (ASF) under one or more -->
+      <!-- contributor license agreements.  See the NOTICE file distributed with -->
+      <!-- this work for additional information regarding copyright ownership. -->
+      <!-- The ASF licenses this file to You under the Apache License, Version 2.0 -->
+      <!-- (the "License"); you may not use this file except in compliance with -->
+      <!-- the License.  You may obtain a copy of the License at --><!--  -->
+      <!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  -->
+      <!-- Unless required by applicable law or agreed to in writing, software -->
+      <!-- distributed under the License is distributed on an "AS IS" BASIS, -->
+      <!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -->
+      <!-- See the License for the specific language governing permissions and -->
+      <!-- limitations under the License. -->
+      <div class="section">
+        <h2>Roadmap<a name="Roadmap"></a></h2>
+
+        <p>If you'd like to follow the current progress please check out the <a class="externalLink"
+                                                                                href="https://issues.apache.org/jira/browse/TOBAGO#selectedTab=com.atlassian.jira.plugin.system.project%3Aroadmap-panel">JIRA
+          roadmap.</a></p></div>
     </div>
-    <!-- close left_menu_bottom -->
   </div>
-  <!-- close left_menu_top -->
-  <div class="left_menu_top">
-    <div class="left_menu_bottom">
-      <h5>Documentation</h5>
-
-      <div class="content">
-        <ul class="left_menu">
-
-          <li class="none">
-            <a href="getting-started.html">Getting Started</a>
-          </li>
-
-          <li class="none">
-            <a href="compatibility.html">Compatibility</a>
-          </li>
-
-          <li class="none">
-            <a href="guide.html">Guide to Tobago</a>
-          </li>
-
-          <li class="none">
-            <a href="migration-1.5.html">Migration to 1.5</a>
-          </li>
-
-          <li class="none">
-            <a href="migration-2.0.html">Migration to 2.0 (beta)</a>
-          </li>
-
-          <li class="none">
-            <a href="migration-3.0.html">Migration to 3.0 (alpha)</a>
-          </li>
-
-          <li class="none">
-            <a href="roadmap.html" class="selected">Roadmap</a>
-          </li>
-
-          <li class="none">
-            <a href="themes.html">Theme Handling</a>
-          </li>
-
-          <li class="none">
-            <a href="faq.html">FAQ</a>
-          </li>
-
-          <li class="none">
-            <a href="api.html">API Documentation</a>
-          </li>
-
-          <li class="none">
-            <a href="release-checklist.html">Release Checklist</a>
-          </li>
-        </ul>
-      </div>
-      <!-- close content -->
-    </div>
-    <!-- close left_menu_bottom -->
-  </div>
-  <!-- close left_menu_top -->
-  <div class="left_menu_top">
-    <div class="left_menu_bottom">
-      <h5>Project Documentation</h5>
-
-      <div class="content">
-        <ul class="left_menu">
-
-
-          <li class="collapsed">
-            <a href="project-info.html">Project Information</a>
-          </li>
-
-
-          <li class="collapsed">
-            <a href="project-reports.html">Project Reports</a>
-          </li>
-        </ul>
-      </div>
-      <!-- close content -->
-    </div>
-    <!-- close left_menu_bottom -->
-  </div>
-  <!-- close left_menu_top -->
-  <div class="left_menu_top">
-    <div class="left_menu_bottom">
-      <h5>Foundation</h5>
-
-      <div class="content">
-        <ul class="left_menu">
-
-          <li class="none">
-            <a href="http://apache.org/" class="externalLink">ASF<span/></a>
-          </li>
-
-          <li class="none">
-            <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink">Sponsorship<span/></a>
-          </li>
-
-          <li class="none">
-            <a href="http://www.apache.org/foundation/thanks.html" class="externalLink">Thanks<span/></a>
-          </li>
-
-          <li class="none">
-            <a href="http://www.apache.org/security/" class="externalLink">Security<span/></a>
-          </li>
-
-          <li class="none">
-            <a href="http://www.apache.org/licenses/" class="externalLink">License<span/></a>
-          </li>
-        </ul>
-      </div>
-      <!-- close content -->
-    </div>
-    <!-- close left_menu_bottom -->
-  </div>
-  <!-- close left_menu_top -->
-  <div id="powered_by">
-    <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
-      <img alt="Built by Maven" src="./img/banners/maven-feather.png"></img>
-    </a>
-  </div>
-  <!-- close powered_by -->
   <div class="clear"></div>
 </div>
-<div id="body_column">
-  <div>
-    <!-- Licensed to the Apache Software Foundation (ASF) under one or more -->
-    <!-- contributor license agreements.  See the NOTICE file distributed with -->
-    <!-- this work for additional information regarding copyright ownership. -->
-    <!-- The ASF licenses this file to You under the Apache License, Version 2.0 -->
-    <!-- (the "License"); you may not use this file except in compliance with -->
-    <!-- the License.  You may obtain a copy of the License at --><!--  -->
-    <!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  -->
-    <!-- Unless required by applicable law or agreed to in writing, software -->
-    <!-- distributed under the License is distributed on an "AS IS" BASIS, -->
-    <!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -->
-    <!-- See the License for the specific language governing permissions and --><!-- limitations under the License. -->
-    <div class="section">
-      <h2>Roadmap<a name="Roadmap"></a></h2>
-
-      <p>If you'd like to follow the current progress please check out the <a class="externalLink"
-                                                                              href="https://issues.apache.org/jira/browse/TOBAGO#selectedTab=com.atlassian.jira.plugin.system.project%3Aroadmap-panel">JIRA
-        roadmap.</a></p></div>
-  </div>
-</div>
-<div class="clear"></div>
-</div>
 <!-- close main container -->
 <div id="footer">
   <div class="copyright">

Modified: myfaces/site/publish/tobago/source-repository.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/source-repository.html?rev=1612920&r1=1612919&r2=1612920&view=diff
==============================================================================
--- myfaces/site/publish/tobago/source-repository.html (original)
+++ myfaces/site/publish/tobago/source-repository.html Wed Jul 23 18:59:04 2014
@@ -14,7 +14,7 @@
 
 
       <div class="date">
-        Last Published: 04 Jun 2014
+        Last Published: 23 Jul 2014
       </div>
       <ul>
         <li>
@@ -108,6 +108,10 @@
         </li>
 
         <li class="none">
+          <a href="new-2.0.html">New in Tobago 2.0</a>
+        </li>
+
+        <li class="none">
           <a href="guide.html">Guide to Tobago</a>
         </li>
 
@@ -116,7 +120,7 @@
         </li>
 
         <li class="none">
-          <a href="migration-2.0.html">Migration to 2.0 (beta)</a>
+          <a href="migration-2.0.html">Migration to 2.0</a>
         </li>
 
         <li class="none">
@@ -202,6 +206,10 @@
             </li>
 
             <li class="none">
+              <a href="dependency-convergence.html">Dependency Convergence</a>
+            </li>
+
+            <li class="none">
               <a href="integration.html">Continuous Integration</a>
             </li>