Author: lukaszlenart
Date: Wed Feb 13 13:27:57 2013
New Revision: 1445586
URL: http://svn.apache.org/r1445586
Log:
INFRA-5659 uses new output for 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=1445586&r1=1445585&r2=1445586&view=diff
==============================================================================
--- struts/site/trunk/pom.xml (original)
+++ struts/site/trunk/pom.xml Wed Feb 13 13:27:57 2013
@@ -101,34 +101,34 @@
<tasks>
<mkdir
dir="${project.build.directory}/site/dtds"/>
<get
src="http://svn.apache.org/repos/asf/struts/struts1/trunk/core/src/main/resources/org/apache/struts/resources/struts-config_1_0.dtd"
-
dest="${project.build.directory}/site/dtds/struts-config_1_0.dtd"
+
dest="${site.output}/dtds/struts-config_1_0.dtd"
ignoreerrors="true"/>
<get
src="http://svn.apache.org/repos/asf/struts/struts1/trunk/core/src/main/resources/org/apache/struts/resources/struts-config_1_1.dtd"
-
dest="${project.build.directory}/site/dtds/struts-config_1_1.dtd"
+
dest="${site.output}/dtds/struts-config_1_1.dtd"
ignoreerrors="true"/>
<get
src="http://svn.apache.org/repos/asf/struts/struts1/trunk/core/src/main/resources/org/apache/struts/resources/struts-config_1_2.dtd"
-
dest="${project.build.directory}/site/dtds/struts-config_1_2.dtd"
+
dest="${site.output}/dtds/struts-config_1_2.dtd"
ignoreerrors="true"/>
<get
src="http://svn.apache.org/repos/asf/struts/struts1/trunk/core/src/main/resources/org/apache/struts/resources/struts-config_1_3.dtd"
-
dest="${project.build.directory}/site/dtds/struts-config_1_3.dtd"
+
dest="${site.output}/dtds/struts-config_1_3.dtd"
ignoreerrors="true"/>
<get
src="http://svn.apache.org/repos/asf/struts/struts1/trunk/tiles/src/main/resources/org/apache/struts/resources/tiles-config_1_1.dtd"
-
dest="${project.build.directory}/site/dtds/tiles-config_1_1.dtd"
+
dest="${site.output}/dtds/tiles-config_1_1.dtd"
ignoreerrors="true"/>
<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"
+
dest="${site.output}/dtds/tiles-config_1_3.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"
+ dest="${site.output}/dtds/struts-2.0.dtd"
ignoreerrors="true"/>
<get
src="http://svn.apache.org/repos/asf/struts/struts2/trunk/core/src/main/resources/struts-2.1.dtd"
-
dest="${project.build.directory}/site/dtds/struts-2.1.dtd"
+ dest="${site.output}/dtds/struts-2.1.dtd"
ignoreerrors="true"/>
<get
src="http://svn.apache.org/repos/asf/struts/struts2/trunk/core/src/main/resources/struts-2.1.7.dtd"
-
dest="${project.build.directory}/site/dtds/struts-2.1.7.dtd"
+
dest="${site.output}/dtds/struts-2.1.7.dtd"
ignoreerrors="true"/>
<get
src="http://svn.apache.org/repos/asf/struts/struts2/trunk/core/src/main/resources/struts-2.3.dtd"
-
dest="${project.build.directory}/site/dtds/struts-2.3.dtd"
+ dest="${site.output}/dtds/struts-2.3.dtd"
ignoreerrors="true"/>
</tasks>
</configuration>