summaryrefslogtreecommitdiff
path: root/scripting/examples
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-12-21 10:35:33 +0000
committerOliver Bolte <obo@openoffice.org>2005-12-21 10:35:33 +0000
commit0cae233a01c0260a62dcef6cc0c727c2abc58c24 (patch)
treebfd8443114320bc924f6a199664243c7e29a2362 /scripting/examples
parentb97fd53026c82b54b54fcf8922779da1a6725dac (diff)
INTEGRATION: CWS vq24 (1.6.6); FILE MERGED
2005/11/22 15:54:36 vq 1.6.6.1: #i57841# Remove offending lines in scripting/java/makefile.mk and scripting/examples/java/makefile.mk.
Diffstat (limited to 'scripting/examples')
-rwxr-xr-xscripting/examples/java/makefile.mk8
1 files changed, 2 insertions, 6 deletions
diff --git a/scripting/examples/java/makefile.mk b/scripting/examples/java/makefile.mk
index 6e0afc20be..c77cc828c3 100755
--- a/scripting/examples/java/makefile.mk
+++ b/scripting/examples/java/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: hr $ $Date: 2005-10-25 11:18:56 $
+# last change: $Author: obo $ $Date: 2005-12-21 11:35:33 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -40,9 +40,5 @@ TARGET=javaexamples
.INCLUDE : ant.mk
.IF "$(SOLAR_JAVA)"!=""
-
-CLASSPATH+=$PATH_SEPERATOR$SOLARVER/$UPD/$INPATH/bin/crimson.jar
-.EXPORT : CLASSPATH
-
ALLTAR : ANTBUILD
.ENDIF