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 2013/08/23 09:37:40 UTC

svn commit: r1516722 - in /myfaces/tobago/trunk/src/site/apt: migration-1.5.apt migration-2.0.apt

Author: lofwyr
Date: Fri Aug 23 07:37:39 2013
New Revision: 1516722

URL: http://svn.apache.org/r1516722
Log:
doc

Modified:
    myfaces/tobago/trunk/src/site/apt/migration-1.5.apt
    myfaces/tobago/trunk/src/site/apt/migration-2.0.apt

Modified: myfaces/tobago/trunk/src/site/apt/migration-1.5.apt
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/src/site/apt/migration-1.5.apt?rev=1516722&r1=1516721&r2=1516722&view=diff
==============================================================================
--- myfaces/tobago/trunk/src/site/apt/migration-1.5.apt (original)
+++ myfaces/tobago/trunk/src/site/apt/migration-1.5.apt Fri Aug 23 07:37:39 2013
@@ -202,6 +202,14 @@ JavaScript
 | renamed | <<<TabGroup.reloadWithAction2()>>> | <<<TabGroup.reloadWithAction()>>> |
 *--+--+--+--+
 
+Configuration
+
+  To define an own theme, please use now a file tobago-config.xml instead of tobago-theme.xml.
+  The content of tobago-theme.xml is a subset of the tobago-config.xml, you have only to
+  change the root node.
+
+  Please use the tobago-config-1.5.xsd to validate the configuration.
+
 Own Components and Renderers
 
   The renderers must now declared inside the <<<faces-config.xml>>>.

Modified: myfaces/tobago/trunk/src/site/apt/migration-2.0.apt
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/src/site/apt/migration-2.0.apt?rev=1516722&r1=1516721&r2=1516722&view=diff
==============================================================================
--- myfaces/tobago/trunk/src/site/apt/migration-2.0.apt (original)
+++ myfaces/tobago/trunk/src/site/apt/migration-2.0.apt Fri Aug 23 07:37:39 2013
@@ -56,13 +56,15 @@ Facelets
    Tobago 2.0.x is using Facelets 2.0. When still using Facelets 1.1 in the current application,
    this must be removed:
 
-   * Remove facelets JAR (e.g. jsf-facelets-1.1.14.jar) from the library.
+   * Remove facelets JAR (e.g. <<<jsf-facelets-1.1.14.jar>>>) from the library.
 
-   * Remove \<view-handler\>org.apache.myfaces.tobago.internal.application.ViewHandlerImpl\</view-handler\> from the faces-config.xml
+   * Remove \<view-handler\>org.apache.myfaces.tobago.internal.application.ViewHandlerImpl\</view-handler\> from the faces-config.xml file.
 
-   * Remove param javax.faces.DISABLE_FACELET_JSF_VIEWHANDLER from web.xml
+   * Remove the parameter <<<javax.faces.DISABLE_FACELET_JSF_VIEWHANDLER>>> from the <<<web.xml>>> file.
 
-   * Remove or replace the facelets.* entries from web.xml
+   * Remove or replace the <<<facelets.*>>> entries from the <<<web.xml>>> file.
+
+   * Rename all JSTL deklarations from <<<xmlns:c="http://java.sun.com/jstl/core">>> to <<<xmlns:c="http://java.sun.com/jsp/jstl/core">>> in the Facelets.
 
    []
 
@@ -74,9 +76,9 @@ Deprecated
 
 Internal
 
-   The <<<internal>>> package contains classes that should not be used directly in an application.
-   This classes may change in minor revisions without announcement. Classes in the <<<renderkit>>>
-   package a handled in the same manner.
+   The package <<<org.apache.myfaces.tobago.internal>>> contains classes that should not be used directly in an application.
+   This classes may change in minor revisions without announcement. Classes in the package <<<org.apache.myfaces.tobago.renderkit>>>
+   are handled in the same manner.
 
 Tag Library