Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2014-04-04 14:35:24 +0000
committerMarkus Keller2014-04-04 14:35:24 +0000
commit62dfc077f9c5e8e0440bcbc9d04184d3c49ba945 (patch)
tree7b6236afd6ce4c76722b6704aba6e8cdca4818b9
parent75aa57e71cd387ffd9a5da03d04213a9ac5bd5c6 (diff)
downloadeclipse.platform.common-62dfc077f9c5e8e0440bcbc9d04184d3c49ba945.tar.gz
eclipse.platform.common-62dfc077f9c5e8e0440bcbc9d04184d3c49ba945.tar.xz
eclipse.platform.common-62dfc077f9c5e8e0440bcbc9d04184d3c49ba945.zip
Bug 431591 - try to fix "Error fetching URL" problems
-rw-r--r--bundles/org.eclipse.jdt.doc.isv/jdtOptions.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.jdt.doc.isv/jdtOptions.txt b/bundles/org.eclipse.jdt.doc.isv/jdtOptions.txt
index 26dd5303e..f1fcc7d60 100644
--- a/bundles/org.eclipse.jdt.doc.isv/jdtOptions.txt
+++ b/bundles/org.eclipse.jdt.doc.isv/jdtOptions.txt
@@ -110,9 +110,9 @@
;org.eclipse.jdt.launching.*"
-group "Java development tools JUnit packages" "org.eclipse.jdt.junit
;org.eclipse.jdt.junit.*"
--link http://download.oracle.com/javase/8/docs/api
--link http://www.osgi.org/javadoc/r5/core
--link http://www.osgi.org/javadoc/r5/enterprise
+-link http://download.oracle.com/javase/8/docs/api/
+-link http://www.osgi.org/javadoc/r5/core/
+-link http://www.osgi.org/javadoc/r5/enterprise/
-linkoffline ./../../../org.eclipse.platform.doc.isv/reference/api ../org.eclipse.platform.doc.isv/reference/api
-tag 'noimplement:a:Restriction:'
-tag 'noextend:a:Restriction:'

Back to the top