Author: jhm
Date: Fri Mar 19 05:58:34 2010
New Revision: 925100
URL: http://svn.apache.org/viewvc?rev=925100&view=rev
Log:
Refactor: Extract Property (so Gump could override that value)
Modified:
ant/sandbox/historical/xdocs/build.xml
Modified: ant/sandbox/historical/xdocs/build.xml
URL:
http://svn.apache.org/viewvc/ant/sandbox/historical/xdocs/build.xml?rev=925100&r1=925099&r2=925100&view=diff
==============================================================================
--- ant/sandbox/historical/xdocs/build.xml (original)
+++ ant/sandbox/historical/xdocs/build.xml Fri Mar 19 05:58:34 2010
@@ -505,8 +505,9 @@
</target>
<target name="prepare-for-docs">
+ <property name="ant.docs" value="../../docs"/>
<copy todir="${build.docs.dir}">
- <fileset dir="${basedir}/../../docs" includes="artwork/**" />
+ <fileset dir="${ant.docs}" includes="artwork/**" />
</copy>
<mkdir dir="${xdocs.dir}" />
<copy todir="${xdocs.dir}">