tools/java/build.xml
branchdevelopment
changeset 2669 c03790d973b6
parent 2522 88de19714cfb
child 2714 fafb688b3073
child 2731 13f5be2bf83b
--- a/tools/java/build.xml	Sat Aug 24 17:29:19 2013 +0100
+++ b/tools/java/build.xml	Sat Aug 24 17:30:57 2013 +0100
@@ -3,10 +3,8 @@
               Any modifications will be overwritten.
               To include a user specific buildfile here, simply create one in the same
               directory with the processing instruction <?eclipse.ant.import?>
-              as the first entry and export the buildfile again. -->
-<project basedir="." default="build" name="stx.libjava.tools">
+              as the first entry and export the buildfile again. --><project basedir="." default="build" name="stx.libjava.tools">
     <property environment="env"/>
-    <property name="stx.libjava.benchmarks.location" value="../../benchmarks/java"/>
     <property name="stx.libjava.examples.location" value="../../examples/java"/>
     <property name="stx.libjava.examples.tomcat 6.x.location" value="../../examples/tomcat6/apache-tomcat-6.0.35-src"/>
     <property name="stx.libjava.experiments.location" value="../../experiments/java"/>
@@ -18,7 +16,7 @@
     <property name="source" value="1.6"/>
     <import file="build.ivy.xml"/>
     <path id="stx.libjava.classpath">
-        <pathelement location="${stx.libjava.location}/libjava-support/bin"/>
+        <pathelement location="${stx.libjava.location}/bin"/>
         <pathelement location="${stx.libjava.location}/libs-src/groovy-all-1.8.2-sources.jar"/>
         <pathelement location="${stx.libjava.location}/libs-src/junit-4.8.2-sources.jar"/>
         <pathelement location="${stx.libjava.location}/libs/groovy-all-1.8.2.jar"/>
@@ -95,12 +93,6 @@
         </javac>
     </target>
     <target description="Build all projects which reference this project. Useful to propagate changes." name="build-refprojects">
-        <ant antfile="build.xml" dir="${stx.libjava.benchmarks.location}" inheritAll="false" target="clean"/>
-        <ant antfile="build.xml" dir="${stx.libjava.benchmarks.location}" inheritAll="false" target="build">
-            <propertyset>
-                <propertyref name="build.compiler"/>
-            </propertyset>
-        </ant>
         <ant antfile="build.xml" dir="${stx.libjava.examples.location}" inheritAll="false" target="clean"/>
         <ant antfile="build.xml" dir="${stx.libjava.examples.location}" inheritAll="false" target="build">
             <propertyset>