dleslie     00/10/16 09:04:42

  Modified:    java     build.xml
  Log:
  Javadoc corrections per what we are including with Xalan-J 2.
  
  Revision  Changes    Path
  1.30      +6 -6      xml-xalan/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/build.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- build.xml 2000/10/16 12:42:27     1.29
  +++ build.xml 2000/10/16 16:04:39     1.30
  @@ -40,7 +40,7 @@
     
     - Much of this file stolen from Stefano's xml-xerces build.xml  
     
  -   $Id: build.xml,v 1.29 2000/10/16 12:42:27 dleslie Exp $
  +   $Id: build.xml,v 1.30 2000/10/16 16:04:39 dleslie Exp $
      
   ==================================================================== -->
   
  @@ -270,15 +270,15 @@
          args="-in ${src.dir}/org/apache/trax/patterns.xml 
                -xsl ${xdocs.style}/stylesheets/patterns.xsl 
                -out ${build.apidocs}/org/apache/trax/patterns.html"/>  <!-- 
patterns.html TRaX desing document -->    
  -    <copyfile src="./xdocs/sources/xalan/trax.gif" 
dest="${build.apidocs}/trax/trax.gif"/>
  +    <copyfile src="./xdocs/sources/xalan/trax.gif" 
dest="${build.apidocs}/org/apache/trax/trax.gif"/>
         
       <javadoc
            public="true"
            doclet="xalanjdoc.Standard"
            sourcepath="${src.dir}"
            overview="${src.dir}/javadocOverview.html"
  -         
packagenames="org.apache.xalan.client,org.apache.xalan.extensions,org.apache.xalan.lib,org.apache.xalan.lib.sql,org.apache.xalan.processor,org.apache.xalan.res,org.apache.xalan.stree,org.apache.xalan.templates,org.apache.xalan.trace,org.apache.xalan.transformer,org.apache.xalan.utils,org.apache.xpath,org.apache.xpath.axes,org.apache.xpath.compiler,org.apache.xpath.functions,org.apache.xpath.objects,org.apache.xpath.operations,org.apache.xpath.patterns,org.apache.xpath.res,org.w3c.xslt,org.apache.serialize,org.apache.serialize.helpers,org.apache.xml.serialize.transition,org.apache.trax,org.xml.sax,org.xml.sax.helpers,org.w3c.dom,org.w3c.dom.range,org.w3c.dom.traversal,javax.xml.parsers"
  -         group="TrAX org.apache.trax,Xalan_Core 
org.apache.xalan.processor:org.apache.xalan.templates:org.apache.xalan.transformer,XPath
 org.apache.xpath*:org.w3c.xslt,Xalan_Other 
org.apache.xalan.client:org.apache.xalan.dtm:org.apache.xalan.extensions:org.apache.xalan.res:org.apache.xalan.stree:org.apache.xalan.trace:org.apache.xalan.utils,Xalan_Extensions
 org.apache.xalan.lib*,Serializers 
org.apache.serialize*:org.apache.xml.serialize.transition,SAX_2 
org.xml.sax*,DOM_2 org.w3c.dom*,XML_PARSING javax.xml.parsers"
  +         
packagenames="org.apache.xalan.client,org.apache.xalan.extensions,org.apache.xalan.lib,org.apache.xalan.lib.sql,org.apache.xalan.processor,org.apache.xalan.res,org.apache.xalan.stree,org.apache.xalan.templates,org.apache.xalan.trace,org.apache.xalan.transformer,org.apache.xalan.utils,org.apache.xalan.xslt,org.apache.xpath,org.apache.xpath.axes,org.apache.xpath.compiler,org.apache.xpath.functions,org.apache.xpath.objects,org.apache.xpath.operations,org.apache.xpath.patterns,org.apache.xpath.res,org.w3c.xslt,org.apache.serialize,org.apache.serialize.helpers,org.apache.xml.serialize.transition,org.apache.trax,org.xml.sax,org.xml.sax.helpers,org.w3c.dom,org.w3c.dom.range,org.w3c.dom.traversal,javax.xml.parsers"
  +         group="TrAX org.apache.trax,Xalan_Core 
org.apache.xalan.processor:org.apache.xalan.templates:org.apache.xalan.transformer,XPath
 org.apache.xpath*:org.w3c.xslt,Xalan_Other 
org.apache.xalan.client:org.apache.xalan.dtm:org.apache.xalan.extensions:org.apache.xalan.res:org.apache.xalan.stree:org.apache.xalan.trace:org.apache.xalan.utils:org.apache.xalan.xslt,Xalan_Extensions
 org.apache.xalan.lib*,Serializers 
org.apache.serialize*:org.apache.xml.serialize.transition,SAX_2 
org.xml.sax*,DOM_2 org.w3c.dom*,XML_PARSING javax.xml.parsers"
            destdir="${build.apidocs}"
            author="true"
            version="true"
  @@ -335,8 +335,8 @@
       <!-- Copy over pre-built documentation and javadoc, and samples src and 
jar -->
       <copydir src="${build.docs}" dest="${dist.dir}/docs"/>
       <copydir src="${samples.dir}" dest="${dist.dir}/samples"/>   
  -    <copyfile src="${build.dir}/xalansamples.jar" 
dest="${dist.dir}/samples/xalansamples.jar"/>
  -    <copyfile src="${build.dir}/xalanservlet.jar" 
dest="${dist.dir}/samples/xalanservlet.jar"/>
  +    <copyfile src="${build.dir}/xalansamples.jar" 
dest="${dist.dir}/bin/xalansamples.jar"/>
  +    <copyfile src="${build.dir}/xalanservlet.jar" 
dest="${dist.dir}/bin/xalanservlet.jar"/>
   
       <!-- Copy xalan jar into the bin directory (subject to change) -->
       <copyfile src="${build.dir}/${xalan.jar}" 
dest="${dist.dir}/bin/${xalan.jar}"/>
  
  
  

Reply via email to