You are viewing a plain text version of this content. The canonical link for it is here.
Posted to crimson-cvs@xml.apache.org by ed...@apache.org on 2001/01/30 21:27:17 UTC

cvs commit: xml-crimson jaxp-javadoc.jar build.xml

edwingo     01/01/30 12:27:17

  Modified:    .        build.xml
  Added:       .        jaxp-javadoc.jar
  Log:
  Temporarily disable building of javadoc because the issue of what to do
  about the source for javax.xml.* classes still needs to 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.
  
  Revision  Changes    Path
  1.7       +8 -0      xml-crimson/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-crimson/build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.xml	2001/01/23 20:39:15	1.6
  +++ build.xml	2001/01/30 20:27:14	1.7
  @@ -94,6 +94,12 @@
   
     <target name="javadoc">
       <mkdir dir="${build.dir}/docs/api"/>
  +    <!-- XXX Temporarily disable building of javadoc because the issue of
  +         what to do about the source for javax.xml.* classes still needs to
  +         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"
                destdir="${build.dir}/docs/api"
  @@ -102,6 +108,8 @@
                use="true"
                windowtitle="JAXP 1.1"
                doctitle="Java API for XML Parsing ${version}" />
  +    -->
  +    <unjar src="jaxp-javadoc.jar" dest="${build.dir}/docs"/>
     </target>
   
     <target name="other.doc">
  
  
  
  1.1                  xml-crimson/jaxp-javadoc.jar
  
  	<<Binary file>>