diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-10-22 13:11:18 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-10-22 13:11:18 +0000 |
commit | 2b962a56c1eaa6650b7e08f9fbe8d46b0165d4dc (patch) | |
tree | 75f533949dc0bad7c96853a5bc7b5e5d2bf5e62f /scripting/util/ant.pmk | |
parent | f34cdd38ba68f4cc5ff8751f029853ce0f28333f (diff) |
INTEGRATION: CWS scriptingf6 (1.2.30); FILE MERGED
2004/09/30 09:33:25 dfoster 1.2.30.1: #i33504#
Fix suggested by pjanik
Diffstat (limited to 'scripting/util/ant.pmk')
-rwxr-xr-x | scripting/util/ant.pmk | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/scripting/util/ant.pmk b/scripting/util/ant.pmk index 21d631886a1a..75d24fea70d8 100755 --- a/scripting/util/ant.pmk +++ b/scripting/util/ant.pmk @@ -2,9 +2,9 @@ # # $RCSfile: ant.pmk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: hr $ $Date: 2004-02-04 14:13:49 $ +# last change: $Author: rt $ $Date: 2004-10-22 14:11:18 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -60,9 +60,7 @@ # #************************************************************************* -.IF "$(JARFILES"=="" -JARFILES=../util/ant.jar -.ENDIF +JARFILES*=../util/ant.jar # needs jdk1.2 ! JAVAC_LIB:=$(JAVA_HOME)$/lib$/tools.jar |