diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-04 13:13:49 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-04 13:13:49 +0000 |
commit | e35bed1b22657666fc9261d69eff501a49f96f86 (patch) | |
tree | e824649010456f4323f0f85ae36f8ede2c606efb /scripting/util/ant.pmk | |
parent | 20a9ac934f99b635b91b6b8cf7be35442213bd1b (diff) |
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
Diffstat (limited to 'scripting/util/ant.pmk')
-rwxr-xr-x | scripting/util/ant.pmk | 6 |
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 |