Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Kaegi2008-04-16 17:25:22 +0000
committerSimon Kaegi2008-04-16 17:25:22 +0000
commitdb5dc87d3e05ed1f073282e90593a94851c5eed8 (patch)
tree4623bc3758d664d8c7dc908e92c7323ccbe925b3
parent32babc277537e250e5507536a19975f119e7d428 (diff)
downloadrt.equinox.bundles-db5dc87d3e05ed1f073282e90593a94851c5eed8.tar.gz
rt.equinox.bundles-db5dc87d3e05ed1f073282e90593a94851c5eed8.tar.xz
rt.equinox.bundles-db5dc87d3e05ed1f073282e90593a94851c5eed8.zip
removing singleton status and adding a version to exports
-rw-r--r--bundles/org.eclipse.equinox.http.jetty5/META-INF/MANIFEST.MF5
-rw-r--r--bundles/org.eclipse.equinox.http.jetty6/META-INF/MANIFEST.MF5
2 files changed, 4 insertions, 6 deletions
diff --git a/bundles/org.eclipse.equinox.http.jetty5/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.http.jetty5/META-INF/MANIFEST.MF
index 137623cd5..d63a0ebc3 100644
--- a/bundles/org.eclipse.equinox.http.jetty5/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.http.jetty5/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-Vendor: %providerName
Bundle-Localization: plugin
-Bundle-SymbolicName: org.eclipse.equinox.http.jetty;singleton:=true
+Bundle-SymbolicName: org.eclipse.equinox.http.jetty
Bundle-Version: 1.1.0.qualifier
Bundle-Activator: org.eclipse.equinox.http.jetty.internal.Activator
Import-Package: javax.servlet;version="[2.5.0,2.6.0)",
@@ -18,10 +18,9 @@ Import-Package: javax.servlet;version="[2.5.0,2.6.0)",
org.mortbay.jetty.servlet;version="[6.1.0,7.0.0)",
org.osgi.framework;version="1.3.0",
org.osgi.service.cm;version="1.2.0",
- org.osgi.service.http;version="1.2.0",
org.osgi.service.startlevel;version="1.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.4
-Export-Package: org.eclipse.equinox.http.jetty
+Export-Package: org.eclipse.equinox.http.jetty;version="1.0.0"
Comment-Header: Both Eclipse-LazyStart and Bundle-ActivationPolicy are specified for compatibility with 3.2
Eclipse-LazyStart: true
Bundle-ActivationPolicy: lazy
diff --git a/bundles/org.eclipse.equinox.http.jetty6/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.http.jetty6/META-INF/MANIFEST.MF
index 137623cd5..d63a0ebc3 100644
--- a/bundles/org.eclipse.equinox.http.jetty6/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.http.jetty6/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-Vendor: %providerName
Bundle-Localization: plugin
-Bundle-SymbolicName: org.eclipse.equinox.http.jetty;singleton:=true
+Bundle-SymbolicName: org.eclipse.equinox.http.jetty
Bundle-Version: 1.1.0.qualifier
Bundle-Activator: org.eclipse.equinox.http.jetty.internal.Activator
Import-Package: javax.servlet;version="[2.5.0,2.6.0)",
@@ -18,10 +18,9 @@ Import-Package: javax.servlet;version="[2.5.0,2.6.0)",
org.mortbay.jetty.servlet;version="[6.1.0,7.0.0)",
org.osgi.framework;version="1.3.0",
org.osgi.service.cm;version="1.2.0",
- org.osgi.service.http;version="1.2.0",
org.osgi.service.startlevel;version="1.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.4
-Export-Package: org.eclipse.equinox.http.jetty
+Export-Package: org.eclipse.equinox.http.jetty;version="1.0.0"
Comment-Header: Both Eclipse-LazyStart and Bundle-ActivationPolicy are specified for compatibility with 3.2
Eclipse-LazyStart: true
Bundle-ActivationPolicy: lazy

Back to the top