dleslie     01/01/12 05:56:33

  Modified:    java     build.xml
  Log:
  Added correction to "site" target for new compatibilty javadoc.
  
  Revision  Changes    Path
  1.73      +4 -1      xml-xalan/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/build.xml,v
  retrieving revision 1.72
  retrieving revision 1.73
  diff -u -r1.72 -r1.73
  --- build.xml 2001/01/11 22:31:01     1.72
  +++ build.xml 2001/01/12 13:56:33     1.73
  @@ -24,6 +24,8 @@
       - jar      creates ./build/xalan.jar [the default target]
       - docs     generates the human-written documentation in ./build/docs
       - javadocs [or apidocs] generates the API documentation in 
./build/docs/apidocs
  +    - compat.jar compiles compatibility tree and creates 
./build/xalanj1compat.jar
  +    - compat.apidocs generates javadoc for the compatibility jar
       - clean    purges the build tree.
       - dist     creates a complete distribution in ./xalan-j_x_x_x
       - auto*    targets used by automated build programs, without dependencies
  @@ -43,7 +45,7 @@
     
     - Much of this file stolen from Stefano's xml-xerces build.xml  
     
  -   $Id: build.xml,v 1.72 2001/01/11 22:31:01 dleslie Exp $
  +   $Id: build.xml,v 1.73 2001/01/12 13:56:33 dleslie Exp $
      
   ==================================================================== -->
   
  @@ -488,6 +490,7 @@
     <target name="site" depends="prepare.docs">
    
       <mkdir dir="${site.dir}/apidocs"/>
  +    <mkdir dir="${site.dir}/compat_apidocs"/>
       <mkdir dir="${site.dir}/design"/>
       <java fork="yes" classname="${doc.generator}" 
classpath="${java.class.path}:${build.dir}/$xalan.jar"> 
          <arg line="targetDirectory=${site.dir} ${site.book} ${xdocs.style}"/>
  
  
  

Reply via email to