You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ke...@locus.apache.org on 2000/07/19 07:06:33 UTC

cvs commit: xml-fop/docs/xml-docs build.xml

keiron      00/07/18 22:06:33

  Modified:    docs/xml-docs build.xml
  Log:
  lower case fop.xml so it will work on unix
  
  Revision  Changes    Path
  1.2       +1 -1      xml-fop/docs/xml-docs/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/docs/xml-docs/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	2000/06/23 13:16:42	1.1
  +++ build.xml	2000/07/19 05:06:32	1.2
  @@ -41,7 +41,7 @@
     <!-- compiles all xml files into one and removes the proprietary sbk protocol -->
     <!-- =================================================================== -->
     <target name="prepare-files" depends="init">
  -    <collectDocFiles configFile="Fop.xml" outFile="fop.pdf"/>
  +    <collectDocFiles configFile="fop.xml" outFile="fop.pdf"/>
     </target>
   
     <!-- =================================================================== -->