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/09/25 13:47:30 UTC

svn commit: r449661 - in /myfaces/tobago/trunk/example/demo: pom.xml src/main/webapp/WEB-INF/tobago-config.xml

Author: lofwyr
Date: Mon Sep 25 04:47:29 2006
New Revision: 449661

URL: http://svn.apache.org/viewvc?view=rev&rev=449661
Log:
refurbish the charlotteville theme

Modified:
    myfaces/tobago/trunk/example/demo/pom.xml
    myfaces/tobago/trunk/example/demo/src/main/webapp/WEB-INF/tobago-config.xml

Modified: myfaces/tobago/trunk/example/demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/pom.xml?view=diff&rev=449661&r1=449660&r2=449661
==============================================================================
--- myfaces/tobago/trunk/example/demo/pom.xml (original)
+++ myfaces/tobago/trunk/example/demo/pom.xml Mon Sep 25 04:47:29 2006
@@ -54,13 +54,11 @@
   </scm>
 
   <dependencies>
-<!-- uncomment to enable the new theme (also in tobago-config.xml)
     <dependency>
       <groupId>org.apache.myfaces.tobago</groupId>
       <artifactId>tobago-theme-charlotteville</artifactId>
       <version>${project.version}</version>
     </dependency>
--->
     <dependency>
       <groupId>org.apache.myfaces.tobago</groupId>
       <artifactId>tobago-theme-scarborough</artifactId>

Modified: myfaces/tobago/trunk/example/demo/src/main/webapp/WEB-INF/tobago-config.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/src/main/webapp/WEB-INF/tobago-config.xml?view=diff&rev=449661&r1=449660&r2=449661
==============================================================================
--- myfaces/tobago/trunk/example/demo/src/main/webapp/WEB-INF/tobago-config.xml (original)
+++ myfaces/tobago/trunk/example/demo/src/main/webapp/WEB-INF/tobago-config.xml Mon Sep 25 04:47:29 2006
@@ -25,9 +25,7 @@
     <default-theme>speyside</default-theme>
     <supported-theme>scarborough</supported-theme>
     <supported-theme>richmond</supported-theme>
-<!-- uncomment to enable the new theme (also in pom.xml)
     <supported-theme>charlotteville</supported-theme>
--->
   </theme-config>
 
   <resource-dir>tobago-resource</resource-dir>