Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 5a206eb808c69b94844cb177c4f8588d > files > 1

bea-stax-1.2.0-1.2mdv2008.0.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}"/>