Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2012-06-13 14:04:56 +0000
committerThomas Watson2012-07-16 21:03:11 +0000
commit7e980cfb94c1eb742bf1c9986055e70373f76392 (patch)
treef652dd6795661a52dc837fe11cc2db363cc35903 /bundles/org.eclipse.osgi/container/src/org/eclipse/core/runtime/adaptor/package.html
parentf843e83246bb55c8e035fb0fa3e5515516070cd2 (diff)
downloadrt.equinox.framework-7e980cfb94c1eb742bf1c9986055e70373f76392.tar.gz
rt.equinox.framework-7e980cfb94c1eb742bf1c9986055e70373f76392.tar.xz
rt.equinox.framework-7e980cfb94c1eb742bf1c9986055e70373f76392.zip
Consolidate the source folders
Diffstat (limited to 'bundles/org.eclipse.osgi/container/src/org/eclipse/core/runtime/adaptor/package.html')
-rw-r--r--bundles/org.eclipse.osgi/container/src/org/eclipse/core/runtime/adaptor/package.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/core/runtime/adaptor/package.html b/bundles/org.eclipse.osgi/container/src/org/eclipse/core/runtime/adaptor/package.html
new file mode 100644
index 000000000..65b481997
--- /dev/null
+++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/core/runtime/adaptor/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 API to start the platform.
+<h2>
+Package Specification</h2>
+This package specifies API to start the platform.
+<p>
+Clients may use the <tt>EclipseStarter</tt> loader class to start the platform. The
+<tt>EclipseStarter</tt> class is the only defined API in this package.
+</p>
+</body>
+</html>

Back to the top