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 dj...@apache.org on 2006/08/22 02:41:28 UTC

svn commit: r433445 - /db/derby/code/trunk/build.xml

Author: djd
Date: Mon Aug 21 17:41:28 2006
New Revision: 433445

URL: http://svn.apache.org/viewvc?rev=433445&view=rev
Log:
DERBY-744 Add dependency of buildsource on the demo target to ensure correct ordering when executing ant all

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

Modified: db/derby/code/trunk/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/build.xml?rev=433445&r1=433444&r2=433445&view=diff
==============================================================================
--- db/derby/code/trunk/build.xml (original)
+++ db/derby/code/trunk/build.xml Mon Aug 21 17:41:28 2006
@@ -328,7 +328,7 @@
     <ant dir="${derby.build.src.dir}"/>
   </target>
 
-  <target name="demo">
+  <target name="demo" depends="buildsource">
     <ant dir="${derby.demo.src.dir}"/>
   </target>