aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorfotis <fotis@unknown>2000-06-15 19:14:18 +0000
committerfotis <fotis@unknown>2000-06-15 19:14:18 +0000
commitde5eff99bdeb48a508cfe3154259238f26c3b12c (patch)
tree990127735982c2ba46aa5612dd4caceb47fbf0ae /build.xml
parent55f2533f275ab3b7829049eaed52c1a993183a0f (diff)
downloadxmlgraphics-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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 4fff05643..50296c2d3 100644
--- a/build.xml
+++ b/build.xml
@@ -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" />