Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2013-05-13 18:41:01 +0000
committerMarkus Keller2013-05-13 18:41:01 +0000
commit9db08a70a2920c6200244164539782870cfd242c (patch)
tree9adc0c4c3a101bc11ce06d619c40381fa1a21377
parente19cb4d15489c0d835a77f40d5d5292f6dabff52 (diff)
downloadeclipse.platform.common-9db08a70a2920c6200244164539782870cfd242c.tar.gz
eclipse.platform.common-9db08a70a2920c6200244164539782870cfd242c.tar.xz
eclipse.platform.common-9db08a70a2920c6200244164539782870cfd242c.zip
Bug 407915: New Javadoc problems in E4 APIs (doesn't find org.osgi.service.event.* etc.)I20130513-2000
-rw-r--r--bundles/org.eclipse.platform.doc.isv/platformOptions.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/bundles/org.eclipse.platform.doc.isv/platformOptions.txt b/bundles/org.eclipse.platform.doc.isv/platformOptions.txt
index 4d5ec19c9..c398e0fb4 100644
--- a/bundles/org.eclipse.platform.doc.isv/platformOptions.txt
+++ b/bundles/org.eclipse.platform.doc.isv/platformOptions.txt
@@ -168,7 +168,6 @@
;${eclipse.platform.runtime.bundles}/org.eclipse.core.runtime.compatibility.auth/${dot.classes}
;${eclipse.platform.ua}/org.eclipse.help.appserver/${dot.classes}
;${rt.equinox.framework.bundles}/org.eclipse.osgi/${dot.classes}
-;${rt.equinox.framework.bundles}/org.eclipse.osgi.services/${dot.classes}
;${rt.equinox.p2.bundles}/org.eclipse.equinox.p2.director/${dot.classes}
;${rt.equinox.p2.bundles}/org.eclipse.equinox.p2.garbagecollector/${dot.classes}
;${rt.equinox.p2.bundles}/org.eclipse.equinox.p2.metadata.repository/${dot.classes}
@@ -193,7 +192,7 @@
-bottom "<br><span style='font-size:small;float:right'>Copyright (c) 2000, 2013 Eclipse Contributors and others. All rights reserved.</span><span style='font-size:small'><a href='{@docRoot}/../misc/api-usage-rules.html'>Guidelines for using Eclipse APIs.</a></span>"
-link http://download.oracle.com/javase/6/docs/api
-link http://www.osgi.org/javadoc/r5/core
--link http://www.osgi.org/javadoc/r4v42
+-link http://www.osgi.org/javadoc/r5/enterprise
${rt.equinox.framework.bundles}/org.eclipse.osgi/eclipseAdaptor/src/org/eclipse/core/runtime/adaptor/EclipseStarter.java

Back to the top