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 fo...@apache.org on 2001/02/08 15:09:26 UTC

cvs commit: xml-fop build.xml

fotis       01/02/08 06:09:26

  Modified:    .        build.xml
  Log:
  removes old reference to FAQ during build of distribution
  
  Revision  Changes    Path
  1.20      +0 -1      xml-fop/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/build.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- build.xml	2001/02/06 10:24:59	1.19
  +++ build.xml	2001/02/08 14:09:25	1.20
  @@ -484,7 +484,6 @@
       <copyfile src="${basedir}/README" dest="${build.dir}/README" />
       <copyfile src="${basedir}/STATUS" dest="${build.dir}/STATUS" />
       <copyfile src="${basedir}/LICENSE" dest="${build.dir}/LICENSE" />
  -    <copyfile src="${basedir}/FAQ" dest="${build.dir}/FAQ" />
     </target>
   
     <!-- =================================================================== -->