aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
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" />