summaryrefslogtreecommitdiff
path: root/java/eclipse/files/patch-eclipse.platform.runtime
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2019-08-20 11:27:20 +0000
committerKurt Jaeger <pi@FreeBSD.org>2019-08-20 11:27:20 +0000
commit02d28e745c763f190e0175e5d5324214e9be5e5e (patch)
tree4813bda770de1525f854b5f9bc490c1125cb349b /java/eclipse/files/patch-eclipse.platform.runtime
parentftp/curlie: Add a missing runtime dependency (diff)
java/eclipse: upgrade 4.11 -> 4.12
- Fallback MASTER_SITES, as git.eclipse.org is slow/unreliable. PR: 239650 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer) Relnotes: https://www.eclipse.org/eclipseide/2019-06/noteworthy/
Notes
Notes: svn path=/head/; revision=509422
Diffstat (limited to 'java/eclipse/files/patch-eclipse.platform.runtime')
-rw-r--r--java/eclipse/files/patch-eclipse.platform.runtime2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/eclipse/files/patch-eclipse.platform.runtime b/java/eclipse/files/patch-eclipse.platform.runtime
index 8b2b3961ca78..30bde8b30bac 100644
--- a/java/eclipse/files/patch-eclipse.platform.runtime
+++ b/java/eclipse/files/patch-eclipse.platform.runtime
@@ -1,7 +1,7 @@
diff -ru eclipse.platform.runtime/bundles/org.eclipse.core.runtime/src/org/eclipse/core/internal/runtime/InternalPlatform.java eclipse.platform.runtime/bundles/org.eclipse.core.runtime/src/org/eclipse/core/internal/runtime/InternalPlatform.java
--- eclipse.platform.runtime/bundles/org.eclipse.core.runtime/src/org/eclipse/core/internal/runtime/InternalPlatform.java 0000-00-00 00:00:00.000000000 +0000
+++ eclipse.platform.runtime/bundles/org.eclipse.core.runtime/src/org/eclipse/core/internal/runtime/InternalPlatform.java 0000-00-00 00:00:00.000000000 +0000
-@@ -59,7 +59,7 @@
+@@ -63,7 +63,7 @@
//XXX This is not synchronized
private Map<Bundle,Log> logs = new HashMap<>(5);