Author: jhm
Date: Fri Mar 19 05:59:31 2010
New Revision: 925101
URL: http://svn.apache.org/viewvc?rev=925101&view=rev
Log:
After moving xdocs to "sandbox/historical" the relative path to Ant root is one
hierarchy more away.
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=925101&r1=925100&r2=925101&view=diff
==============================================================================
--- ant/sandbox/historical/xdocs/build.xml (original)
+++ ant/sandbox/historical/xdocs/build.xml Fri Mar 19 05:59:31 2010
@@ -505,7 +505,7 @@
</target>
<target name="prepare-for-docs">
- <property name="ant.docs" value="../../docs"/>
+ <property name="ant.docs" value="../../../docs"/>
<copy todir="${build.docs.dir}">
<fileset dir="${ant.docs}" includes="artwork/**" />
</copy>