Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > main-release-src > by-pkgid > cb027a37e71d9d4137e4e3fa9020d645 > files > 1

bea-stax-1.2.0-1.3.4mdv2010.1.src.rpm

--- ./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}"/>