dleslie     02/01/15 13:07:33

  Modified:    java     build.xml
  Log:
  Corrected refs to XSLTCDONE
  
  Revision  Changes    Path
  1.151     +5 -4      xml-xalan/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/build.xml,v
  retrieving revision 1.150
  retrieving revision 1.151
  diff -u -r1.150 -r1.151
  --- build.xml 14 Jan 2002 19:34:49 -0000      1.150
  +++ build.xml 15 Jan 2002 21:07:33 -0000      1.151
  @@ -41,7 +41,7 @@
   
   Copyright:
     Copyright (c) 1999-2001 The Apache Software Foundation.
  -   $Id: build.xml,v 1.150 2002/01/14 19:34:49 tmiller Exp $
  +   $Id: build.xml,v 1.151 2002/01/15 21:07:33 dleslie Exp $
   ==================================================================== -->
   
   <project name="Xalan" default="jar" basedir=".">
  @@ -140,7 +140,8 @@
     <property name="site.dir" value="${site.root}/target/xalan-j"/>
     <property name="site.book" value="${xdocs.dir}/sources/xalan-jsite.xml"/>
     <property name="xdocs.DONE.file" value="${xdocs.dir}/sources/xalan/DONE"/>
  -    <property name="xdocs.XSLTCDONE.file" 
value="${xdocs.dir}/sources/xalan/XSLTCDONE"/>
  +  <property name="xdocs.XSLTCDONE.file" value="XSLTCDONE"/>
  +  <property name="xdocs.XSLTCDONE.location" 
value="${xdocs.dir}/sources/xalan/${xdocs.XSLTCDONE.file}"/>    
     <path id="docs.class.path">
       <pathelement location="${xmlapis.jar}" />
       <pathelement location="${parser.jar}" />
  @@ -173,7 +174,7 @@
     <!-- Creates output build directories and doc prerequistes               
-->
     <!-- =================================================================== 
-->
     <target name="prepare">
  -    <echo message="Project:${Name-in-docs} version:${version} build.xml 
$Revision: 1.150 $"/>
  +    <echo message="Project:${Name-in-docs} version:${version} build.xml 
$Revision: 1.151 $"/>
       <mkdir dir="${build.dir}"/>
       <mkdir dir="${build.classes}"/>
       <!-- Note that all testing-related targets *must* depend on 
  @@ -678,7 +679,7 @@
         <fileset dir="${xdocs.style}" excludes="${xalanonly-styledocs}"/>
       </delete>
       <delete file="${xdocs.DONE.file}"/>
  -    <delete file="${xdocs.XSLTCDONE.file}"/>
  +    <delete file="${xdocs.XSLTCDONE.location}"/>
       <!-- Also delete files expanded from ${xml-commons-srcs.tar.gz}-->
     </target>
    
  
  
  

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

Reply via email to