dleslie     01/01/30 06:36:16

  Modified:    java     build.xml
  Log:
  Explicit list of packages for compat.apidocs. For some reason,
  other J1 packages were being included.
  
  Revision  Changes    Path
  1.81      +2 -2      xml-xalan/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/build.xml,v
  retrieving revision 1.80
  retrieving revision 1.81
  diff -u -r1.80 -r1.81
  --- build.xml 2001/01/22 19:51:46     1.80
  +++ build.xml 2001/01/30 14:36:12     1.81
  @@ -46,7 +46,7 @@
     
     - Much of this file stolen from Stefano's xml-xerces build.xml  
     
  -   $Id: build.xml,v 1.80 2001/01/22 19:51:46 dleslie Exp $
  +   $Id: build.xml,v 1.81 2001/01/30 14:36:12 dleslie Exp $
      
   ==================================================================== -->
   
  @@ -264,7 +264,7 @@
            public="true"
            sourcepath="${compat.src.dir}:${src.dir}"
            overview="${compat.src.dir}/compatOverview.html"         
  -         packagenames="org.apache.xalan.*"
  +         
packagenames="org.apache.xalan.xslt,org.apache.xalan.xpath,org.apache.xalan.xpath.xml"
            author="true"
            version="true"
            use="true"
  
  
  

Reply via email to