diff options
author | Mikhail Voitenko <mav@openoffice.org> | 2008-02-12 14:09:12 +0000 |
---|---|---|
committer | Mikhail Voitenko <mav@openoffice.org> | 2008-02-12 14:09:12 +0000 |
commit | a0f9dfe0ebce9fd4d29e306212bfb67e564c1a50 (patch) | |
tree | 51d29addfd925fcd174e1ee12963d547cad370a4 /apache-commons | |
parent | adde7156e5ff2423f0365cb0eda6dc97715f3738 (diff) |
use UPDMINOREXT variable
Diffstat (limited to 'apache-commons')
-rw-r--r-- | apache-commons/java/logging/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apache-commons/java/logging/makefile.mk b/apache-commons/java/logging/makefile.mk index f8488cf6a5a6..ded03910535c 100644 --- a/apache-commons/java/logging/makefile.mk +++ b/apache-commons/java/logging/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: rene $ $Date: 2008-02-04 09:02:06 $ +# last change: $Author: mav $ $Date: 2008-02-12 15:09:12 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -61,7 +61,7 @@ PATCH_FILE_NAME=patches$/logging.patch OUT2CLASS=target$/commons-logging-1.1.1-SNAPSHOT.jar .IF "$(SYSTEM_TOMCAT)" != "YES" -SERVLETAPI_JAR := $(SOLARVER)$/$(INPATH)$/bin$/servlet-api.jar +SERVLETAPI_JAR := $(SOLARVER)$/$(INPATH)$/bin$(UPDMINOREXT)$/servlet-api.jar .ENDIF .IF "$(JAVACISGCJ)"=="yes" |