Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2012-06-06 16:59:16 +0000
committerMarkus Keller2012-06-06 17:56:37 +0000
commit5e5f5f709d726a76343cc9d051cf50aeaae6e78e (patch)
tree147c661559ca28b4d73d59db88d88950b783d9e5
parent9e2dd7e6dc211d7417b744c4aabdd749b0d04e68 (diff)
downloadeclipse.platform.common-5e5f5f709d726a76343cc9d051cf50aeaae6e78e.tar.gz
eclipse.platform.common-5e5f5f709d726a76343cc9d051cf50aeaae6e78e.tar.xz
eclipse.platform.common-5e5f5f709d726a76343cc9d051cf50aeaae6e78e.zip
Bug 381885: Javadoc for org.eclipse.equinox.frameworkadmin is missing
-rw-r--r--bundles/org.eclipse.platform.doc.isv/platformOptions.txt4
-rw-r--r--bundles/org.eclipse.platform.doc.isv/plugin.xml1
-rw-r--r--bundles/org.eclipse.platform.doc.isv/reference/misc/overview-platform.html5
-rw-r--r--bundles/org.eclipse.platform.doc.isv/topics_Reference.xml1
4 files changed, 10 insertions, 1 deletions
diff --git a/bundles/org.eclipse.platform.doc.isv/platformOptions.txt b/bundles/org.eclipse.platform.doc.isv/platformOptions.txt
index 8463b02fc..91db8b279 100644
--- a/bundles/org.eclipse.platform.doc.isv/platformOptions.txt
+++ b/bundles/org.eclipse.platform.doc.isv/platformOptions.txt
@@ -27,6 +27,7 @@
;../org.eclipse.equinox.bidi/src
;../org.eclipse.equinox.ds/src
;../org.eclipse.equinox.common/src
+;../org.eclipse.equinox.frameworkadmin/src
;../org.eclipse.equinox.http.jetty_3.0.0/src
;../org.eclipse.equinox.http.registry/src
;../org.eclipse.equinox.http.servlet/src
@@ -132,7 +133,6 @@
;../org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20120531-2105.jar
;../org.eclipse.ecf.provider.filetransfer.httpclient_4.0.200.v20120531-2105.jar
;../org.eclipse.ecf.provider.filetransfer.httpclient.ssl_1.0.0.v20120531-2105.jar
-;../org.eclipse.equinox.frameworkadmin/@dot
;../org.eclipse.equinox.p2.director/@dot
;../org.eclipse.equinox.p2.garbagecollector/@dot
;../org.eclipse.equinox.p2.metadata.repository/@dot
@@ -242,6 +242,8 @@ org.eclipse.equinox.bidi
org.eclipse.equinox.bidi.advanced
org.eclipse.equinox.bidi.custom
+org.eclipse.equinox.frameworkadmin
+
org.eclipse.equinox.http.jetty
org.eclipse.equinox.http.registry
org.eclipse.equinox.http.servlet
diff --git a/bundles/org.eclipse.platform.doc.isv/plugin.xml b/bundles/org.eclipse.platform.doc.isv/plugin.xml
index fcbb77452..d3c346fee 100644
--- a/bundles/org.eclipse.platform.doc.isv/plugin.xml
+++ b/bundles/org.eclipse.platform.doc.isv/plugin.xml
@@ -69,6 +69,7 @@
<plugin id="org.eclipse.equinox.app"/>
<plugin id="org.eclipse.equinox.bidi"/>
<plugin id="org.eclipse.equinox.common"/>
+ <plugin id="org.eclipse.equinox.frameworkadmin"/>
<plugin id="org.eclipse.equinox.http.jetty"/>
<plugin id="org.eclipse.equinox.http.registry"/>
<plugin id="org.eclipse.equinox.http.servlet"/>
diff --git a/bundles/org.eclipse.platform.doc.isv/reference/misc/overview-platform.html b/bundles/org.eclipse.platform.doc.isv/reference/misc/overview-platform.html
index ef835f144..64eff4dc7 100644
--- a/bundles/org.eclipse.platform.doc.isv/reference/misc/overview-platform.html
+++ b/bundles/org.eclipse.platform.doc.isv/reference/misc/overview-platform.html
@@ -217,6 +217,11 @@ determining which plug-ins a given plug-in should include as prerequisites.</p>
<td>&nbsp;</td>
</tr>
<tr>
+ <td><tt>org.eclipse.equinox.frameworkadmin</tt></td>
+ <td><tt>org.eclipse.equinox.frameworkadmin</tt></td>
+ <td>&nbsp;</td>
+ </tr>
+ <tr>
<td><tt>org.eclipse.equinox.http.jetty<br>
org.eclipse.equinox.http.servlet<br></tt></td>
<td><tt>org.eclipse.equinox.http.servlet</tt></td>
diff --git a/bundles/org.eclipse.platform.doc.isv/topics_Reference.xml b/bundles/org.eclipse.platform.doc.isv/topics_Reference.xml
index fcec2e66c..053afcd6e 100644
--- a/bundles/org.eclipse.platform.doc.isv/topics_Reference.xml
+++ b/bundles/org.eclipse.platform.doc.isv/topics_Reference.xml
@@ -68,6 +68,7 @@
<topic label="org.eclipse.equinox.bidi" href="reference/api/org/eclipse/equinox/bidi/package-summary.html"/>
<topic label="org.eclipse.equinox.bidi.advanced" href="reference/api/org/eclipse/equinox/bidi/advanced/package-summary.html"/>
<topic label="org.eclipse.equinox.bidi.custom" href="reference/api/org/eclipse/equinox/bidi/custom/package-summary.html"/>
+ <topic label="org.eclipse.equinox.frameworkadmin" href="reference/api/org/eclipse/equinox/frameworkadmin/package-summary.html"/>
<topic label="org.eclipse.equinox.http.jetty" href="reference/api/org/eclipse/equinox/http/jetty/package-summary.html"/>
<topic label="org.eclipse.equinox.http.registry" href="reference/api/org/eclipse/equinox/http/registry/package-summary.html"/>
<topic label="org.eclipse.equinox.http.servlet" href="reference/api/org/eclipse/equinox/http/servlet/package-summary.html"/>

Back to the top