You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2010/05/27 12:30:14 UTC

svn commit: r948764 - /harmony/enhanced/java/trunk/build.xml

Author: hindessm
Date: Thu May 27 10:30:14 2010
New Revision: 948764

URL: http://svn.apache.org/viewvc?rev=948764&view=rev
Log:
Since "bundle-src" uses "svn export" only svn files will be copied so
it doesn't need to depend on "clean".

Modified:
    harmony/enhanced/java/trunk/build.xml

Modified: harmony/enhanced/java/trunk/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/java/trunk/build.xml?rev=948764&r1=948763&r2=948764&view=diff
==============================================================================
--- harmony/enhanced/java/trunk/build.xml (original)
+++ harmony/enhanced/java/trunk/build.xml Thu May 27 10:30:14 2010
@@ -119,8 +119,7 @@ Usage:
     
     <target name="bundle-src" 
         description="assemble source snapshot"
-        depends="clean,
-                 setup,
+        depends="setup,
                  copy-src,
                  bundle-src-tgz,
                  bundle-src-zip" />