Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2007-03-19 01:12:20 +0000
committerThomas Watson2007-03-19 01:12:20 +0000
commit6a353deebf0df96ee3be8f6b6537b0b30e3bbfda (patch)
tree3da380ff1991367ad455fbbf4148f161cde3997a /bundles/org.eclipse.equinox.http.registry
parenta87ad0eb9984fd9f548612ca66d5dd246eb74531 (diff)
downloadrt.equinox.bundles-6a353deebf0df96ee3be8f6b6537b0b30e3bbfda.tar.gz
rt.equinox.bundles-6a353deebf0df96ee3be8f6b6537b0b30e3bbfda.tar.xz
rt.equinox.bundles-6a353deebf0df96ee3be8f6b6537b0b30e3bbfda.zip
Bug 177869 Please revert the changes in bug 177843 - causing build breakage
Diffstat (limited to 'bundles/org.eclipse.equinox.http.registry')
-rw-r--r--bundles/org.eclipse.equinox.http.registry/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.http.registry/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.http.registry/META-INF/MANIFEST.MF
index ef5918ff5..3d33bba09 100644
--- a/bundles/org.eclipse.equinox.http.registry/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.http.registry/META-INF/MANIFEST.MF
@@ -16,5 +16,5 @@ Import-Package: javax.servlet;version="2.3",
Bundle-RequiredExecutionEnvironment: J2SE-1.4,
CDC-1.0/Foundation-1.0,
J2SE-1.3
-Export-Package: org.eclipse.equinox.http.registry;uses:="org.osgi.service.http,org.osgi.framework"
+Export-Package: org.eclipse.equinox.http.registry
Bundle-Vendor: %providerName

Back to the top