summaryrefslogtreecommitdiff
path: root/scripting/workben
diff options
context:
space:
mode:
authorTomas O'Connor <toconnor@openoffice.org>2003-06-18 13:05:19 +0000
committerTomas O'Connor <toconnor@openoffice.org>2003-06-18 13:05:19 +0000
commit0543671da355939c5c4c84782232c4441142d156 (patch)
treef16e6a7e6b49df9c13cd719755f31e21a8e105db /scripting/workben
parentce27b0c266fb2121b9daa23f4c44f221821dd8ba (diff)
Add closing copy tag
Diffstat (limited to 'scripting/workben')
-rwxr-xr-xscripting/workben/build.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripting/workben/build.xml b/scripting/workben/build.xml
index d2b51fcb0381..12529ec6a456 100755
--- a/scripting/workben/build.xml
+++ b/scripting/workben/build.xml
@@ -3,9 +3,9 @@
#
# $RCSfile: build.xml,v $
#
-# $Revision: 1.27 $
+# $Revision: 1.28 $
#
-# last change: $Author: dfoster $ $Date: 2003-06-18 13:49:11 $
+# last change: $Author: toconnor $ $Date: 2003-06-18 14:05:19 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -223,6 +223,7 @@
<mkdir dir="${out}/class/examples/javascript"/>
<copy todir="${out}/class/examples/javascript">
<fileset dir="${prj}/examples/javascript" includes="**"/>
+ </copy>
</target>
<!-- ===================== Build UNO package ========================= -->