Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2010-01-13 18:44:18 +0000
committerJohn Arthorne2010-01-13 18:44:18 +0000
commit93869d871fc0935d6e26b33716e233966ec61dd5 (patch)
tree104975dbc7f2a7cbfa61ff5582e67fb16ee7cf5c /bundles/org.eclipse.equinox.p2.core
parent93c6378c8db90e62a384693d9f6cc7d07f13de6c (diff)
downloadrt.equinox.p2-93869d871fc0935d6e26b33716e233966ec61dd5.tar.gz
rt.equinox.p2-93869d871fc0935d6e26b33716e233966ec61dd5.tar.xz
rt.equinox.p2-93869d871fc0935d6e26b33716e233966ec61dd5.zip
doc
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.core')
-rw-r--r--bundles/org.eclipse.equinox.p2.core/src/org/eclipse/equinox/p2/core/package.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.core/src/org/eclipse/equinox/p2/core/package.html b/bundles/org.eclipse.equinox.p2.core/src/org/eclipse/equinox/p2/core/package.html
index ce702fae6..e79ec122b 100644
--- a/bundles/org.eclipse.equinox.p2.core/src/org/eclipse/equinox/p2/core/package.html
+++ b/bundles/org.eclipse.equinox.p2.core/src/org/eclipse/equinox/p2/core/package.html
@@ -15,6 +15,11 @@ to implement a provisioning system. For end users of the provisioning system,
they simply instantiate or obtain an agent and get the services they require from
the agent. Extenders can register a factory for adding new services to the system,
or add services directly to an agent.
+</p>
+<p>
+This package also provides some basic utility classes that are common across large
+parts of the system.
+</p>
<p>
@since 2.0
<p>

Back to the top