Author: apetrelli
Date: Tue Nov 28 04:17:59 2006
New Revision: 480014

URL: http://svn.apache.org/viewvc?view=rev&rev=480014
Log:
SB-91
Moved and refactored resources files.

Added:
    struts/sandbox/trunk/tiles/tiles-showcase/src/main/resources/
    struts/sandbox/trunk/tiles/tiles-showcase/src/main/resources/org/
    struts/sandbox/trunk/tiles/tiles-showcase/src/main/resources/org/apache/
    
struts/sandbox/trunk/tiles/tiles-showcase/src/main/resources/org/apache/tiles/
    
struts/sandbox/trunk/tiles/tiles-showcase/src/main/resources/org/apache/tiles/showcase/
    
struts/sandbox/trunk/tiles/tiles-showcase/src/main/resources/org/apache/tiles/showcase/dev1-1/
      - copied from r480012, 
struts/sandbox/trunk/tiles/tiles-showcase/src/main/java/org/apache/struts/webapp/tiles/dev1-1/
Removed:
    
struts/sandbox/trunk/tiles/tiles-showcase/src/main/java/org/apache/struts/webapp/tiles/dev1-1/
Modified:
    
struts/sandbox/trunk/tiles/tiles-showcase/src/main/webapp/WEB-INF/struts-config.xml
    
struts/sandbox/trunk/tiles/tiles-showcase/src/main/webapp/WEB-INF/struts-doc-config.xml
    
struts/sandbox/trunk/tiles/tiles-showcase/src/main/webapp/WEB-INF/struts-examples-config.xml
    
struts/sandbox/trunk/tiles/tiles-showcase/src/main/webapp/WEB-INF/struts-tests-config.xml
    
struts/sandbox/trunk/tiles/tiles-showcase/src/main/webapp/WEB-INF/struts-tutorial-config.xml

Modified: 
struts/sandbox/trunk/tiles/tiles-showcase/src/main/webapp/WEB-INF/struts-config.xml
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-showcase/src/main/webapp/WEB-INF/struts-config.xml?view=diff&rev=480014&r1=480013&r2=480014
==============================================================================
--- 
struts/sandbox/trunk/tiles/tiles-showcase/src/main/webapp/WEB-INF/struts-config.xml
 (original)
+++ 
struts/sandbox/trunk/tiles/tiles-showcase/src/main/webapp/WEB-INF/struts-config.xml
 Tue Nov 28 04:17:59 2006
@@ -61,7 +61,7 @@
   <!-- Uncomment the following if your webserver complains about a missing 
resources. -->
   <!-- This resource is not needed by Tiles or this example. It is just a 
trick to make -->
   <!-- Struts happy with some web server. -->
-  <!-- <message-resources 
parameter="org.apache.struts.webapp.tiles.dev1-1.ApplicationResources" 
null="false" /> -->
+  <!-- <message-resources 
parameter="org.apache.tiles.showcase.dev1-1.ApplicationResources" null="false" 
/> -->
 
   
  <!-- ========== TilesPlugin settings ===================================== -->

Modified: 
struts/sandbox/trunk/tiles/tiles-showcase/src/main/webapp/WEB-INF/struts-doc-config.xml
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-showcase/src/main/webapp/WEB-INF/struts-doc-config.xml?view=diff&rev=480014&r1=480013&r2=480014
==============================================================================
--- 
struts/sandbox/trunk/tiles/tiles-showcase/src/main/webapp/WEB-INF/struts-doc-config.xml
 (original)
+++ 
struts/sandbox/trunk/tiles/tiles-showcase/src/main/webapp/WEB-INF/struts-doc-config.xml
 Tue Nov 28 04:17:59 2006
@@ -56,7 +56,7 @@
 
   <!-- ========== Associated Messages Ressource settings =================== 
-->
   <!-- Not used by tiles or this website, but needed due to a bug in actual 
