Update of /var/cvs/tests
In directory james.mmbase.org:/tmp/cvs-serv4213

Modified Files:
        build.xml 
Log Message:
ant is horrible, i was testing something and there for disable some slow stuff


See also: http://cvs.mmbase.org/viewcvs/tests


Index: build.xml
===================================================================
RCS file: /var/cvs/tests/build.xml,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -b -r1.57 -r1.58
--- build.xml   25 Jul 2008 13:23:51 -0000      1.57
+++ build.xml   25 Jul 2008 13:26:55 -0000      1.58
@@ -66,7 +66,6 @@
 
 
   <target name="local.download" unless="no">
-    <!--
     <antcall target="mmbase.jar" />
     <antcall target="install.jar">
       <param name="name" value="mmbase-resources" />
@@ -78,19 +77,16 @@
     <antcall target="install.jar">
       <param name="name" value="mmbase-clustering" />
     </antcall>
-    -->
   </target>
 
   <target name="download" unless="no" depends="local.download">
     <echo message="downloading" />
     <mkdir dir="${lib}" />
-    <!--
     <antcall target="junit" />
     <antcall target="servletapi" />
     <antcall target="hsqldb" />
     <antcall target="commons-fileupload" />
     <antcall target="log4j" />
-    -->
     <property name="no" value="yes" />
   </target>
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to