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

svn commit: r481830 - /harmony/enhanced/buildtest/trunk/build.xml

Author: stefano
Date: Sun Dec  3 09:29:29 2006
New Revision: 481830

URL: http://svn.apache.org/viewvc?view=rev&rev=481830
Log:
committed a commented out task by mistake

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

Modified: harmony/enhanced/buildtest/trunk/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/trunk/build.xml?view=diff&rev=481830&r1=481829&r2=481830
==============================================================================
--- harmony/enhanced/buildtest/trunk/build.xml (original)
+++ harmony/enhanced/buildtest/trunk/build.xml Sun Dec  3 09:29:29 2006
@@ -110,10 +110,10 @@
 		
 		<!-- get the version of CruiseControl unless we have the zip locally -->
 		
-		<!--get src="${cc.location}${cc.filename}.zip"
+		<get src="${cc.location}${cc.filename}.zip"
 			 dest="${cc.filename}.zip" 
 			 usetimestamp="true"
-			 verbose="true" /-->
+			 verbose="true" />
 	
 		<get src="${junitjar.location}${junitjar.filename}.jar"
 			 dest="${junitjar.filename}.jar"