Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2007-03-16 21:14:06 +0000
committerThomas Watson2007-03-16 21:14:06 +0000
commitcc078eebec0fbcdb67875d68616348ce98ffb800 (patch)
tree871e21c365a9a79ffa32988b7fb53856642c5283 /bundles/org.eclipse.equinox.http.servlet/META-INF/MANIFEST.MF
parent35e0e08fac868a8957dfdf93870233f7da587327 (diff)
downloadrt.equinox.bundles-cc078eebec0fbcdb67875d68616348ce98ffb800.tar.gz
rt.equinox.bundles-cc078eebec0fbcdb67875d68616348ce98ffb800.tar.xz
rt.equinox.bundles-cc078eebec0fbcdb67875d68616348ce98ffb800.zip
Bug 177843 Add uses clauses to Equinox bundles
Diffstat (limited to 'bundles/org.eclipse.equinox.http.servlet/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.http.servlet/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.http.servlet/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.http.servlet/META-INF/MANIFEST.MF
index 099068d1d..082d3cf07 100644
--- a/bundles/org.eclipse.equinox.http.servlet/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.http.servlet/META-INF/MANIFEST.MF
@@ -8,7 +8,7 @@ Bundle-Activator: org.eclipse.equinox.http.servlet.internal.Activator
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,
J2SE-1.3
-Export-Package: org.eclipse.equinox.http.servlet;version="1.0.0"
+Export-Package: org.eclipse.equinox.http.servlet;version="1.0.0";uses:="org.eclipse.equinox.http.servlet.internal"
Import-Package: javax.servlet;version="2.3",
javax.servlet.http;version="2.3",
org.osgi.framework;version="1.3.0",

Back to the top