summaryrefslogtreecommitdiffstats
path: root/source.local/l/openjdk/sources/BUILDING.txt
diff options
context:
space:
mode:
Diffstat (limited to 'source.local/l/openjdk/sources/BUILDING.txt')
-rw-r--r--source.local/l/openjdk/sources/BUILDING.txt27
1 files changed, 15 insertions, 12 deletions
diff --git a/source.local/l/openjdk/sources/BUILDING.txt b/source.local/l/openjdk/sources/BUILDING.txt
index f55d75d..2c19e56 100644
--- a/source.local/l/openjdk/sources/BUILDING.txt
+++ b/source.local/l/openjdk/sources/BUILDING.txt
@@ -1,23 +1,26 @@
# You can run this script in the sources/ subdirectory to download the sources.
-# For icedtea-2.3.9 the tarballs are:
-wget http://icedtea.classpath.org/download/source/icedtea-2.3.9.tar.gz
+# For icedtea-2.4.0 the tarballs are:
+wget http://icedtea.classpath.org/download/source/icedtea-2.4.0.tar.gz
+
#
# These source URLs are constructed from reading the Makefile.in of icedtea:
# egrep '(^OPENJDK_VERSION|^JDK_UPDATE_VERSION|^CORBA_CHANGESET|^HOTSPOT_CHANGESET|^JAXP_CHANGESET|^JAXWS_CHANGESET|^JDK_CHANGESET|^LANGTOOLS_CHANGESET|^OPENJDK_CHANGESET|^CACAO_VERSION|^CACAO_BASE_URL|^JAMVM_VERSION|^JAMVM_BASE_URL|^ICEDTEA_PREFIX|^ICEDTEA_HG_URL)' Makefile.in
#
-# In icedtea-2.3.8 you can choose between "default" and "zero" versions
+# In icedtea you can choose between "default" and "zero" versions
# of the VM. The zero vm is meant for ARM based systems.
# Use this command to find out the hash of the hopspot.zip
# grep default hotspot.map
#
-wget http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/archive/12b96a57263c.tar.gz -O openjdk.tar.gz
-wget http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/corba/archive/47a6bf94ce11.tar.gz -O corba.tar.gz
-wget http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/jaxp/archive/d2142901bcb7.tar.gz -O jaxp.tar.gz
-wget http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/jdk/archive/8e91101e36f0.tar.gz -O jdk.tar.gz
-wget http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/langtools/archive/fd956199cb82.tar.gz -O langtools.tar.gz
-wget http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/jaxws/archive/b1877762d45c.tar.gz -O jaxws.tar.gz
-wget http://icedtea.classpath.org/download/drops/cacao/a567bcb7f589.tar.gz -O cacao-a567bcb7f589.tar.gz
-wget http://icedtea.classpath.org/download/drops/jamvm/jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz
-wget http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/hotspot/archive/ad5a321edea2.tar.gz -O hotspot.tar.gz
+FORESTURL="http://icedtea.classpath.org/hg/release/icedtea7-forest-2.4"
+
+wget ${FORESTURL}/archive/9c74cb4a3ae8.tar.gz -O openjdk.tar.gz
+wget ${FORESTURL}/corba/archive/71d5ec2f3dfb.tar.gz -O corba.tar.gz
+wget ${FORESTURL}/jaxp/archive/5eaf3bca7f68.tar.gz -O jaxp.tar.gz
+wget ${FORESTURL}/jdk/archive/29ce11184945.tar.gz -O jdk.tar.gz
+wget ${FORESTURL}/langtools/archive/ffb1b6bc4750.tar.gz -O langtools.tar.gz
+wget ${FORESTURL}/jaxws/archive/9d2007a13c02.tar.gz -O jaxws.tar.gz
+wget ${FORESTURL}/hotspot/archive/c67fd7874b1a.tar.gz -O hotspot.tar.gz
+wget http://icedtea.classpath.org/download/drops/cacao/e215e36be9fc.tar.gz -O cacao-e215e36be9fc.tar.gz
+wget http://icedtea.classpath.org/download/drops/jamvm/jamvm-7c8dceb90880616b7dd670f257961a1f5f371ec3.tar.gz