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 2005/04/27 21:09:10 UTC

svn commit: r165029 - /incubator/derby/code/branches/10.0/build.xml

Author: fuzzylogic
Date: Wed Apr 27 12:09:10 2005
New Revision: 165029

URL: http://svn.apache.org/viewcvs?rev=165029&view=rev
Log:
Move clobber before init so that classes dir is created.

Modified:
    incubator/derby/code/branches/10.0/build.xml

Modified: incubator/derby/code/branches/10.0/build.xml
URL: http://svn.apache.org/viewcvs/incubator/derby/code/branches/10.0/build.xml?rev=165029&r1=165028&r2=165029&view=diff
==============================================================================
--- incubator/derby/code/branches/10.0/build.xml (original)
+++ incubator/derby/code/branches/10.0/build.xml Wed Apr 27 12:09:10 2005
@@ -1044,9 +1044,8 @@
 
   </target>
 
-  <target name="snapshot" depends="init,snapshotError">
+  <target name="snapshot" depends="clobber,init,snapshotError">
 
-    <antcall target="clobber"/>
     <antcall target="insane"/>
     <antcall target="all"/>
     <antcall target="buildjars"/>