INTEGRATION: CWS ooo20031216 (1.1.6); FILE MERGED

2003/12/23 10:34:47 waratah 1.1.6.1: Include required $ escapes on directory separators
This commit is contained in:
Jens-Heiner Rechtien
2004-02-04 13:13:49 +00:00
parent 20a9ac934f
commit e35bed1b22

View File

@@ -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