Blob Blame History Raw
--- ./build.xml.bak	2005-12-07 05:49:44.000000000 -0500
+++ ./build.xml	2007-02-13 20:32:31.000000000 -0500
@@ -100,6 +100,11 @@
 
   </target>
 
+  <path id="ecj.boot.class.path">
+    <pathelement location="${jar_api}"/>
+    <pathelement location="/usr/lib/jvm/java/jre/lib/rt.jar"/>
+  </path>
+
   <!-- Main Ref. Impl. compilation: -->
   <target name="compile" depends="init,api">
     <!--javac srcdir="${src}:${api_src_dir}"-->
@@ -107,6 +112,7 @@
       source="1.2" target="1.2"
       includes="${topdirs}"
       destdir="${class_dir}"
+      bootclasspathref="ecj.boot.class.path"
       debug="true">
       <classpath>
         <pathelement path="${java.class.path}"/>