diff options
author | fotis <fotis@unknown> | 2001-02-08 14:09:25 +0000 |
---|---|---|
committer | fotis <fotis@unknown> | 2001-02-08 14:09:25 +0000 |
commit | dce510068ae1aabe775918eba9be04c7fb8ac50c (patch) | |
tree | 9a3b8fa8532b968a22aece9ea2799cb994ff78ea /build.xml | |
parent | 8182efc0643546799b968c61665f850b63b4391c (diff) | |
download | xmlgraphics-fop-dce510068ae1aabe775918eba9be04c7fb8ac50c.tar.gz xmlgraphics-fop-dce510068ae1aabe775918eba9be04c7fb8ac50c.zip |
removes old reference to FAQ during build of distribution
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194032 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -484,7 +484,6 @@ Sometimes ant gives out this warnings, but the build is finished without any pro <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> <!-- =================================================================== --> |