Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2010-01-06 15:59:40 +0000
committerThomas Watson2010-01-06 15:59:40 +0000
commite1da88e4b068155c731d4fc1882c585f50736cc4 (patch)
tree7cfdd6beda4e5ec5144f289f0814f986421cfda2 /bundles/org.eclipse.equinox.ds/META-INF/MANIFEST.MF
parent6140ff1b7d0682560a10df1029ce651912286188 (diff)
downloadrt.equinox.bundles-e1da88e4b068155c731d4fc1882c585f50736cc4.tar.gz
rt.equinox.bundles-e1da88e4b068155c731d4fc1882c585f50736cc4.tar.xz
rt.equinox.bundles-e1da88e4b068155c731d4fc1882c585f50736cc4.zip
Update version of DS to 1.2.0 because of new API org.apache.felix.scr
- also added .api_filters for @since tags on org.apache.felix.scr classes we do not want to modify the source of this apache code.
Diffstat (limited to 'bundles/org.eclipse.equinox.ds/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.ds/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.ds/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.ds/META-INF/MANIFEST.MF
index 92c574c22..198aa8180 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.1.100.qualifier
+Bundle-Version: 1.2.0.qualifier
Bundle-Vendor: %bundleVendor
Bundle-Activator: org.eclipse.equinox.internal.ds.Activator
Bundle-Description: This bundle provides support for OSGi

Back to the top