tmiller     02/04/24 12:31:27

  Modified:    java     build.xml
  Log:
  removed other customization that I did not want
  to putback, sorry about that
  
  Revision  Changes    Path
  1.172     +4 -6      xml-xalan/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/build.xml,v
  retrieving revision 1.171
  retrieving revision 1.172
  diff -u -r1.171 -r1.172
  --- build.xml 24 Apr 2002 19:29:43 -0000      1.171
  +++ build.xml 24 Apr 2002 19:31:27 -0000      1.172
  @@ -41,7 +41,7 @@
   
   Copyright:
     Copyright (c) 1999-2001 The Apache Software Foundation.
  -   $Id: build.xml,v 1.171 2002/04/24 19:29:43 tmiller Exp $
  +   $Id: build.xml,v 1.172 2002/04/24 19:31:27 tmiller Exp $
   ==================================================================== -->
   
   <project name="Xalan" default="jar" basedir=".">
  @@ -183,7 +183,7 @@
     <!-- Creates output build directories and doc prerequistes               
-->
     <!-- =================================================================== 
-->
     <target name="prepare">
  -    <echo message="Project:${Name-in-docs} version:${version} build.xml 
$Revision: 1.171 $"/>
  +    <echo message="Project:${Name-in-docs} version:${version} build.xml 
$Revision: 1.172 $"/>
       <mkdir dir="${build.dir}"/>
       <mkdir dir="${build.classes}"/>
       <!-- Note that all testing-related targets *must* depend on 
  @@ -533,8 +533,7 @@
       unless="skipcompat" >
       <mkdir dir="${build.compat.apidocs}"/>
       <javadoc
  -         private="true"
  -      maxmemory="128m"
  +         public="true"
            sourcepath="${compat.src.dir}"
            overview="${compat.src.dir}/compatOverview.html"         
            
packagenames="org.apache.xalan.xslt,org.apache.xalan.xpath,org.apache.xalan.xpath.xml"
  @@ -699,8 +698,7 @@
         
       <!-- Ant ignores destdir arg if doclet is set, so must send to doclet in 
doclet subelement-->
       <javadoc
  -         private="true"
  -      maxmemory="128m"
  +         public="true"
            sourcepath="${src.dir}"
            overview="${src.dir}/javadocOverview.html"
            packagenames="org.apache.*,org.xml.*,org.w3c.*,javax.xml.*"
  
  
  

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

Reply via email to