From 2b962a56c1eaa6650b7e08f9fbe8d46b0165d4dc Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 22 Oct 2004 13:11:18 +0000 Subject: INTEGRATION: CWS scriptingf6 (1.2.30); FILE MERGED 2004/09/30 09:33:25 dfoster 1.2.30.1: #i33504# Fix suggested by pjanik --- scripting/util/ant.pmk | 8 +++----- 1 file 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 -- cgit