$OpenBSD: patch-build_xml,v 1.1 2019/12/03 19:46:34 solene Exp $

allows skipping junit fetch during test phase.

Index: build.xml
--- build.xml.orig
+++ build.xml
@@ -1014,11 +1014,9 @@ ${basedir}/../cl-bench
       <get 
           src="http://cloud.github.com/downloads/KentBeck/junit/junit-4.8.1.jar"
           usetimestamp="true"
-          dest="${junit.path}"/>
-      <get 
-          src="${maven.dist.uri}"
-          usetimestamp="true"
-          dest="${maven.local.path}"/>
+          dest="${junit.path}"
+          skipexisting="true">
+       </get>
     </target>
 
     <target name="abcl.ext.maven" depends="abcl.ext">
