summaryrefslogtreecommitdiff
path: root/scripting/examples
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-03-01 12:07:25 +0000
committerKurt Zenker <kz@openoffice.org>2005-03-01 12:07:25 +0000
commit8f4950bb806c9921ab3fe860dd7e78c56778cbc7 (patch)
tree5407f39422f98cda22c5adc08ffaf7c2d33ac973 /scripting/examples
parent4224558e0b4d09bc3813b06dd68fe22e4bceb1d5 (diff)
INTEGRATION: CWS scriptingf11 (1.11.2); FILE MERGED
2005/02/07 15:22:10 toconnor 1.11.2.1: #i41957# remove selector example as it is now part of the SDK
Diffstat (limited to 'scripting/examples')
-rwxr-xr-xscripting/examples/java/build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripting/examples/java/build.xml b/scripting/examples/java/build.xml
index 497a1a70b4ec..f3cac588cd4e 100755
--- a/scripting/examples/java/build.xml
+++ b/scripting/examples/java/build.xml
@@ -3,9 +3,9 @@
#
# $RCSfile: build.xml,v $
#
-# $Revision: 1.11 $
+# $Revision: 1.12 $
#
-# last change: $Author: rt $ $Date: 2005-01-27 15:26:29 $
+# last change: $Author: kz $ $Date: 2005-03-01 13:07:25 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -171,6 +171,6 @@
</target>
<!-- ========================= All In One Build ======================= -->
- <target name="all" depends="HelloWorld,Highlight,MemoryUsage,selector"/>
+ <target name="all" depends="HelloWorld,Highlight,MemoryUsage"/>
</project>