diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-07-17 12:39:42 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-07-17 12:39:42 +0000 |
commit | 23283f57e79f08713bf877d782c33dab9dfa233d (patch) | |
tree | 8f1e23ba0e784dbbe7eaf8e35e969a373e8ee244 /apache-commons | |
parent | 94378a7dcf02c86a12059f8814268cc9d7cbe73c (diff) |
INTEGRATION: CWS ause095 (1.2.6); FILE MERGED
2008/06/25 09:51:46 hjs 1.2.6.1: #i90789# - referencing patch with relative path from current directory
Diffstat (limited to 'apache-commons')
-rw-r--r-- | apache-commons/java/codec/makefile.mk | 4 | ||||
-rw-r--r-- | apache-commons/java/httpclient/makefile.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/apache-commons/java/codec/makefile.mk b/apache-commons/java/codec/makefile.mk index d58e0465bd07..5ab525b4e9ba 100644 --- a/apache-commons/java/codec/makefile.mk +++ b/apache-commons/java/codec/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # # This file is part of OpenOffice.org. # @@ -50,7 +50,7 @@ TARFILE_NAME=commons-codec-1.3-src TARFILE_ROOTDIR=commons-codec-1.3 -PATCH_FILE_NAME=patches$/codec.patch +PATCH_FILE_NAME=$(PRJ)$/patches$/codec.patch #CONVERTFILES=build.xml diff --git a/apache-commons/java/httpclient/makefile.mk b/apache-commons/java/httpclient/makefile.mk index 3450afd84e53..8e9dd0c74760 100644 --- a/apache-commons/java/httpclient/makefile.mk +++ b/apache-commons/java/httpclient/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # # This file is part of OpenOffice.org. # @@ -50,7 +50,7 @@ TARFILE_NAME=commons-httpclient-3.1-src TARFILE_ROOTDIR=commons-httpclient-3.1 -#PATCH_FILE_NAME=patches$/httpclient.patch +#PATCH_FILE_NAME=$(PRJ)$/patches$/httpclient.patch #CONVERTFILES=build.xml |