CWS-TOOLING: integrate CWS rptfix06_DEV300

2009-03-19 08:14:23 +0100 rene  r269715 : #i10000#
2009-03-18 23:48:16 +0100 rene  r269709 : #i100334# also reportbuilder
2009-03-18 22:39:42 +0100 rene  r269706 : #i100334# fix build with system apache-commons
2009-03-18 22:34:24 +0100 rene  r269705 : #i100335# build libs only when needed
2009-03-17 13:24:17 +0100 rene  r269600 : fix system-* for the SRB
This commit is contained in:
Hans-Joachim Lankenau
2009-03-23 13:41:17 +00:00
parent 75c1670171
commit dc0c53db2a
8 changed files with 50 additions and 23 deletions

View File

@@ -43,7 +43,7 @@ ANT_BUILDFILE=build.xml
.INCLUDE : antsettings.mk
.IF "$(SOLAR_JAVA)" != ""
.IF "$(SOLAR_JAVA)" != "" && "$(ENABLE_MEDIAWIKI)" == "YES"
# --- Files --------------------------------------------------------
TARFILE_NAME=commons-httpclient-3.1-src
@@ -74,7 +74,7 @@ BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -Dcommons-logging.jar=
.INCLUDE : set_ext.mk
.INCLUDE : target.mk
.IF "$(SOLAR_JAVA)" != ""
.IF "$(SOLAR_JAVA)" != "" && "$(ENABLE_MEDIAWIKI)" == "YES"
.INCLUDE : tg_ext.mk
.ENDIF