dleslie     2002/08/29 10:56:27

  Modified:    c        build.xml
  Log:
  Build currently is not using commits.xml to construct DONE.
  
  Revision  Changes    Path
  1.13      +2 -2      xml-xalan/c/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/build.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- build.xml 20 Dec 2001 22:12:47 -0000      1.12
  +++ build.xml 29 Aug 2002 17:56:27 -0000      1.13
  @@ -26,10 +26,10 @@
        <delete file="${doc.generator.styletar}"/>
       <mkdir dir="${build.apidocs}"/>
       <mkdir dir="${site.dir}/apidocs"/>
  -    <echo message="Transform commits.xml and put the result in 
${xdocs.dir}/DONE"/>
  +    <!--echo message="Transform commits.xml and put the result in 
${xdocs.dir}/DONE"/>
       <java fork="yes" classname="org.apache.xalan.xslt.Process" 
classpath="${java.class.path}">
         <arg line="-in commits.xml -xsl ${xdocs.style}/stylesheets/done-c.xsl 
-out xdocs/sources/xalan/DONE"/>
  -    </java>        
  +    </java-->        
       
     </target>
   
  
  
  

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

Reply via email to