summaryrefslogtreecommitdiff
path: root/scripting/examples
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-10-25 10:18:56 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-10-25 10:18:56 +0000
commit65dc94c7eca2e3fba7b8b2686b589c2bd643cf41 (patch)
tree5943e5da848696e0604ac9ced856872c30722a0a /scripting/examples
parent145df6bac5ea55d3fadb1828f388da7718996961 (diff)
INTEGRATION: CWS morejava (1.4.14); FILE MERGED
2005/08/29 14:22:23 fridrich_strba 1.4.14.1: Issue number: Submitted by: fridrich_strba Reviewed by: fridrich_strba Allow building of OOo out-of-the-box with jdk 1.3.1
Diffstat (limited to 'scripting/examples')
-rwxr-xr-xscripting/examples/java/makefile.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/scripting/examples/java/makefile.mk b/scripting/examples/java/makefile.mk
index 6c9560bf93..6e0afc20be 100755
--- a/scripting/examples/java/makefile.mk
+++ b/scripting/examples/java/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: rt $ $Date: 2005-09-09 01:54:06 $
+# last change: $Author: hr $ $Date: 2005-10-25 11:18:56 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -40,5 +40,9 @@ TARGET=javaexamples
.INCLUDE : ant.mk
.IF "$(SOLAR_JAVA)"!=""
+
+CLASSPATH+=$PATH_SEPERATOR$SOLARVER/$UPD/$INPATH/bin/crimson.jar
+.EXPORT : CLASSPATH
+
ALLTAR : ANTBUILD
.ENDIF