java/build.xml
branchcvs_MAIN
changeset 3478 cfe622b12e2f
parent 3356 a3ad7164f528
child 3508 622620308fee
child 3809 259d6ca3939d
--- a/java/build.xml	Wed Jul 01 11:06:56 2015 +0200
+++ b/java/build.xml	Wed Jul 01 11:07:00 2015 +0200
@@ -1,13 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <project name="" default="compile" basedir=".">
     <import file="build.auto.xml"/>
-    <!-- Put custom build code here, this file is never overwritten by Smalltalk/X -->
-
-    <target xmlns:ivy="antlib:org.apache.ivy.ant" name="libs-update" description="Updates libraries using specification ivy-update.xml">
-        <taskdef resource="org/apache/ivy/ant/antlib.xml" uri="antlib:org.apache.ivy.ant" classpath="${ivy.jar}" />
-        <ivy:resolve file="ivy-update.xml"/>
-        <ivy:retrieve conf="binaries" pattern="${build.libs.dir}/[artifact]-[revision].[ext]" />
-        <ivy:retrieve conf="sources"  pattern="${build.libs-src.dir}/[artifact]-[revision].[ext]" />
-    </target>
-
+    <!-- Put custom build code here, this file is never overwritten by Smalltalk/X -->    
 </project>