dleslie     00/12/08 11:31:34

  Modified:    c        build.xml
  Log:
  Corrected typos.
  
  Revision  Changes    Path
  1.3       +2 -2      xml-xalan/c/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml 2000/12/08 19:17:23     1.2
  +++ build.xml 2000/12/08 19:31:34     1.3
  @@ -21,7 +21,7 @@
       <untar src="${doc.generator.styletar}" dest="${xdocs.dir}"/>
        <delete file="${doc.generator.styletar}"/>
       <mkdir dir="${build.apidocs}"/>
  -    <mkdir dir="${site.dir}/apidocs}"/>    
  +    <mkdir dir="${site.dir}/apidocs"/>    
       
     </target>
   
  @@ -34,7 +34,7 @@
     <target name="apidocs" depends="prepare">
       <copy todir="${build.apidocs}">
         <fileset dir="${xdocs.apidocs}"/>
  -    </copy-->
  +    </copy>
       <exec executable="doxygen.exe" dir="${xdocs.dir}">
         <arg value="DoxyFileXalan"/>
       </exec>  
  
  
  

Reply via email to