Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Houghton2006-04-21 13:18:50 +0000
committerDJ Houghton2006-04-21 13:18:50 +0000
commit37b8d5a184f202e695b4998e7658117b0069a52d (patch)
tree575e6ffe9d798c65ca637b8957bebf4e44924285
parentb87ed7265c3a641b3bda26977b80360e6538dc7d (diff)
downloadrt.equinox.bundles-37b8d5a184f202e695b4998e7658117b0069a52d.tar.gz
rt.equinox.bundles-37b8d5a184f202e695b4998e7658117b0069a52d.tar.xz
rt.equinox.bundles-37b8d5a184f202e695b4998e7658117b0069a52d.zip
Bug 134831 - [doc] Fix Javadoc issues in the split runtime
-rw-r--r--bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/package.html17
-rw-r--r--bundles/org.eclipse.equinox.registry/src/org/eclipse/core/runtime/package.html9
2 files changed, 23 insertions, 3 deletions
diff --git a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/package.html b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/package.html
new file mode 100644
index 000000000..d81771f3d
--- /dev/null
+++ b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/package.html
@@ -0,0 +1,17 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <title>Package-level Javadoc</title>
+</head>
+<body>
+Provides support for the runtime platform, core utility methods and the extension registry.
+<h2>
+Package Specification</h2>
+This package contains three components:<ul>
+<li>APIs related to the runtime platform itself (provided by the <tt>org.eclipse.core.runtime</tt> plug-in)</li>
+<li>Various utility types such as <tt>Path</tt>, <tt>IPath</tt> and various flavours of progress monitors (provided by the <tt>org.eclipse.equinox.common</tt> plug-in)</li>
+<li>Extension registry mechanism (provided by the <tt>org.eclipse.equinox.registry</tt> plug-in)</li>
+</ul>
+</body>
+</html>
diff --git a/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/runtime/package.html b/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/runtime/package.html
index d413b3c9a..d81771f3d 100644
--- a/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/runtime/package.html
+++ b/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/runtime/package.html
@@ -5,10 +5,13 @@
<title>Package-level Javadoc</title>
</head>
<body>
-Extension registry access and management.
+Provides support for the runtime platform, core utility methods and the extension registry.
<h2>
Package Specification</h2>
-<p>This package describes elements of an extension registry along with management of extension registry lifecycles.
-</p>
+This package contains three components:<ul>
+<li>APIs related to the runtime platform itself (provided by the <tt>org.eclipse.core.runtime</tt> plug-in)</li>
+<li>Various utility types such as <tt>Path</tt>, <tt>IPath</tt> and various flavours of progress monitors (provided by the <tt>org.eclipse.equinox.common</tt> plug-in)</li>
+<li>Extension registry mechanism (provided by the <tt>org.eclipse.equinox.registry</tt> plug-in)</li>
+</ul>
</body>
</html>

Back to the top