You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by sm...@apache.org on 2008/03/31 04:29:18 UTC

svn commit: r642859 - /harmony/enhanced/buildtest/trunk/infra/adaptors/make-snapshot/adaptor.xml

Author: smishura
Date: Sun Mar 30 19:29:16 2008
New Revision: 642859

URL: http://svn.apache.org/viewvc?rev=642859&view=rev
Log:
Align adaptor with r642255 commit:
Applying the patch from HARMONY-5521 [build] fix incremental federated build

Modified:
    harmony/enhanced/buildtest/trunk/infra/adaptors/make-snapshot/adaptor.xml

Modified: harmony/enhanced/buildtest/trunk/infra/adaptors/make-snapshot/adaptor.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/trunk/infra/adaptors/make-snapshot/adaptor.xml?rev=642859&r1=642858&r2=642859&view=diff
==============================================================================
--- harmony/enhanced/buildtest/trunk/infra/adaptors/make-snapshot/adaptor.xml (original)
+++ harmony/enhanced/buildtest/trunk/infra/adaptors/make-snapshot/adaptor.xml Sun Mar 30 19:29:16 2008
@@ -34,7 +34,7 @@
             <arg line="co ${co.target} ${svn.url} ." />
         </exec>
 
-        <exec-ant dir="${trunk.dir}" targets="make-snapshot">
+        <exec-ant dir="${trunk.dir}" targets="snapshot">
             <jvmarg line="-Xmx1000M"/> 
             <sysproperty key="target.dir" value="${target.dir}"/>
             <sysproperty key="keep.working" value="true"/>