From 23869420cd4b1f31714c87aa5c16ebe1ea67db60 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 19 Feb 2009 07:29:28 +0000 Subject: CWS-TOOLING: integrate CWS ause099 2009-01-29 12:30:57 +0100 hjs r267116 : #i98365# fix unsetting g+s bit 2009-01-23 14:21:19 +0100 hjs r266819 : #i40246# - cleanup 2009-01-23 14:14:07 +0100 hjs r266818 : #i40246# - fix quoting of final echo line 2009-01-23 12:42:33 +0100 hjs r266807 : #i98365# leave higher bits alone 2009-01-23 11:23:42 +0100 rt r266799 : Header 2009-01-22 19:14:25 +0100 hjs r266753 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:22:18 +0100 hjs r266737 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:20:54 +0100 hjs r266736 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:20:24 +0100 hjs r266735 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:08:33 +0100 hjs r266734 : #i40246# renamed variable 2009-01-22 16:05:26 +0100 hjs r266733 : #i40246# renamed variable 2009-01-20 17:46:54 +0100 hjs r266610 : #i98290# cleanup 2009-01-19 19:32:19 +0100 hjs r266522 : CWS-TOOLING: rebase CWS ause099 to trunk@266428 (milestone: DEV300:m39) 2008-12-08 21:00:09 +0100 hjs r265049 : CWS-TOOLING: rebase CWS ause099 to trunk@264807 (milestone: DEV300:m37) 2008-11-27 18:25:18 +0100 hjs r264513 : #i40246# - support multiple patches per archive 2008-11-17 19:00:12 +0100 hjs r263738 : CWS-TOOLING: rebase CWS ause099 to trunk@263288 (milestone: DEV300:m35) --- apache-commons/java/codec/makefile.mk | 2 +- apache-commons/java/httpclient/makefile.mk | 2 +- apache-commons/java/lang/makefile.mk | 2 +- apache-commons/java/logging/makefile.mk | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'apache-commons') diff --git a/apache-commons/java/codec/makefile.mk b/apache-commons/java/codec/makefile.mk index 5ab525b4e9ba..7945803bf867 100644 --- a/apache-commons/java/codec/makefile.mk +++ b/apache-commons/java/codec/makefile.mk @@ -50,7 +50,7 @@ TARFILE_NAME=commons-codec-1.3-src TARFILE_ROOTDIR=commons-codec-1.3 -PATCH_FILE_NAME=$(PRJ)$/patches$/codec.patch +PATCH_FILES=$(PRJ)$/patches$/codec.patch #CONVERTFILES=build.xml diff --git a/apache-commons/java/httpclient/makefile.mk b/apache-commons/java/httpclient/makefile.mk index 8e9dd0c74760..8d3c696705f2 100644 --- a/apache-commons/java/httpclient/makefile.mk +++ b/apache-commons/java/httpclient/makefile.mk @@ -50,7 +50,7 @@ TARFILE_NAME=commons-httpclient-3.1-src TARFILE_ROOTDIR=commons-httpclient-3.1 -#PATCH_FILE_NAME=$(PRJ)$/patches$/httpclient.patch +#PATCH_FILES=$(PRJ)$/patches$/httpclient.patch #CONVERTFILES=build.xml diff --git a/apache-commons/java/lang/makefile.mk b/apache-commons/java/lang/makefile.mk index c65416865483..3699660632f5 100644 --- a/apache-commons/java/lang/makefile.mk +++ b/apache-commons/java/lang/makefile.mk @@ -50,7 +50,7 @@ TARFILE_NAME=commons-lang-2.3-src TARFILE_ROOTDIR=commons-lang-2.3-src -#PATCH_FILE_NAME=$(PRJ)$/patches$/logging.patch +#PATCH_FILES=$(PRJ)$/patches$/logging.patch #CONVERTFILES=build.xml diff --git a/apache-commons/java/logging/makefile.mk b/apache-commons/java/logging/makefile.mk index 55bd8f4f9d6d..ab3476974b1b 100644 --- a/apache-commons/java/logging/makefile.mk +++ b/apache-commons/java/logging/makefile.mk @@ -50,7 +50,7 @@ TARFILE_NAME=commons-logging-1.1.1-src TARFILE_ROOTDIR=commons-logging-1.1.1-src -PATCH_FILE_NAME=$(PRJ)$/patches$/logging.patch +PATCH_FILES=$(PRJ)$/patches$/logging.patch CONVERTFILES=build.xml -- cgit