diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2009-04-23 15:52:08 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2009-04-23 15:52:08 +0000 |
commit | b9b83627e01b71b6c3ad3aeee08e036cbf050136 (patch) | |
tree | 645580b091bae393d7e188eaa6370f939ef291e5 /apache-commons | |
parent | 5e3d6a9f7a20e65dc3aaa5c3e346ccc1e0ff9702 (diff) |
CWS-TOOLING: integrate CWS ause100
2009-04-07 18:39:24 +0200 hjs r270608 : #i100932# add chmod to ease later removal
2009-04-03 19:18:44 +0200 hjs r270516 : #i100675# convert for now...
2009-04-03 17:40:55 +0200 hjs r270510 : #i100837# force use of GNU tar
2009-04-03 17:32:11 +0200 hjs r270508 : #i100837# clean tarballs and a readme
2009-04-03 17:29:35 +0200 hjs r270507 : #i100837# introduce $(TAR) and $(GNUTAR)
2009-04-03 12:22:47 +0200 hjs r270469 : #i100793# check for GNU tar
2009-03-30 17:30:20 +0200 hjs r270247 : #i100675# common comp_ver.mk for both windows shells
2009-03-30 13:49:55 +0200 hjs r270226 : #i100675# common comp_ver.mk for both windows shells
2009-03-30 13:36:00 +0200 hjs r270223 : #i100675# no backslash in dependencies
2009-03-30 13:34:14 +0200 hjs r270222 : #i100675# fix testhxx for cygwin
2009-03-27 16:34:33 +0100 hjs r270162 : #i98068# move that block where it makes sense
2009-03-27 16:16:41 +0100 hjs r270160 : #i92036# - two step move to have a simple rename in the shared dir
Diffstat (limited to 'apache-commons')
-rw-r--r-- | apache-commons/download/README | 16 | ||||
-rw-r--r-- | apache-commons/download/commons-httpclient-3.1-src.tar.gz | bin | 2403054 -> 1882664 bytes | |||
-rw-r--r-- | apache-commons/download/commons-lang-2.3-src.tar.gz | bin | 481275 -> 474681 bytes | |||
-rw-r--r-- | apache-commons/java/httpclient/makefile.mk | 2 | ||||
-rw-r--r-- | apache-commons/java/lang/makefile.mk | 2 |
5 files changed, 20 insertions, 0 deletions
diff --git a/apache-commons/download/README b/apache-commons/download/README new file mode 100644 index 000000000000..38fc135536d7 --- /dev/null +++ b/apache-commons/download/README @@ -0,0 +1,16 @@ +commons-codec-1.3-src.tar.gz +commons-logging-1.1.1-src.tar.gz +commons-lang-2.3-src.tar.gz + +downloaded from + +http://archive.apache.org/dist/commons + +--- + +commons-httpclient-3.1-src.tar.gz + +downloaded from + +http://hc.apache.org/downloads.cgi + diff --git a/apache-commons/download/commons-httpclient-3.1-src.tar.gz b/apache-commons/download/commons-httpclient-3.1-src.tar.gz Binary files differindex 9fe4c44a52f3..f52b40704b2f 100644 --- a/apache-commons/download/commons-httpclient-3.1-src.tar.gz +++ b/apache-commons/download/commons-httpclient-3.1-src.tar.gz diff --git a/apache-commons/download/commons-lang-2.3-src.tar.gz b/apache-commons/download/commons-lang-2.3-src.tar.gz Binary files differindex 7bd5a8ffe87b..f517cbd8ab4f 100644 --- a/apache-commons/download/commons-lang-2.3-src.tar.gz +++ b/apache-commons/download/commons-lang-2.3-src.tar.gz diff --git a/apache-commons/java/httpclient/makefile.mk b/apache-commons/java/httpclient/makefile.mk index 7070a07d5a6a..aab3eb5e36d6 100644 --- a/apache-commons/java/httpclient/makefile.mk +++ b/apache-commons/java/httpclient/makefile.mk @@ -43,6 +43,8 @@ ANT_BUILDFILE=build.xml .INCLUDE : antsettings.mk +TAR!:=$(GNUTAR) + .IF "$(SOLAR_JAVA)" != "" && "$(ENABLE_MEDIAWIKI)" == "YES" # --- Files -------------------------------------------------------- diff --git a/apache-commons/java/lang/makefile.mk b/apache-commons/java/lang/makefile.mk index 5db479dbd58c..4f957c610a8a 100644 --- a/apache-commons/java/lang/makefile.mk +++ b/apache-commons/java/lang/makefile.mk @@ -43,6 +43,8 @@ ANT_BUILDFILE=build.xml .INCLUDE : antsettings.mk +TAR!:=$(GNUTAR) + .IF "$(SOLAR_JAVA)" != "" && "$(ENABLE_MEDIAWIKI)" == "YES" # --- Files -------------------------------------------------------- |