Author: martinc
Date: Tue Mar 22 08:23:00 2005
New Revision: 158622

URL: http://svn.apache.org/viewcvs?view=rev&rev=158622
Log:
Bugzilla #34120: Correct syntax of (empty) <action-mappings> element. (Not sure 
why there are two copies of this - the entire WEB-INF directory appears to be 
duplicated.)

Modified:
    struts/tiles/trunk/tiles-documentation/WEB-INF/struts-doc-config.xml
    
struts/tiles/trunk/tiles-documentation/src/webapp/WEB-INF/struts-doc-config.xml

Modified: struts/tiles/trunk/tiles-documentation/WEB-INF/struts-doc-config.xml
URL: 
http://svn.apache.org/viewcvs/struts/tiles/trunk/tiles-documentation/WEB-INF/struts-doc-config.xml?view=diff&r1=158621&r2=158622
==============================================================================
--- struts/tiles/trunk/tiles-documentation/WEB-INF/struts-doc-config.xml 
(original)
+++ struts/tiles/trunk/tiles-documentation/WEB-INF/struts-doc-config.xml Tue 
Mar 22 08:23:00 2005
@@ -23,7 +23,7 @@
 
   
                           
-  </action-mappings>
+  <action-mappings/>
 
   
   <!-- ========== Tiles plug-in setting settings =================== -->

Modified: 
struts/tiles/trunk/tiles-documentation/src/webapp/WEB-INF/struts-doc-config.xml
URL: 
http://svn.apache.org/viewcvs/struts/tiles/trunk/tiles-documentation/src/webapp/WEB-INF/struts-doc-config.xml?view=diff&r1=158621&r2=158622
==============================================================================
--- 
struts/tiles/trunk/tiles-documentation/src/webapp/WEB-INF/struts-doc-config.xml 
(original)
+++ 
struts/tiles/trunk/tiles-documentation/src/webapp/WEB-INF/struts-doc-config.xml 
Tue Mar 22 08:23:00 2005
@@ -23,7 +23,7 @@
 
   
                           
-  </action-mappings>
+  <action-mappings/>
 
   
   <!-- ========== Tiles plug-in setting settings =================== -->



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to