Author: wsmoak
Date: Sun Sep 17 15:56:44 2006
New Revision: 447167

URL: http://svn.apache.org/viewvc?view=rev&rev=447167
Log:
Publish the new Tiles 2.0 DTD with the top-level Struts site.
SB-30

Modified:
    struts/site/pom.xml

Modified: struts/site/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/site/pom.xml?view=diff&rev=447167&r1=447166&r2=447167
==============================================================================
--- struts/site/pom.xml (original)
+++ struts/site/pom.xml Sun Sep 17 15:56:44 2006
@@ -99,6 +99,9 @@
                                 <get 
src="http://svn.apache.org/repos/asf/struts/struts1/trunk/tiles/src/main/resources/org/apache/struts/resources/tiles-config_1_3.dtd";
                                      
dest="${project.build.directory}/site/dtds/tiles-config_1_3.dtd"
                                      ignoreerrors="true"/>
+                                <get 
src="http://svn.apache.org/repos/asf/struts/sandbox/trunk/tiles/tiles-core/src/main/resources/org/apache/tiles/resources/tiles-config_2_0.dtd";
+                                     
dest="${project.build.directory}/site/dtds/tiles-config_2_0.dtd"
+                                     ignoreerrors="true"/>
                                 <get 
src="http://svn.apache.org/repos/asf/struts/struts2/trunk/core/src/main/resources/struts-2.0.dtd";
                                      
dest="${project.build.directory}/site/dtds/struts-2.0.dtd"
                                      ignoreerrors="true"/>


Reply via email to