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/08 12:37:19 UTC

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

Author: lofwyr
Date: Fri Sep  8 03:37:18 2006
New Revision: 441467

URL: http://svn.apache.org/viewvc?view=rev&rev=441467
Log:
charlotteville theme (commented)

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=441467&r1=441466&r2=441467
==============================================================================
--- myfaces/tobago/trunk/example/demo/pom.xml (original)
+++ myfaces/tobago/trunk/example/demo/pom.xml Fri Sep  8 03:37:18 2006
@@ -44,6 +44,13 @@
   </scm>
 
   <dependencies>
+<!-- uncomment to enable the new theme (also in tobago-config.xml)
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>tobago-theme-charlotteville</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+-->
     <dependency>
       <groupId>${project.groupId}</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=441467&r1=441466&r2=441467
==============================================================================
--- 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 Fri Sep  8 03:37:18 2006
@@ -25,6 +25,9 @@
     <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>