summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripting/util/ant.pmk6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripting/util/ant.pmk b/scripting/util/ant.pmk
index b8dee781691e..21d631886a1a 100755
--- a/scripting/util/ant.pmk
+++ b/scripting/util/ant.pmk
@@ -2,9 +2,9 @@
#
# $RCSfile: ant.pmk,v $
#
-# $Revision: 1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: dfoster $ $Date: 2002-09-20 14:21:41 $
+# last change: $Author: hr $ $Date: 2004-02-04 14:13:49 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -82,7 +82,7 @@ ANTFLAGS!:=-Dprj=$(PRJ) -Dant.home=$(SOLARBINDIR)$/.. -Dsolar.doc=$(SOLARDOCDIR)
.INCLUDE : ../util/target.pmk
-ANT_CLASSPATH:=../util/xerces.jar$(PATH_SEPERATOR)../util/ant.jar$(PATH_SEPERATOR)../util/junit.jar
+ANT_CLASSPATH:=..$/util$/xerces.jar$(PATH_SEPERATOR)..$/util$/ant.jar$(PATH_SEPERATOR)..$/util$/junit.jar
CLASSPATH!:=$(ANT_CLASSPATH)$(CLASSPATH)
.EXPORT : CLASSPATH