Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Kaegi2007-06-05 17:58:28 +0000
committerSimon Kaegi2007-06-05 17:58:28 +0000
commit89aad03fdb78a4da0c0c55ea7f480d500c8a02ed (patch)
treeb0b05377b7ef66771e9c3d223c04cd5d99a02d89 /bundles/org.eclipse.equinox.jsp.jasper.registry
parent2a58fb7dd433902e9885a8e03437906b2c935d78 (diff)
downloadrt.equinox.bundles-89aad03fdb78a4da0c0c55ea7f480d500c8a02ed.tar.gz
rt.equinox.bundles-89aad03fdb78a4da0c0c55ea7f480d500c8a02ed.tar.xz
rt.equinox.bundles-89aad03fdb78a4da0c0c55ea7f480d500c8a02ed.zip
Bug 191087 - [doc] Add API and extension doc for platform server componentsv20070605
Diffstat (limited to 'bundles/org.eclipse.equinox.jsp.jasper.registry')
-rw-r--r--bundles/org.eclipse.equinox.jsp.jasper.registry/src/org/eclipse/equinox/jsp/jasper/registry/package.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.jsp.jasper.registry/src/org/eclipse/equinox/jsp/jasper/registry/package.html b/bundles/org.eclipse.equinox.jsp.jasper.registry/src/org/eclipse/equinox/jsp/jasper/registry/package.html
new file mode 100644
index 000000000..33de1edb2
--- /dev/null
+++ b/bundles/org.eclipse.equinox.jsp.jasper.registry/src/org/eclipse/equinox/jsp/jasper/registry/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 core support for the HttpService Servlet.
+<h2>
+Package Specification</h2>
+<p>
+This package specifies API for working with the HttpService Servlet.
+<p>
+@since 3.3
+<p>
+</body>
+</html>

Back to the top