From 5cdef85d4a3e06c0ce680a3bb115f4f060adc949 Mon Sep 17 00:00:00 2001 From: Richard Leitner Date: Mon, 17 Aug 2015 09:32:24 +0200 Subject: openjdk-7: remove IcedTea 2.5.4, OpenJDK 7u75b13 OpenJDK 7 was previously updated to IcedTea 2.6.1, 7u85b01. Therefore the old version is removed now. Signed-off-by: Richard Leitner Signed-off-by: Otavio Salvador --- ...njdk-remove-currency-data-generation-expi.patch | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 recipes-core/openjdk/openjdk-7-75b13/icedtea-openjdk-remove-currency-data-generation-expi.patch (limited to 'recipes-core/openjdk/openjdk-7-75b13/icedtea-openjdk-remove-currency-data-generation-expi.patch') diff --git a/recipes-core/openjdk/openjdk-7-75b13/icedtea-openjdk-remove-currency-data-generation-expi.patch b/recipes-core/openjdk/openjdk-7-75b13/icedtea-openjdk-remove-currency-data-generation-expi.patch deleted file mode 100644 index 6dd36af..0000000 --- a/recipes-core/openjdk/openjdk-7-75b13/icedtea-openjdk-remove-currency-data-generation-expi.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 7df2fd1014a0c31f518be4f6a0018533f469d584 Mon Sep 17 00:00:00 2001 -From: Alex Gonzalez -Date: Wed, 31 Dec 2014 16:07:32 +0100 -Subject: [PATCH] icedtea: openjdk: remove currency data generation expiration - date - -Signed-off-by: Alex Gonzalez ---- - .../src/build/tools/generatecurrencydata/GenerateCurrencyData.java | 3 --- - 1 file changed, 3 deletions(-) - -diff --git openjdk/jdk/make/tools/src/build/tools/generatecurrencydata/GenerateCurrencyData.java openjdk/jdk/make/tools/src/build/tools/generatecurrencydata/GenerateCurrencyData.java -index bf335fa22c1d..0e421360fef9 100644 ---- openjdk/jdk/make/tools/src/build/tools/generatecurrencydata/GenerateCurrencyData.java -+++ openjdk/jdk/make/tools/src/build/tools/generatecurrencydata/GenerateCurrencyData.java -@@ -281,9 +281,6 @@ public class GenerateCurrencyData { - checkCurrencyCode(newCurrency); - String timeString = currencyInfo.substring(4, length - 4); - long time = format.parse(timeString).getTime(); -- if (Math.abs(time - System.currentTimeMillis()) > ((long) 10) * 365 * 24 * 60 * 60 * 1000) { -- throw new RuntimeException("time is more than 10 years from present: " + time); -- } - specialCaseCutOverTimes[specialCaseCount] = time; - specialCaseOldCurrencies[specialCaseCount] = oldCurrency; - specialCaseOldCurrenciesDefaultFractionDigits[specialCaseCount] = getDefaultFractionDigits(oldCurrency); -- cgit v1.2.3-54-g00ecf