Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2010-02-23 18:59:38 +0000
committerThomas Watson2010-02-23 18:59:38 +0000
commit57b692104d6406276f3423ece388bf8eb130d6a8 (patch)
tree41a091352e3a4778a06fcf6bdbc6d0086b877476 /bundles/org.eclipse.equinox.ds/src
parent4b2bc5baa1e063de2f90fcb97261c127104750f2 (diff)
downloadrt.equinox.bundles-57b692104d6406276f3423ece388bf8eb130d6a8.tar.gz
rt.equinox.bundles-57b692104d6406276f3423ece388bf8eb130d6a8.tar.xz
rt.equinox.bundles-57b692104d6406276f3423ece388bf8eb130d6a8.zip
Bug 302620 - [DS] need to create javadoc for org.apache.felix.scr
Diffstat (limited to 'bundles/org.eclipse.equinox.ds/src')
-rwxr-xr-xbundles/org.eclipse.equinox.ds/src/org/apache/felix/scr/package.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.ds/src/org/apache/felix/scr/package.html b/bundles/org.eclipse.equinox.ds/src/org/apache/felix/scr/package.html
new file mode 100755
index 000000000..4efb8d91b
--- /dev/null
+++ b/bundles/org.eclipse.equinox.ds/src/org/apache/felix/scr/package.html
@@ -0,0 +1,15 @@
+<!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 access to the components managed by the Service Component Runtime (Declarative Services).
+<h2>
+Package Specification</h2>
+<p>
+This package specifies API for accessing to the components managed by the Service Component Runtime (Declarative Services).
+</p>
+</body>
+</html>

Back to the top