Struts version -->
-  <message-resources 
parameter="org.apache.struts.webapp.tiles.dev1-1.ApplicationResources" 
null="false" />
+  <message-resources 
parameter="org.apache.tiles.showcase.dev1-1.ApplicationResources" null="false" 
/>
 
   
   <plug-in className="org.apache.struts.tiles.TilesPlugin" >

Modified: 
struts/sandbox/trunk/tiles/tiles-showcase/src/main/webapp/WEB-INF/struts-examples-config.xml
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-showcase/src/main/webapp/WEB-INF/struts-examples-config.xml?view=diff&rev=480014&r1=480013&r2=480014
==============================================================================
--- 
struts/sandbox/trunk/tiles/tiles-showcase/src/main/webapp/WEB-INF/struts-examples-config.xml
 (original)
+++ 
struts/sandbox/trunk/tiles/tiles-showcase/src/main/webapp/WEB-INF/struts-examples-config.xml
 Tue Nov 28 04:17:59 2006
@@ -144,7 +144,7 @@
   <!-- Uncomment the following if your webserver complains about a missing 
resources. -->
   <!-- This resource is not needed by Tiles or this example. It is just a 
trick to make -->
   <!-- Struts happy with some web server. -->
-  <!-- <message-resources 
parameter="org.apache.struts.webapp.tiles.dev1-1.ApplicationResources" 
null="false" /> -->
+  <!-- <message-resources 
parameter="org.apache.tiles.showcase.dev1-1.ApplicationResources" null="false" 
/> -->
 
   
  <!-- ========== TilesPlugin settings ===================================== -->

Modified: 
struts/sandbox/trunk/tiles/tiles-showcase/src/main/webapp/WEB-INF/struts-tests-config.xml
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-showcase/src/main/webapp/WEB-INF/struts-tests-config.xml?view=diff&rev=480014&r1=480013&r2=480014
==============================================================================
--- 
struts/sandbox/trunk/tiles/tiles-showcase/src/main/webapp/WEB-INF/struts-tests-config.xml
 (original)
+++ 
struts/sandbox/trunk/tiles/tiles-showcase/src/main/webapp/WEB-INF/struts-tests-config.xml
 Tue Nov 28 04:17:59 2006
@@ -102,7 +102,7 @@
 
   <!-- ========== Associated Messages Ressource settings =================== 
-->
   <!-- Not used by tiles or this website, but needed due to a bug in actual 
Struts version -->
-  <message-resources 
parameter="org.apache.struts.webapp.tiles.dev1-1.ApplicationResources" 
null="false" />
+  <message-resources 
parameter="org.apache.tiles.showcase.dev1-1.ApplicationResources" null="false" 
/>
 
   
   <plug-in className="org.apache.struts.tiles.TilesPlugin" >

Modified: 
struts/sandbox/trunk/tiles/tiles-showcase/src/main/webapp/WEB-INF/struts-tutorial-config.xml
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-showcase/src/main/webapp/WEB-INF/struts-tutorial-config.xml?view=diff&rev=480014&r1=480013&r2=480014
==============================================================================
--- 
struts/sandbox/trunk/tiles/tiles-showcase/src/main/webapp/WEB-INF/struts-tutorial-config.xml
 (original)
+++ 
struts/sandbox/trunk/tiles/tiles-showcase/src/main/webapp/WEB-INF/struts-tutorial-config.xml
 Tue Nov 28 04:17:59 2006
@@ -155,7 +155,7 @@
   <!-- Uncomment the following if your webserver complains about a missing 
resources. -->
   <!-- This resource is not needed by Tiles or this example. It is just a 
trick to make -->
   <!-- Struts happy with some web server. -->
-  <!-- <message-resources 
parameter="org.apache.struts.webapp.tiles.dev1-1.ApplicationResources" 
null="false" /> -->
+  <!-- <message-resources 
parameter="org.apache.tiles.showcase.tiles.dev1-1.ApplicationResources" 
null="false" /> -->
 
   
  <!-- ========== TilesPlugin settings ===================================== -->


Reply via email to