Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2013-03-06 13:16:19 +0000
committerMarkus Keller2013-03-06 13:16:19 +0000
commitebb1a32c3bc48f3baff2dbee33989c1b4f6dbc96 (patch)
tree1965f70e234e9e1dbaa727df6d70fea7d45a387e
parent994655627213eeb7ed00ab7c7689ae8516e1b862 (diff)
downloadeclipse.platform.common-ebb1a32c3bc48f3baff2dbee33989c1b4f6dbc96.tar.gz
eclipse.platform.common-ebb1a32c3bc48f3baff2dbee33989c1b4f6dbc96.tar.xz
eclipse.platform.common-ebb1a32c3bc48f3baff2dbee33989c1b4f6dbc96.zip
-rw-r--r--bundles/org.eclipse.jdt.doc.isv/jdtOptions.txt4
-rw-r--r--bundles/org.eclipse.pde.doc.user/pdeOptions.txt4
-rw-r--r--bundles/org.eclipse.platform.doc.isv/platformOptions.txt4
3 files changed, 6 insertions, 6 deletions
diff --git a/bundles/org.eclipse.jdt.doc.isv/jdtOptions.txt b/bundles/org.eclipse.jdt.doc.isv/jdtOptions.txt
index 7e2bd38e1..67f8f0761 100644
--- a/bundles/org.eclipse.jdt.doc.isv/jdtOptions.txt
+++ b/bundles/org.eclipse.jdt.doc.isv/jdtOptions.txt
@@ -92,8 +92,8 @@
-splitIndex
-windowtitle "Eclipse JDT API Specification"
-doctitle "Eclipse JDT API Specification"
--header "<span style="font-size:small"><b>Eclipse JDT</b><br>Kepler (4.3)</span>"
--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>'
+-header "<span style='font-size:small'><b>Eclipse JDT</b><br>Kepler (4.3)</span>"
+-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>"
-group "Java development tools core packages" "org.eclipse.jdt.core
;org.eclipse.jdt.core.*"
-group "Java development tools UI packages" "org.eclipse.jdt.ui
diff --git a/bundles/org.eclipse.pde.doc.user/pdeOptions.txt b/bundles/org.eclipse.pde.doc.user/pdeOptions.txt
index 9b650a7ac..95b480c49 100644
--- a/bundles/org.eclipse.pde.doc.user/pdeOptions.txt
+++ b/bundles/org.eclipse.pde.doc.user/pdeOptions.txt
@@ -61,8 +61,8 @@
-windowtitle "Eclipse PDE API Specification"
-doctitle "Eclipse PDE API Specification"
--header "<span style="font-size:small"><b>Eclipse PDE</b><br>Kepler (4.3)</span>"
--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>'
+-header "<span style='font-size:small'><b>Eclipse PDE</b><br>Kepler (4.3)</span>"
+-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
-linkoffline ./../../../org.eclipse.platform.doc.isv/reference/api ../org.eclipse.platform.doc.isv/reference/api
-linkoffline ./../../../org.eclipse.jdt.doc.isv/reference/api ../org.eclipse.jdt.doc.isv/reference/api
diff --git a/bundles/org.eclipse.platform.doc.isv/platformOptions.txt b/bundles/org.eclipse.platform.doc.isv/platformOptions.txt
index a606cf42c..b9a3d66c9 100644
--- a/bundles/org.eclipse.platform.doc.isv/platformOptions.txt
+++ b/bundles/org.eclipse.platform.doc.isv/platformOptions.txt
@@ -186,8 +186,8 @@
-tag 'Immutable:t'
-windowtitle "Eclipse Platform API Specification"
-doctitle "Eclipse Platform API Specification"
--header "<span style="font-size:small"><b>Eclipse Platform</b><br>Kepler (4.3)</span>"
--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>'
+-header "<span style='font-size:small'><b>Eclipse Platform</b><br>Kepler (4.3)</span>"
+-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

Back to the top