summaryrefslogtreecommitdiff
path: root/scripting/java
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-10-22 12:55:29 +0000
committerRüdiger Timm <rt@openoffice.org>2004-10-22 12:55:29 +0000
commit1a74757d0d37014e3355fe356732b54cdf8ef008 (patch)
tree9cf7df824ed1af100d1a7a554f2e75c29663c23c /scripting/java
parent24c0fc4f2d9e040b3a1347777e0ee62c2a7f427a (diff)
INTEGRATION: CWS scriptingf6 (1.30.2); FILE MERGED
2004/10/13 11:21:40 toconnor 1.30.2.1: #i33458# ensure that iterative building works for Java classes
Diffstat (limited to 'scripting/java')
-rwxr-xr-xscripting/java/build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripting/java/build.xml b/scripting/java/build.xml
index a8dd4fd3fac1..48dce24e3662 100755
--- a/scripting/java/build.xml
+++ b/scripting/java/build.xml
@@ -3,9 +3,9 @@
#
# $RCSfile: build.xml,v $
#
-# $Revision: 1.30 $
+# $Revision: 1.31 $
#
-# last change: $Author: rt $ $Date: 2004-07-23 14:54:09 $
+# last change: $Author: rt $ $Date: 2004-10-22 13:55:29 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -292,5 +292,5 @@
</target>
<!-- ========================= All In One Build ======================= -->
- <target name="all" depends="clean,jar"/>
+ <target name="all" depends="jar"/>
</project>