You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by fu...@apache.org on 2006/03/08 00:37:56 UTC

svn commit: r384054 - /db/derby/docs/trunk/build.xml

Author: fuzzylogic
Date: Tue Mar  7 15:37:55 2006
New Revision: 384054

URL: http://svn.apache.org/viewcvs?rev=384054&view=rev
Log:
Fix property name in clean target.

Modified:
    db/derby/docs/trunk/build.xml

Modified: db/derby/docs/trunk/build.xml
URL: http://svn.apache.org/viewcvs/db/derby/docs/trunk/build.xml?rev=384054&r1=384053&r2=384054&view=diff
==============================================================================
--- db/derby/docs/trunk/build.xml (original)
+++ db/derby/docs/trunk/build.xml Tue Mar  7 15:37:55 2006
@@ -209,7 +209,7 @@
   </target>
 
   <target name="clean">
-    <delete dir="${dita.out.dir}"/>
+    <delete dir="${dita.output.dir}"/>
     <delete dir="${dita.temp.dir}"/>
   </target>