diff options
author | Xerxes Rånby <xerxes@zafena.se> | 2011-12-20 11:31:49 +0100 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2011-12-21 19:56:40 +0100 |
commit | 0e7a6f39f78182536b0df7a3d0c375be496dee0a (patch) | |
tree | 7290962c9330b89d6f89d5624a78c64b603292e5 /recipes-core/jakarta-commons | |
parent | 3c30f05364812ac9d4ae26dd96298261eab39d87 (diff) | |
download | meta-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')
15 files changed, 15 insertions, 15 deletions
diff --git a/recipes-core/jakarta-commons/commons-cli_1.1.bb b/recipes-core/jakarta-commons/commons-cli_1.1.bb index bcfaf65..78cce46 100644 --- a/recipes-core/jakarta-commons/commons-cli_1.1.bb +++ b/recipes-core/jakarta-commons/commons-cli_1.1.bb | |||
@@ -2,7 +2,7 @@ require jakarta-commons.inc | |||
2 | 2 | ||
3 | DESCRIPTION = "Java argument parsing helper classes" | 3 | DESCRIPTION = "Java argument parsing helper classes" |
4 | 4 | ||
5 | SRC_URI = "http://www.apache.org/dist/commons/cli/source/${BP}-src.tar.gz" | 5 | SRC_URI = "http://archive.apache.org/dist/commons/cli/source/${BP}-src.tar.gz" |
6 | 6 | ||
7 | 7 | ||
8 | 8 | ||
diff --git a/recipes-core/jakarta-commons/commons-codec_1.3.bb b/recipes-core/jakarta-commons/commons-codec_1.3.bb index 6af47e1..ff7627f 100644 --- a/recipes-core/jakarta-commons/commons-codec_1.3.bb +++ b/recipes-core/jakarta-commons/commons-codec_1.3.bb | |||
@@ -2,7 +2,7 @@ require jakarta-commons.inc | |||
2 | 2 | ||
3 | DESCRIPTION = "Java library with simple encoder and decoders for various formats such as Base64 and Hexadecimal" | 3 | DESCRIPTION = "Java library with simple encoder and decoders for various formats such as Base64 and Hexadecimal" |
4 | 4 | ||
5 | SRC_URI = "http://www.apache.org/dist/commons/codec/source/${BP}-src.tar.gz" | 5 | SRC_URI = "http://archive.apache.org/dist/commons/codec/source/${BP}-src.tar.gz" |
6 | 6 | ||
7 | S = "${WORKDIR}/${BP}" | 7 | S = "${WORKDIR}/${BP}" |
8 | 8 | ||
diff --git a/recipes-core/jakarta-commons/commons-collections_2.1.1.bb b/recipes-core/jakarta-commons/commons-collections_2.1.1.bb index 79bd612..aaa3e33 100644 --- a/recipes-core/jakarta-commons/commons-collections_2.1.1.bb +++ b/recipes-core/jakarta-commons/commons-collections_2.1.1.bb | |||
@@ -2,7 +2,7 @@ require jakarta-commons.inc | |||
2 | 2 | ||
3 | DESCRIPTION = "A set of abstract data type interfaces and implementations that offer a wealth of useful functionality and a solid foundation for extending that functionality" | 3 | DESCRIPTION = "A set of abstract data type interfaces and implementations that offer a wealth of useful functionality and a solid foundation for extending that functionality" |
4 | 4 | ||
5 | SRC_URI = "http://www.apache.org/dist/commons/collections/source/${BP}-src.tar.gz" | 5 | SRC_URI = "http://archive.apache.org/dist/commons/collections/source/${BP}-src.tar.gz" |
6 | 6 | ||
7 | 7 | ||
8 | SRC_URI[md5sum] = "3fc2e8f9d0647074cba992b534ecf6df" | 8 | SRC_URI[md5sum] = "3fc2e8f9d0647074cba992b534ecf6df" |
diff --git a/recipes-core/jakarta-commons/commons-configuration_1.5.bb b/recipes-core/jakarta-commons/commons-configuration_1.5.bb index 93febd7..bbfacfd 100644 --- a/recipes-core/jakarta-commons/commons-configuration_1.5.bb +++ b/recipes-core/jakarta-commons/commons-configuration_1.5.bb | |||
@@ -3,7 +3,7 @@ require jakarta-commons.inc | |||
3 | DESCRIPTION = "Generic configuration interface for Java applications" | 3 | DESCRIPTION = "Generic configuration interface for Java applications" |
4 | 4 | ||
5 | SRC_URI = " \ | 5 | SRC_URI = " \ |
6 | http://www.apache.org/dist/commons/configuration/source/${BP}-src.tar.gz;name=archive \ | 6 | http://archive.apache.org/dist/commons/configuration/source/${BP}-src.tar.gz;name=archive \ |
7 | http://ftp.hosting-studio.de/pub/linux/apache/ant/source/apache-ant-1.7.1-src.tar.bz2;name=ant \ | 7 | http://ftp.hosting-studio.de/pub/linux/apache/ant/source/apache-ant-1.7.1-src.tar.bz2;name=ant \ |
8 | " | 8 | " |
9 | 9 | ||
diff --git a/recipes-core/jakarta-commons/commons-digester_1.8.bb b/recipes-core/jakarta-commons/commons-digester_1.8.bb index feb0786..9d9164a 100644 --- a/recipes-core/jakarta-commons/commons-digester_1.8.bb +++ b/recipes-core/jakarta-commons/commons-digester_1.8.bb | |||
@@ -2,7 +2,7 @@ require jakarta-commons.inc | |||
2 | 2 | ||
3 | DESCRIPTION = "Converts XML to a Java object by a set of mapping rules." | 3 | DESCRIPTION = "Converts XML to a Java object by a set of mapping rules." |
4 | 4 | ||
5 | SRC_URI = "http://www.apache.org/dist/commons/digester/source/${BP}-src.tar.gz" | 5 | SRC_URI = "http://archive.apache.org/dist/commons/digester/source/${BP}-src.tar.gz" |
6 | 6 | ||
7 | DEPENDS += "commons-logging commons-beanutils" | 7 | DEPENDS += "commons-logging commons-beanutils" |
8 | RDEPENDS_${PN} = "libcommons-logging-java libcommons-beanutils-java" | 8 | RDEPENDS_${PN} = "libcommons-logging-java libcommons-beanutils-java" |
diff --git a/recipes-core/jakarta-commons/commons-discovery_0.4.bb b/recipes-core/jakarta-commons/commons-discovery_0.4.bb index 0de4c5c..8600cbd 100644 --- a/recipes-core/jakarta-commons/commons-discovery_0.4.bb +++ b/recipes-core/jakarta-commons/commons-discovery_0.4.bb | |||
@@ -2,7 +2,7 @@ require jakarta-commons.inc | |||
2 | 2 | ||
3 | DESCRIPTION = "discovering, or finding, implementations for pluggable interfaces" | 3 | DESCRIPTION = "discovering, or finding, implementations for pluggable interfaces" |
4 | 4 | ||
5 | SRC_URI = "http://www.apache.org/dist/commons/discovery/source/${BP}-src.tar.gz" | 5 | SRC_URI = "http://archive.apache.org/dist/commons/discovery/source/${BP}-src.tar.gz" |
6 | 6 | ||
7 | DEPENDS += "commons-logging" | 7 | DEPENDS += "commons-logging" |
8 | RDEPENDS_${PN} = "libcommons-logging-java" | 8 | RDEPENDS_${PN} = "libcommons-logging-java" |
diff --git a/recipes-core/jakarta-commons/commons-el_1.0.bb b/recipes-core/jakarta-commons/commons-el_1.0.bb index 3ba21ee..b32a2e1 100644 --- a/recipes-core/jakarta-commons/commons-el_1.0.bb +++ b/recipes-core/jakarta-commons/commons-el_1.0.bb | |||
@@ -2,7 +2,7 @@ require jakarta-commons.inc | |||
2 | 2 | ||
3 | DESCRIPTION = "Implementation of the JSP2.0 Expression Language API" | 3 | DESCRIPTION = "Implementation of the JSP2.0 Expression Language API" |
4 | 4 | ||
5 | SRC_URI = "http://www.apache.org/dist/commons/el/source/${BP}-src.tar.gz" | 5 | SRC_URI = "http://archive.apache.org/dist/commons/el/source/${BP}-src.tar.gz" |
6 | 6 | ||
7 | DEPENDS += "jsp2.0 servlet2.4" | 7 | DEPENDS += "jsp2.0 servlet2.4" |
8 | RDEPENDS_${PN} = "libjsp2.0-java libservlet2.4-java" | 8 | RDEPENDS_${PN} = "libjsp2.0-java libservlet2.4-java" |
diff --git a/recipes-core/jakarta-commons/commons-fileupload_1.2.1.bb b/recipes-core/jakarta-commons/commons-fileupload_1.2.1.bb index 34ff2c1..2af9994 100644 --- a/recipes-core/jakarta-commons/commons-fileupload_1.2.1.bb +++ b/recipes-core/jakarta-commons/commons-fileupload_1.2.1.bb | |||
@@ -2,7 +2,7 @@ require jakarta-commons.inc | |||
2 | 2 | ||
3 | DESCRIPTION = "Robust, high-performance, file upload capability for Java servlets and web applications" | 3 | DESCRIPTION = "Robust, high-performance, file upload capability for Java servlets and web applications" |
4 | 4 | ||
5 | SRC_URI = "http://www.apache.org/dist/commons/fileupload/source/${BP}-src.tar.gz" | 5 | SRC_URI = "http://archive.apache.org/dist/commons/fileupload/source/${BP}-src.tar.gz" |
6 | 6 | ||
7 | DEPENDS += "commons-beanutils commons-io servlet2.3" | 7 | DEPENDS += "commons-beanutils commons-io servlet2.3" |
8 | RDEPENDS_${PN} = "libcommons-beanutils-java libcommons-io-java libservlet2.3-java" | 8 | RDEPENDS_${PN} = "libcommons-beanutils-java libcommons-io-java libservlet2.3-java" |
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 | ||
3 | DESCRIPTION = "Efficient, up-to-date, and feature-rich package implementing the client side of the most recent HTTP standards and recommendations" | 3 | DESCRIPTION = "Efficient, up-to-date, and feature-rich package implementing the client side of the most recent HTTP standards and recommendations" |
4 | 4 | ||
5 | SRC_URI = "http://www.apache.org/dist/httpcomponents/commons-httpclient/source/${BP}-src.tar.gz" | 5 | SRC_URI = "http://archive.apache.org/dist/httpcomponents/commons-httpclient/source/${BP}-src.tar.gz" |
6 | 6 | ||
7 | S = "${WORKDIR}/${BP}" | 7 | S = "${WORKDIR}/${BP}" |
8 | 8 | ||
diff --git a/recipes-core/jakarta-commons/commons-io_1.4.bb b/recipes-core/jakarta-commons/commons-io_1.4.bb index ce627ea..eb3bbfa 100644 --- a/recipes-core/jakarta-commons/commons-io_1.4.bb +++ b/recipes-core/jakarta-commons/commons-io_1.4.bb | |||
@@ -2,7 +2,7 @@ require jakarta-commons.inc | |||
2 | 2 | ||
3 | DESCRIPTION = "Java library with utility classes, stream implementations, file filters and endian classes" | 3 | DESCRIPTION = "Java library with utility classes, stream implementations, file filters and endian classes" |
4 | 4 | ||
5 | SRC_URI = "http://www.apache.org/dist/commons/io/source/${BP}-src.tar.gz" | 5 | SRC_URI = "http://archive.apache.org/dist/commons/io/source/${BP}-src.tar.gz" |
6 | 6 | ||
7 | SRC_URI[md5sum] = "24b228f2d0c40ffed9204cdab015bccf" | 7 | SRC_URI[md5sum] = "24b228f2d0c40ffed9204cdab015bccf" |
8 | SRC_URI[sha256sum] = "eca986497f7b4d1b1ec41821b1b5df827bb31fc14833e4449cfa8bcd5d7f29bb" | 8 | SRC_URI[sha256sum] = "eca986497f7b4d1b1ec41821b1b5df827bb31fc14833e4449cfa8bcd5d7f29bb" |
diff --git a/recipes-core/jakarta-commons/commons-jxpath_1.3.bb b/recipes-core/jakarta-commons/commons-jxpath_1.3.bb index 9e612b2..8cd54ba 100644 --- a/recipes-core/jakarta-commons/commons-jxpath_1.3.bb +++ b/recipes-core/jakarta-commons/commons-jxpath_1.3.bb | |||
@@ -2,7 +2,7 @@ require jakarta-commons.inc | |||
2 | 2 | ||
3 | DESCRIPTION = "JXPath interpreter for Java" | 3 | DESCRIPTION = "JXPath interpreter for Java" |
4 | 4 | ||
5 | SRC_URI = "http://www.apache.org/dist/commons/jxpath/source/${BP}-src.tar.gz" | 5 | SRC_URI = "http://archive.apache.org/dist/commons/jxpath/source/${BP}-src.tar.gz" |
6 | 6 | ||
7 | DEPENDS += "commons-logging commons-collections3 commons-beanutils servlet2.3 jdom" | 7 | DEPENDS += "commons-logging commons-collections3 commons-beanutils servlet2.3 jdom" |
8 | RDEPENDS_${PN} = "libcommons-logging-java libcommons-collections3-java libcommons-beanutils-java libservlet2.3-java libjdom-java" | 8 | RDEPENDS_${PN} = "libcommons-logging-java libcommons-collections3-java libcommons-beanutils-java libservlet2.3-java libjdom-java" |
diff --git a/recipes-core/jakarta-commons/commons-lang_2.4.bb b/recipes-core/jakarta-commons/commons-lang_2.4.bb index a470d63..1576b7e 100644 --- a/recipes-core/jakarta-commons/commons-lang_2.4.bb +++ b/recipes-core/jakarta-commons/commons-lang_2.4.bb | |||
@@ -2,7 +2,7 @@ require jakarta-commons.inc | |||
2 | 2 | ||
3 | DESCRIPTION = "Set of Java classes that provide helper methods for the standard java.lang classes" | 3 | DESCRIPTION = "Set of Java classes that provide helper methods for the standard java.lang classes" |
4 | 4 | ||
5 | SRC_URI = "http://www.apache.org/dist/commons/lang/source/${BP}-src.tar.gz" | 5 | SRC_URI = "http://archive.apache.org/dist/commons/lang/source/${BP}-src.tar.gz" |
6 | 6 | ||
7 | 7 | ||
8 | SRC_URI[md5sum] = "625ff5f2f968dd908bca43c9469d6e6b" | 8 | SRC_URI[md5sum] = "625ff5f2f968dd908bca43c9469d6e6b" |
diff --git a/recipes-core/jakarta-commons/commons-logging_1.1.1.bb b/recipes-core/jakarta-commons/commons-logging_1.1.1.bb index 235b7f4..51acffd 100644 --- a/recipes-core/jakarta-commons/commons-logging_1.1.1.bb +++ b/recipes-core/jakarta-commons/commons-logging_1.1.1.bb | |||
@@ -3,7 +3,7 @@ require jakarta-commons.inc | |||
3 | DESCRIPTION = "Java Internet protocol suite library" | 3 | DESCRIPTION = "Java Internet protocol suite library" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d273d63619c9aeaf15cdaf76422c4f87" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d273d63619c9aeaf15cdaf76422c4f87" |
5 | 5 | ||
6 | SRC_URI = "http://www.apache.org/dist/commons/logging/source/${BP}-src.tar.gz" | 6 | SRC_URI = "http://archive.apache.org/dist/commons/logging/source/${BP}-src.tar.gz" |
7 | 7 | ||
8 | DEPENDS += "log4j1.2 servlet2.3 logkit" | 8 | DEPENDS += "log4j1.2 servlet2.3 logkit" |
9 | DEPENDS_virtclass-native += "log4j1.2-native servlet2.3-native logkit-native" | 9 | DEPENDS_virtclass-native += "log4j1.2-native servlet2.3-native logkit-native" |
diff --git a/recipes-core/jakarta-commons/commons-net_1.4.1.bb b/recipes-core/jakarta-commons/commons-net_1.4.1.bb index 26b8603..515173c 100644 --- a/recipes-core/jakarta-commons/commons-net_1.4.1.bb +++ b/recipes-core/jakarta-commons/commons-net_1.4.1.bb | |||
@@ -3,7 +3,7 @@ require jakarta-commons.inc | |||
3 | DESCRIPTION = "Java Internet protocol suite library" | 3 | DESCRIPTION = "Java Internet protocol suite library" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" |
5 | 5 | ||
6 | SRC_URI = "http://www.apache.org/dist/commons/net/source/${BP}-src.tar.gz" | 6 | SRC_URI = "http://archive.apache.org/dist/commons/net/source/${BP}-src.tar.gz" |
7 | 7 | ||
8 | S = "${WORKDIR}/${BP}" | 8 | S = "${WORKDIR}/${BP}" |
9 | 9 | ||
diff --git a/recipes-core/jakarta-commons/commons-pool_1.4.bb b/recipes-core/jakarta-commons/commons-pool_1.4.bb index b6bd4f4..82065a4 100644 --- a/recipes-core/jakarta-commons/commons-pool_1.4.bb +++ b/recipes-core/jakarta-commons/commons-pool_1.4.bb | |||
@@ -2,7 +2,7 @@ require jakarta-commons.inc | |||
2 | 2 | ||
3 | DESCRIPTION = "Java Object-pooling API" | 3 | DESCRIPTION = "Java Object-pooling API" |
4 | 4 | ||
5 | SRC_URI = "http://www.apache.org/dist/commons/pool/source/${BP}-src.tar.gz" | 5 | SRC_URI = "http://archive.apache.org/dist/commons/pool/source/${BP}-src.tar.gz" |
6 | 6 | ||
7 | SRC_URI[md5sum] = "4dc988ee16e1471799af97763297b41b" | 7 | SRC_URI[md5sum] = "4dc988ee16e1471799af97763297b41b" |
8 | SRC_URI[sha256sum] = "ca4452f2a2ce2daf6eaa1743ded2d3b36013200c48e3f2117b65584ca5cc1d9b" | 8 | SRC_URI[sha256sum] = "ca4452f2a2ce2daf6eaa1743ded2d3b36013200c48e3f2117b65584ca5cc1d9b" |