Author: lukaszlenart
Date: Thu Feb 14 07:54:56 2013
New Revision: 1446056

URL: http://svn.apache.org/r1446056
Log:
INFRA-5659 Adds missing Tiles DTDs

Modified:
    struts/site/trunk/pom.xml

Modified: struts/site/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/site/trunk/pom.xml?rev=1446056&r1=1446055&r2=1446056&view=diff
==============================================================================
--- struts/site/trunk/pom.xml (original)
+++ struts/site/trunk/pom.xml Thu Feb 14 07:54:56 2013
@@ -130,6 +130,45 @@
                                 <get 
src="http://svn.apache.org/repos/asf/struts/struts2/trunk/core/src/main/resources/struts-2.0.dtd";
                                      dest="${site.output}/dtds/struts-2.0.dtd"
                                      ignoreerrors="true"/>
+                                <get 
src="http://svn.apache.org/repos/asf/struts/struts2/trunk/xwork-core/src/main/resources/xwork-1.0.dtd";
+                                     dest="${site.output}/dtds/xwork-1.0.dtd"
+                                     ignoreerrors="true"/>
+                                <get 
src="http://svn.apache.org/repos/asf/struts/struts2/trunk/xwork-core/src/main/resources/xwork-1.1.1.dtd";
+                                     dest="${site.output}/dtds/xwork-1.1.1.dtd"
+                                     ignoreerrors="true"/>
+                                <get 
src="http://svn.apache.org/repos/asf/struts/struts2/trunk/xwork-core/src/main/resources/xwork-1.1.2.dtd";
+                                     dest="${site.output}/dtds/xwork-1.1.2.dtd"
+                                     ignoreerrors="true"/>
+                                <get 
src="http://svn.apache.org/repos/asf/struts/struts2/trunk/xwork-core/src/main/resources/xwork-1.1.dtd";
+                                     dest="${site.output}/dtds/xwork-1.1.dtd"
+                                     ignoreerrors="true"/>
+                                <get 
src="http://svn.apache.org/repos/asf/struts/struts2/trunk/xwork-core/src/main/resources/xwork-2.0.dtd";
+                                     dest="${site.output}/dtds/xwork-2.0.dtd"
+                                     ignoreerrors="true"/>
+                                <get 
src="http://svn.apache.org/repos/asf/struts/struts2/trunk/xwork-core/src/main/resources/xwork-2.1.3.dtd";
+                                     dest="${site.output}/dtds/xwork-2.1.3.dtd"
+                                     ignoreerrors="true"/>
+                                <get 
src="http://svn.apache.org/repos/asf/struts/struts2/trunk/xwork-core/src/main/resources/xwork-2.1.dtd";
+                                     dest="${site.output}/dtds/xwork-2.1.dtd"
+                                     ignoreerrors="true"/>
+                                <get 
src="http://svn.apache.org/repos/asf/struts/struts2/trunk/xwork-core/src/main/resources/xwork-2.3.dtd";
+                                     dest="${site.output}/dtds/xwork-2.3.dtd"
+                                     ignoreerrors="true"/>
+                                <get 
src="http://svn.apache.org/repos/asf/struts/struts2/trunk/xwork-core/src/main/resources/xwork-validator-1.0.2.dtd";
+                                     
dest="${site.output}/dtds/xwork-validator-1.0.2.dtd"
+                                     ignoreerrors="true"/>
+                                <get 
src="http://svn.apache.org/repos/asf/struts/struts2/trunk/xwork-core/src/main/resources/xwork-validator-1.0.3.dtd";
+                                     
dest="${site.output}/dtds/xwork-validator-1.0.3.dtd"
+                                     ignoreerrors="true"/>
+                                <get 
src="http://svn.apache.org/repos/asf/struts/struts2/trunk/xwork-core/src/main/resources/xwork-validator-1.0.dtd";
+                                     
dest="${site.output}/dtds/xwork-validator-1.0.dtd"
+                                     ignoreerrors="true"/>
+                                <get 
src="http://svn.apache.org/repos/asf/struts/struts2/trunk/xwork-core/src/main/resources/xwork-validator-config-1.0.dtd";
+                                     
dest="${site.output}/dtds/xwork-validator-config-1.0.dtd"
+                                     ignoreerrors="true"/>
+                                <get 
src="http://svn.apache.org/repos/asf/struts/struts2/trunk/xwork-core/src/main/resources/xwork-validator-definition-1.0.dtd";
+                                     
dest="${site.output}/dtds/xwork-validator-definition-1.0.dtd"
+                                     ignoreerrors="true"/>
                                 <get 
src="http://svn.apache.org/repos/asf/struts/struts2/trunk/core/src/main/resources/struts-2.1.dtd";
                                      dest="${site.output}/dtds/struts-2.1.dtd"
                                      ignoreerrors="true"/>


Reply via email to