diff options
20 files changed, 21 insertions, 21 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" |
diff --git a/recipes-core/jakarta-libs/avalon-framework-api_4.3.bb b/recipes-core/jakarta-libs/avalon-framework-api_4.3.bb index b09c464..8953c80 100644 --- a/recipes-core/jakarta-libs/avalon-framework-api_4.3.bb +++ b/recipes-core/jakarta-libs/avalon-framework-api_4.3.bb | |||
@@ -4,8 +4,8 @@ LICENSE = "AL2.0" | |||
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1dece7821bf3fd70fe1309eaa37d52a2" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1dece7821bf3fd70fe1309eaa37d52a2" |
5 | 5 | ||
6 | SRC_URI = " \ | 6 | SRC_URI = " \ |
7 | http://www.apache.org/dist/excalibur/avalon-framework/source/${BP}-src.tar.gz;name=archive \ | 7 | http://archive.apache.org/dist/excalibur/avalon-framework/source/${BP}-src.tar.gz;name=archive \ |
8 | http://www.apache.org/dist/avalon/logkit/source/logkit-1.2.2-src.tar.gz;name=logkit \ | 8 | http://archive.apache.org/dist/avalon/logkit/source/logkit-1.2.2-src.tar.gz;name=logkit \ |
9 | " | 9 | " |
10 | 10 | ||
11 | inherit java-library | 11 | inherit java-library |
diff --git a/recipes-core/jakarta-libs/logkit_1.2.2.bb b/recipes-core/jakarta-libs/logkit_1.2.2.bb index f23b037..89a9328 100644 --- a/recipes-core/jakarta-libs/logkit_1.2.2.bb +++ b/recipes-core/jakarta-libs/logkit_1.2.2.bb | |||
@@ -3,7 +3,7 @@ AUTHOR = "Apache Software Foundation" | |||
3 | LICENSE = "AL2.0" | 3 | LICENSE = "AL2.0" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f1a1c8e1996e51c4dbc73e592a2ecf05" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f1a1c8e1996e51c4dbc73e592a2ecf05" |
5 | 5 | ||
6 | SRC_URI = "http://www.apache.org/dist/avalon/logkit/source/${BP}-src.tar.gz" | 6 | SRC_URI = "http://archive.apache.org/dist/avalon/logkit/source/${BP}-src.tar.gz" |
7 | 7 | ||
8 | inherit java-library | 8 | inherit java-library |
9 | 9 | ||
diff --git a/recipes-core/jakarta-libs/oro_2.0.8.bb b/recipes-core/jakarta-libs/oro_2.0.8.bb index fa32ca5..3ab0322 100644 --- a/recipes-core/jakarta-libs/oro_2.0.8.bb +++ b/recipes-core/jakarta-libs/oro_2.0.8.bb | |||
@@ -3,7 +3,7 @@ AUTHOR = "Apache Software Foundation" | |||
3 | LICENSE = "AL2.0" | 3 | LICENSE = "AL2.0" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=372b1e91335021ca74173b2ab4dc97dd" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=372b1e91335021ca74173b2ab4dc97dd" |
5 | 5 | ||
6 | SRC_URI = "http://www.apache.org/dist/jakarta/oro/source/jakarta-${BP}.tar.gz" | 6 | SRC_URI = "http://archive.apache.org/dist/jakarta/oro/source/jakarta-${BP}.tar.gz" |
7 | 7 | ||
8 | inherit java-library | 8 | inherit java-library |
9 | 9 | ||
diff --git a/recipes-core/jakarta-libs/poi_3.0.bb b/recipes-core/jakarta-libs/poi_3.0.bb index b207bec..6adcf2c 100644 --- a/recipes-core/jakarta-libs/poi_3.0.bb +++ b/recipes-core/jakarta-libs/poi_3.0.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Java library for manipulating various file formats based upon Mic | |||
2 | LICENSE = "AL2.0" | 2 | LICENSE = "AL2.0" |
3 | AUTHOR = "Apache Software Foundation" | 3 | AUTHOR = "Apache Software Foundation" |
4 | 4 | ||
5 | SRC_URI = "http://www.apache.org/dist/jakarta/poi/release/src/${BPN}-src-${PV}-FINAL-20070503.tar.gz" | 5 | SRC_URI = "http://archive.apache.org/dist/jakarta/poi/release/src/${BPN}-src-${PV}-FINAL-20070503.tar.gz" |
6 | 6 | ||
7 | S = "${WORKDIR}/${BPN}-3.0-rc4" | 7 | S = "${WORKDIR}/${BPN}-3.0-rc4" |
8 | 8 | ||
diff --git a/recipes-core/xerces-j/xerces-j_2.9.1.bb b/recipes-core/xerces-j/xerces-j_2.9.1.bb index 79aef01..950ecae 100644 --- a/recipes-core/xerces-j/xerces-j_2.9.1.bb +++ b/recipes-core/xerces-j/xerces-j_2.9.1.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = " \ | |||
9 | file://LICENSE.serializer.txt;md5=86d3f3a95c324c9479bd8986968f4327 \ | 9 | file://LICENSE.serializer.txt;md5=86d3f3a95c324c9479bd8986968f4327 \ |
10 | " | 10 | " |
11 | 11 | ||
12 | SRC_URI = "http://www.apache.org/dist/xerces/j/Xerces-J-src.${PV}.tar.gz" | 12 | SRC_URI = "http://archive.apache.org/dist/xerces/j/Xerces-J-src.${PV}.tar.gz" |
13 | 13 | ||
14 | S = "${WORKDIR}/xerces-2_9_1" | 14 | S = "${WORKDIR}/xerces-2_9_1" |
15 | 15 | ||