diff options
author | fotis <fotis@unknown> | 2000-06-15 19:14:18 +0000 |
---|---|---|
committer | fotis <fotis@unknown> | 2000-06-15 19:14:18 +0000 |
commit | de5eff99bdeb48a508cfe3154259238f26c3b12c (patch) | |
tree | 990127735982c2ba46aa5612dd4caceb47fbf0ae /build.xml | |
parent | 55f2533f275ab3b7829049eaed52c1a993183a0f (diff) | |
download | xmlgraphics-fop-de5eff99bdeb48a508cfe3154259238f26c3b12c.tar.gz xmlgraphics-fop-de5eff99bdeb48a508cfe3154259238f26c3b12c.zip |
Fix: removes forgotten closing comment brackets
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193402 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -322,7 +322,7 @@ Sometimes ant gives out this warnings, but the build is finished without any pro <echo message="Copying doc files "/> <copydir src="${docs.dir}" dest="${build.docs}" /> <copydir src="${lib.dir}" dest="${build.dir}/${lib.dir}" /> - <copyfile src="build.xml" dest="${build.dir}/build.xml" /> --> + <copyfile src="build.xml" dest="${build.dir}/build.xml" /> <copyfile src="${basedir}/README" dest="${build.dir}/README" /> <copyfile src="${basedir}/STATUS" dest="${build.dir}/STATUS" /> <copyfile src="${basedir}/LICENSE" dest="${build.dir}/LICENSE" /> |