You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jh...@apache.org on 2010/03/19 06:59:32 UTC

svn commit: r925101 - /ant/sandbox/historical/xdocs/build.xml

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>