diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2004-04-15 07:33:35 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2004-04-15 07:33:35 +0000 |
commit | e55f464030ade2a3824e2a365c47642d3e35eb73 (patch) | |
tree | 33053cf9ab129a3f5194802e372af13295725c9d | |
parent | d450ee1d215709039897a9986caad1a8dd0b206e (diff) |
#i10000# Export ANT_HOME variable.
-rw-r--r-- | solenv/inc/ant.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/solenv/inc/ant.mk b/solenv/inc/ant.mk index f6ed74c1de6d..c9ab0402a0c1 100644 --- a/solenv/inc/ant.mk +++ b/solenv/inc/ant.mk @@ -2,9 +2,9 @@ # # $RCSfile: ant.mk,v $ # -# $Revision: 1.23 $ +# $Revision: 1.24 $ # -# last change: $Author: obo $ $Date: 2004-03-18 16:27:59 $ +# last change: $Author: rt $ $Date: 2004-04-15 08:33:35 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -82,6 +82,7 @@ SOLARCOMMONBINDIR=$(SOLARVERSION)$/common$(PROEXT)$/bin$(EXT_UPDMINOR) .IF "$(ANT_HOME)" == "" ANT_HOME*:=$(COMMON_BUILD_TOOLS)$/apache-ant-1.6.1 +.EXPORT : ANT_HOME .ENDIF ANT_LIB*:=$(ANT_HOME)$/lib |