dleslie     01/09/28 07:57:09

  Modified:    java     build.xml
  Log:
  Corrected path to xalan2jdoc.jar -- ${doclet.jar}, not ${doclet.jar.name}.
  
  Revision  Changes    Path
  1.131     +3 -3      xml-xalan/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/build.xml,v
  retrieving revision 1.130
  retrieving revision 1.131
  diff -u -r1.130 -r1.131
  --- build.xml 2001/09/25 20:19:06     1.130
  +++ build.xml 2001/09/28 14:57:09     1.131
  @@ -42,7 +42,7 @@
   
   Copyright:
     Copyright (c) 1999-2001 The Apache Software Foundation.
  -   $Id: build.xml,v 1.130 2001/09/25 20:19:06 curcuru Exp $
  +   $Id: build.xml,v 1.131 2001/09/28 14:57:09 dleslie Exp $
   ==================================================================== -->
   
   <project name="Xalan" default="jar" basedir=".">
  @@ -180,7 +180,7 @@
     <!-- Creates output build directories and doc prerequistes               
-->
     <!-- =================================================================== 
-->
     <target name="prepare">
  -    <echo message="Project:${Name} version:${version} build.xml $Revision: 
1.130 $"/>
  +    <echo message="Project:${Name} version:${version} build.xml $Revision: 
1.131 $"/>
       <mkdir dir="${build.dir}"/>
       <mkdir dir="${build.classes}"/>
       <!-- Note that all testing-related targets *must* depend on 
  @@ -574,7 +574,7 @@
            doctitle="${Name} 2"
            bottom="Copyright &#169; ${year} Apache XML Project. All Rights 
Reserved.">
             <classpath refid="docs.class.path" />
  -          <doclet name="xalanjdoc.Standard" path="${doclet.jar.name}">
  +          <doclet name="xalanjdoc.Standard" path="${doclet.jar}">
               <param name="-d" value="${build.apidocs}"/>
             </doclet>
             <group title="Transformations API for XML (TrAX)" 
packages="javax.xml.transform*"/>
  
  
  

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

Reply via email to