--- build.xml.orig	Fri Jun 29 04:44:48 2001
+++ build.xml	Fri Jun 29 11:27:38 2001
@@ -47,7 +47,7 @@
            deprecation="off" >
       <classpath>
         <pathelement location="${build.classes}" />
-        <pathelement location="lib/jaxp.jar" />
+        <pathelement location="jaxp.jar" />
         <pathelement location="src" />
       </classpath>
       <exclude name="**/,**" />
@@ -69,7 +69,7 @@
 
   <target name="jaxp.jar">
     <!-- Copy the binary.  XXX The source is available under xml-commons. -->
-    <copy file="lib/jaxp.jar" todir="${build.dir}" />
+    <copy file="jaxp.jar" todir="${build.dir}" />
   </target>
 
   <target name="crimson.jar" depends="compile">
@@ -97,6 +97,7 @@
          be worked out.  Otherwise there would be no javadoc for the javax
          classes.  For now, use a statically generated version of the JAXP
          1.1 javadoc.
+    -->
 
     <javadoc packagenames="org.w3c.*,org.xml.*,javax.xml.*"
              sourcepath="src"
@@ -106,8 +107,9 @@
              use="true"
              windowtitle="JAXP 1.1"
              doctitle="Java API for XML Processing 1.1" />
-    -->
+    <!-- 
     <unjar src="jaxp-javadoc.jar" dest="${build.dir}/docs"/>
+    -->
   </target>
 
   <target name="other.doc">

