dleslie     02/01/31 10:10:22

  Modified:    java     build.xml
  Log:
  Removed copying of Xalan-J1 compatability Javadoc.
  
  Revision  Changes    Path
  1.157     +3 -8      xml-xalan/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/build.xml,v
  retrieving revision 1.156
  retrieving revision 1.157
  diff -u -r1.156 -r1.157
  --- build.xml 31 Jan 2002 17:52:07 -0000      1.156
  +++ build.xml 31 Jan 2002 18:10:22 -0000      1.157
  @@ -41,7 +41,7 @@
   
   Copyright:
     Copyright (c) 1999-2001 The Apache Software Foundation.
  -   $Id: build.xml,v 1.156 2002/01/31 17:52:07 dleslie Exp $
  +   $Id: build.xml,v 1.157 2002/01/31 18:10:22 dleslie Exp $
   ==================================================================== -->
   
   <project name="Xalan" default="jar" basedir=".">
  @@ -181,7 +181,7 @@
     <!-- Creates output build directories and doc prerequistes               
-->
     <!-- =================================================================== 
-->
     <target name="prepare">
  -    <echo message="Project:${Name-in-docs} version:${version} build.xml 
$Revision: 1.156 $"/>
  +    <echo message="Project:${Name-in-docs} version:${version} build.xml 
$Revision: 1.157 $"/>
       <mkdir dir="${build.dir}"/>
       <mkdir dir="${build.classes}"/>
       <!-- Note that all testing-related targets *must* depend on 
  @@ -841,7 +841,6 @@
       description="Build documentation for posting to the website" >
    
       <mkdir dir="${site.dir}/apidocs"/>
  -    <mkdir dir="${site.dir}/compat_apidocs"/>
       <mkdir dir="${site.dir}/design"/>
       <java fork="yes" 
             classname="${doc.generator}" 
  @@ -861,11 +860,7 @@
       <!-- put in the javadoc -->
       <copy todir="${site.dir}/apidocs">
         <fileset dir="${build.apidocs}"/>
  -    </copy>
  -    <copy todir="${site.dir}/compat_apidocs">
  -      <fileset dir="${build.compat.apidocs}"/>
  -    </copy>  
  -      
  +    </copy>      
     </target>
      
     <!-- =================================================================== 
-->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to