summaryrefslogtreecommitdiffstats
path: root/recipes-core/jakarta-commons/commons-httpclient_3.1.bb
diff options
context:
space:
mode:
authorXerxes Rånby <xerxes@zafena.se>2011-12-20 11:31:49 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2011-12-21 19:56:40 +0100
commit0e7a6f39f78182536b0df7a3d0c375be496dee0a (patch)
tree7290962c9330b89d6f89d5624a78c64b603292e5 /recipes-core/jakarta-commons/commons-httpclient_3.1.bb
parent3c30f05364812ac9d4ae26dd96298261eab39d87 (diff)
downloadmeta-java-0e7a6f39f78182536b0df7a3d0c375be496dee0a.tar.gz
Apache have moved its complete software archive from www.apache.org to archive.apache.org
commons-cli, commons-codec, commons-collections, commons-configuration, commons-digester, commons-discovery, commons-el, commons-fileupload, commons-httpclient, commons-io, commons-jxpath, commons-lang, commons-logging, commons-net, commons-pool, avalon-framework-api, logkit, oro, poi and xerces-j have been updated accordingly. Signed-off-by: Xerxes Rånby <xerxes@zafena.se>
Diffstat (limited to 'recipes-core/jakarta-commons/commons-httpclient_3.1.bb')
-rw-r--r--recipes-core/jakarta-commons/commons-httpclient_3.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/jakarta-commons/commons-httpclient_3.1.bb b/recipes-core/jakarta-commons/commons-httpclient_3.1.bb
index 64f80f6..66e9616 100644
--- a/recipes-core/jakarta-commons/commons-httpclient_3.1.bb
+++ b/recipes-core/jakarta-commons/commons-httpclient_3.1.bb
@@ -2,7 +2,7 @@ require jakarta-commons.inc
2 2
3DESCRIPTION = "Efficient, up-to-date, and feature-rich package implementing the client side of the most recent HTTP standards and recommendations" 3DESCRIPTION = "Efficient, up-to-date, and feature-rich package implementing the client side of the most recent HTTP standards and recommendations"
4 4
5SRC_URI = "http://www.apache.org/dist/httpcomponents/commons-httpclient/source/${BP}-src.tar.gz" 5SRC_URI = "http://archive.apache.org/dist/httpcomponents/commons-httpclient/source/${BP}-src.tar.gz"
6 6
7S = "${WORKDIR}/${BP}" 7S = "${WORKDIR}/${BP}"
8 8