summaryrefslogtreecommitdiffstats
path: root/scripting/examples/java
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-03-09 11:06:57 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-03-09 11:06:57 +0000
commit75968fa6eae51cd37fa73dc5ff0ea3bb6d0319bc (patch)
tree2cd03cef45266e9d131daf4756493010cbf0e2cd /scripting/examples/java
parentINTEGRATION: CWS ooo20040225 (1.2.16); FILE MERGED (diff)
downloadcore-75968fa6eae51cd37fa73dc5ff0ea3bb6d0319bc.tar.gz
core-75968fa6eae51cd37fa73dc5ff0ea3bb6d0319bc.zip
INTEGRATION: CWS ooo20040225 (1.1.16); FILE MERGED
2004/02/25 10:38:33 haggai 1.1.16.1: #i25829# Fix scripting build without Java support ($SOLAR_JAVA!=TRUE)
Diffstat (limited to 'scripting/examples/java')
-rwxr-xr-xscripting/examples/java/makefile.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/scripting/examples/java/makefile.mk b/scripting/examples/java/makefile.mk
index 0f178c9e7db4..e0e777570427 100755
--- a/scripting/examples/java/makefile.mk
+++ b/scripting/examples/java/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: toconnor $ $Date: 2003-08-21 15:48:06 $
+# last change: $Author: hr $ $Date: 2004-03-09 12:06:57 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -66,5 +66,6 @@ TARGET=javaexamples
.INCLUDE : ant.mk
+.IF "$(SOLAR_JAVA)"!=""
ALLTAR : ANTBUILD
-
+.ENDIF