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/08/22 09:08:42 UTC

svn commit: r433549 - /db/derby/code/branches/10.1/build.xml

Author: fuzzylogic
Date: Tue Aug 22 00:08:41 2006
New Revision: 433549

URL: http://svn.apache.org/viewvc?rev=433549&view=rev
Log:
Merge DERBY-744 to Derby 10.1 branch

Modified:
    db/derby/code/branches/10.1/build.xml

Modified: db/derby/code/branches/10.1/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/build.xml?rev=433549&r1=433548&r2=433549&view=diff
==============================================================================
--- db/derby/code/branches/10.1/build.xml (original)
+++ db/derby/code/branches/10.1/build.xml Tue Aug 22 00:08:41 2006
@@ -54,7 +54,7 @@
       <or>
         <equals arg1="${sane}" arg2="true"/>
         <not>
-          <isset property="${sane}"/>
+          <isset property="sane"/>
         </not>
       </or>
     </condition>
@@ -305,7 +305,7 @@
     <ant dir="${derby.build.src.dir}"/>
   </target>
 
-  <target name="demo">
+  <target name="demo" depends="buildsource">
     <ant dir="${derby.demo.src.dir}"/>
   </target>