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 2006/04/02 19:02:00 UTC

svn commit: r390858 - /incubator/tobago/trunk/src/site/apt/themes.apt

Author: lofwyr
Date: Sun Apr  2 10:01:59 2006
New Revision: 390858

URL: http://svn.apache.org/viewcvs?rev=390858&view=rev
Log:
remove load-resources-from-classpath, it is no longer needed

Modified:
    incubator/tobago/trunk/src/site/apt/themes.apt

Modified: incubator/tobago/trunk/src/site/apt/themes.apt
URL: http://svn.apache.org/viewcvs/incubator/tobago/trunk/src/site/apt/themes.apt?rev=390858&r1=390857&r2=390858&view=diff
==============================================================================
--- incubator/tobago/trunk/src/site/apt/themes.apt (original)
+++ incubator/tobago/trunk/src/site/apt/themes.apt Sun Apr  2 10:01:59 2006
@@ -13,9 +13,6 @@
       [[b]] Define a ResourceServlet in the <<<web.xml>>>
          and bind it to the url-pattern of the theme-path
 
-      [[c]] Ensure <<<load-theme-resources-from-classpath=true>>>
-         in <<<tobago-config.xml>>> (is default)
-
       []
       You can see the use in the {{{http://svn.apache.org/repos/asf/incubator/tobago/trunk/tobago-example/tobago-example-blank/}tobago-example-blank}}
 
@@ -26,9 +23,6 @@
       [[b]] Unpack the resources (no classes and no properties)
          of the theme into the war. You may use the maven-theme-plugin
 
-      [[c]] Set <<<load-theme-resources-from-classpath=false>>>
-         in  <<<tobago-config.xml>>>
-
       []
       You can see the use in the {{{http://svn.apache.org/repos/asf/incubator/tobago/trunk/tobago-example/tobago-example-demo/}tobago-example-demo}}
 
@@ -55,6 +49,5 @@
    <resource-dir>org/apache/myfaces/tobago/renderkit</resource-dir>
 +------------------------------------------+
 
- This will be maybe unnecessary in a future version.
- Maybe the resource-dir will be automatically resolved by the theme configuration.
-
+ The tag is no longer needed, because it will automatically detected
+ from the theme descriptor tobago-theme.xml.