Author: apetrelli
Date: Mon Jan 8 05:04:02 2007
New Revision: 494052
URL: http://svn.apache.org/viewvc?view=rev&rev=494052
Log:
Fixed resources in Struts 1 - Tiles 2 integration module
Removed:
struts/struts1/trunk/tiles2/src/main/resources/META-INF/
struts/struts1/trunk/tiles2/src/main/resources/org/apache/struts/resources/
Modified:
struts/struts1/trunk/tiles2/src/main/resources/org/apache/struts/tiles2/chain-config.xml
Modified:
struts/struts1/trunk/tiles2/src/main/resources/org/apache/struts/tiles2/chain-config.xml
URL:
http://svn.apache.org/viewvc/struts/struts1/trunk/tiles2/src/main/resources/org/apache/struts/tiles2/chain-config.xml?view=diff&rev=494052&r1=494051&r2=494052
==============================================================================
---
struts/struts1/trunk/tiles2/src/main/resources/org/apache/struts/tiles2/chain-config.xml
(original)
+++
struts/struts1/trunk/tiles2/src/main/resources/org/apache/struts/tiles2/chain-config.xml
Mon Jan 8 05:04:02 2007
@@ -212,7 +212,7 @@
className="org.apache.struts.chain.commands.ExecuteForwardCommand"/>
<command
-
className="org.apache.struts.tiles.commands.TilesPreProcessor"/>
+
className="org.apache.struts.tiles2.commands.TilesPreProcessor"/>
<!-- Follow the returned ForwardConfig (if any) -->
<command
@@ -244,7 +244,7 @@
className="org.apache.struts.chain.commands.ExecuteForwardCommand"/>
<command
-
className="org.apache.struts.tiles.commands.TilesPreProcessor"/>
+
className="org.apache.struts.tiles2.commands.TilesPreProcessor"/>
<!-- Follow the returned ForwardConfig (if any) -->
<command