diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-30 05:51:24 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-30 05:51:24 +0000 |
commit | 7c96a6285c980befa2779ca00904808b33ac6577 (patch) | |
tree | 947660fcf6609c8125488a002b83c98ba484f399 /lucene | |
parent | 5781848329d2046a354467fd307c66f66d378e3d (diff) |
#i91162# Remove adding of java path to 'PATH' variable: works for jdk14 only and is unnecessary anyway.
Diffstat (limited to 'lucene')
-rw-r--r-- | lucene/makefile.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lucene/makefile.mk b/lucene/makefile.mk index ab3a357f7ae5..6a06d7212b23 100644 --- a/lucene/makefile.mk +++ b/lucene/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: tkr $ $Date: 2008-06-17 08:02:38 $ +# last change: $Author: rt $ $Date: 2008-06-30 06:51:24 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -42,7 +42,6 @@ TARGET=so_lucene JDK_VERSION=140 JAVA_HOME=$(JDK14PATH) -PATH!:=$(JDK14PATH)$/bin$(PATH_SEPERATOR)$(PATH) XCLASSPATH:=$(JDK14PATH)$/jre/lib/rt.jar CLASSPATH:=$(XCLASSPATH) .ENDIF @@ -58,7 +57,6 @@ ANT_BUILDFILE*=../../../../build.xml CLASSPATH!:=$(CLASSPATH)$(PATH_SEPERATOR)$(ANT_CLASSPATH)$(PATH_SEPERATOR)$(JAVA_HOME)$/lib$/tools.jar .EXPORT : CLASSPATH -.EXPORT : PATH LUCENE_NAME=lucene-2.3.2 |