You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by og...@apache.org on 2008/12/31 18:59:44 UTC

svn commit: r730435 - /maven/mercury/trunk/mercury-ant/mercury-ant-tasks/build.xml

Author: ogusakov
Date: Wed Dec 31 09:59:44 2008
New Revision: 730435

URL: http://svn.apache.org/viewvc?rev=730435&view=rev
Log:
[MERCURY-65] fixed introduced bug, started cleaning the test build script

Modified:
    maven/mercury/trunk/mercury-ant/mercury-ant-tasks/build.xml

Modified: maven/mercury/trunk/mercury-ant/mercury-ant-tasks/build.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-ant/mercury-ant-tasks/build.xml?rev=730435&r1=730434&r2=730435&view=diff
==============================================================================
--- maven/mercury/trunk/mercury-ant/mercury-ant-tasks/build.xml (original)
+++ maven/mercury/trunk/mercury-ant/mercury-ant-tasks/build.xml Wed Dec 31 09:59:44 2008
@@ -186,9 +186,7 @@
   <target name="compile-thin-path">
 
     <taskdef resource="org/apache/maven/mercury/ant/tasks/antlib.xml"/>
-<!--  	
-    <repo id="central"   url="http://localhost:${repo.port}/maven2"/>
--->  	
+  	
     <javac srcdir="${basedir}/src/test/compile"
            destdir="${basedir}/target/compile-classes"
            source="1.5"
@@ -226,7 +224,6 @@
     />
   </target>
 
-	
 
   <target name="compile-thin-path-3" depends="init">