You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2013/10/30 15:45:09 UTC

svn commit: r1537114 - in /myfaces/tobago/trunk: tobago-example/tobago-example-sandbox/src/main/webapp/WEB-INF/web.xml tobago-extension/tobago-sandbox/src/main/resources/META-INF/tobago-config.xml

Author: weber
Date: Wed Oct 30 14:45:08 2013
New Revision: 1537114

URL: http://svn.apache.org/r1537114
Log:
TOBAGO-1332 - SplitLayout: restructure resources path

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-sandbox/src/main/webapp/WEB-INF/web.xml
    myfaces/tobago/trunk/tobago-extension/tobago-sandbox/src/main/resources/META-INF/tobago-config.xml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-sandbox/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-sandbox/src/main/webapp/WEB-INF/web.xml?rev=1537114&r1=1537113&r2=1537114&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-sandbox/src/main/webapp/WEB-INF/web.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-sandbox/src/main/webapp/WEB-INF/web.xml Wed Oct 30 14:45:08 2013
@@ -84,7 +84,7 @@
 
   <servlet-mapping>
     <servlet-name>ResourceServlet</servlet-name>
-    <url-pattern>/org/apache/myfaces/tobago/scarborough/*</url-pattern>
+    <url-pattern>/org/apache/myfaces/tobago/sandbox/*</url-pattern>
   </servlet-mapping>
 
   <welcome-file-list>

Modified: myfaces/tobago/trunk/tobago-extension/tobago-sandbox/src/main/resources/META-INF/tobago-config.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-extension/tobago-sandbox/src/main/resources/META-INF/tobago-config.xml?rev=1537114&r1=1537113&r2=1537114&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-extension/tobago-sandbox/src/main/resources/META-INF/tobago-config.xml (original)
+++ myfaces/tobago/trunk/tobago-extension/tobago-sandbox/src/main/resources/META-INF/tobago-config.xml Wed Oct 30 14:45:08 2013
@@ -32,14 +32,9 @@
     <theme-definition>
       <name>sandbox</name>
       <display-name>Sandbox Theme</display-name>
-      <resource-path>org/apache/myfaces/tobago/renderkit</resource-path>
+      <resource-path>org/apache/myfaces/tobago/sandbox</resource-path>
       <fallback>speyside</fallback>
-    </theme-definition>
-    <theme-definition>
-      <name>scarborough</name>
-      <display-name>scarborough Theme</display-name>
-      <resource-path>org/apache/myfaces/tobago/scarborough</resource-path>
-      <fallback>standard</fallback>
+      <versioned>true</versioned>
     </theme-definition>
   </theme-definitions>
 </tobago-config>