Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2010-12-13 20:29:43 +0000
committerThomas Watson2010-12-13 20:29:43 +0000
commit1b70c68165af83bb258baeb5bac7bcafd9b24881 (patch)
tree73f36bfe0fdad9134802ebadb57bfb8004cf9095 /bundles/org.eclipse.equinox.ds/META-INF/MANIFEST.MF
parenta08ccd4284a24db9a309c3d9f5c282f619aeb177 (diff)
downloadrt.equinox.bundles-1b70c68165af83bb258baeb5bac7bcafd9b24881.tar.gz
rt.equinox.bundles-1b70c68165af83bb258baeb5bac7bcafd9b24881.tar.xz
rt.equinox.bundles-1b70c68165af83bb258baeb5bac7bcafd9b24881.zip
Bug 332136 - [ds] Update package org.apache.felix.scr with the latest available onev20101213
Diffstat (limited to 'bundles/org.eclipse.equinox.ds/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.ds/META-INF/MANIFEST.MF7
1 files changed, 4 insertions, 3 deletions
diff --git a/bundles/org.eclipse.equinox.ds/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.ds/META-INF/MANIFEST.MF
index 4d7a55637..b48e7c8b2 100644
--- a/bundles/org.eclipse.equinox.ds/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.ds/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.equinox.ds;singleton:=true
-Bundle-Version: 1.2.100.qualifier
+Bundle-Version: 1.3.0.qualifier
Bundle-Vendor: %bundleVendor
Bundle-Activator: org.eclipse.equinox.internal.ds.Activator
Bundle-Description: This bundle provides support for OSGi
@@ -23,7 +23,8 @@ Import-Package:
org.osgi.service.cm;version="1.2",
org.osgi.service.component;version="[1.1,1.2)",
org.osgi.service.log;version="1.3.0",
- org.osgi.util.tracker;version="1.3"
+ org.osgi.util.tracker;version="1.3",
+ org.apache.felix.scr; version="[1.6,1.7)"
Export-Package:
org.eclipse.equinox.internal.ds;x-internal:=true,
org.eclipse.equinox.internal.ds.impl;x-internal:=true,
@@ -33,7 +34,7 @@ Export-Package:
org.eclipse.equinox.internal.util.xml;x-internal:=true,
org.eclipse.equinox.internal.util.xml.impl;x-internal:=true,
org.eclipse.equinox.internal.util.string;x-internal:=true,
- org.apache.felix.scr;version="1.2"
+ org.apache.felix.scr;version="1.6"
Bundle-RequiredExecutionEnvironment: OSGi/Minimum-1.2,
CDC-1.1/Foundation-1.1,
J2SE-1.4

Back to the top