12407af08SAndrew Rist#**************************************************************
22407af08SAndrew Rist#
32407af08SAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
42407af08SAndrew Rist#  or more contributor license agreements.  See the NOTICE file
52407af08SAndrew Rist#  distributed with this work for additional information
62407af08SAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
72407af08SAndrew Rist#  to you under the Apache License, Version 2.0 (the
82407af08SAndrew Rist#  "License"); you may not use this file except in compliance
92407af08SAndrew Rist#  with the License.  You may obtain a copy of the License at
102407af08SAndrew Rist#
112407af08SAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
122407af08SAndrew Rist#
132407af08SAndrew Rist#  Unless required by applicable law or agreed to in writing,
142407af08SAndrew Rist#  software distributed under the License is distributed on an
152407af08SAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
162407af08SAndrew Rist#  KIND, either express or implied.  See the License for the
172407af08SAndrew Rist#  specific language governing permissions and limitations
182407af08SAndrew Rist#  under the License.
192407af08SAndrew Rist#
202407af08SAndrew Rist#**************************************************************
212407af08SAndrew Rist
222407af08SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweirPRJ=..$/..
25cdf0e10cSrcweir
26cdf0e10cSrcweirPRJNAME=apache-commons
27cdf0e10cSrcweirTARGET=commons-logging
28cdf0e10cSrcweir
29cdf0e10cSrcweir# --- Settings -----------------------------------------------------
30cdf0e10cSrcweir
31cdf0e10cSrcweir.INCLUDE :	settings.mk
32cdf0e10cSrcweir
33cdf0e10cSrcweir# override buildfile
34cdf0e10cSrcweirANT_BUILDFILE=build.xml
35cdf0e10cSrcweir
36cdf0e10cSrcweir.INCLUDE : antsettings.mk
37cdf0e10cSrcweir
38cdf0e10cSrcweir.IF "$(SOLAR_JAVA)" != "" && ( "$(ENABLE_MEDIAWIKI)" == "YES" || "$(ENABLE_REPORTBUILDER)" == "YES" )
39cdf0e10cSrcweir# --- Files --------------------------------------------------------
40cdf0e10cSrcweir
41*60db4cd4SJuergen SchmidtTARFILE_NAME=commons-logging-1.1.3-src
42*60db4cd4SJuergen SchmidtTARFILE_MD5=e8e197d628436490886d17cffa108fe3
43*60db4cd4SJuergen Schmidt#TARFILE_NAME=commons-logging-1.1.1-src
44*60db4cd4SJuergen Schmidt#TARFILE_MD5=3c219630e4302863a9a83d0efde889db
45cdf0e10cSrcweir
46*60db4cd4SJuergen SchmidtTARFILE_ROOTDIR=commons-logging-1.1.3-src
47*60db4cd4SJuergen Schmidt#TARFILE_ROOTDIR=commons-logging-1.1.1-src
48cdf0e10cSrcweir
49cdf0e10cSrcweirPATCH_FILES=$(PRJ)$/patches$/logging.patch
50cdf0e10cSrcweir
51cdf0e10cSrcweirCONVERTFILES=build.xml
52*60db4cd4SJuergen Schmidt
53*60db4cd4SJuergen SchmidtOUT2CLASS=target$/commons-logging-1.1.3.jar
54*60db4cd4SJuergen Schmidt#OUT2CLASS=target$/commons-logging-1.1.1-SNAPSHOT.jar
55cdf0e10cSrcweir
56cdf0e10cSrcweir.IF "$(SYSTEM_TOMCAT)" != "YES"
57cdf0e10cSrcweirSERVLETAPI_JAR := $(SOLARVER)$/$(INPATH)$/bin$(UPDMINOREXT)$/servlet-api.jar
58cdf0e10cSrcweir.ENDIF
59cdf0e10cSrcweir
60cdf0e10cSrcweir.IF "$(JAVACISGCJ)"=="yes"
61cdf0e10cSrcweirJAVA_HOME=
62cdf0e10cSrcweir.EXPORT : JAVA_HOME
63cdf0e10cSrcweirBUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -Dbuild.compiler=gcj -Dservletapi.jar=$(SERVLETAPI_JAR) -f $(ANT_BUILDFILE) compile build-jar
64cdf0e10cSrcweir.ELSE
65cdf0e10cSrcweirBUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -f $(ANT_BUILDFILE) -Dservletapi.jar=$(SERVLETAPI_JAR) compile build-jar
66cdf0e10cSrcweir.ENDIF
67cdf0e10cSrcweir
68cdf0e10cSrcweir.ENDIF # $(SOLAR_JAVA)!= ""
69cdf0e10cSrcweir
70cdf0e10cSrcweir# --- Targets ------------------------------------------------------
71cdf0e10cSrcweir
72cdf0e10cSrcweir.INCLUDE : set_ext.mk
73cdf0e10cSrcweir.INCLUDE : target.mk
74cdf0e10cSrcweir
75cdf0e10cSrcweir.IF "$(SOLAR_JAVA)" != "" && ( "$(ENABLE_MEDIAWIKI)" == "YES" || "$(ENABLE_REPORTBUILDER)" == "YES" )
76cdf0e10cSrcweir.INCLUDE : tg_ext.mk
77cdf0e10cSrcweir.ENDIF
78cdf0e10cSrcweir
79