Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2007-05-31 15:04:23 +0000
committerThomas Watson2007-05-31 15:04:23 +0000
commit1169cf47d6a26ef85783b46f5435b48c8af8ff6d (patch)
tree22aa1a68b01e14b8c7b2fc7af9fe96210dbf714c /bundles/org.eclipse.osgi.services
parent80261c903765d3746433e84090d1373124989fda (diff)
downloadrt.equinox.framework-1169cf47d6a26ef85783b46f5435b48c8af8ff6d.tar.gz
rt.equinox.framework-1169cf47d6a26ef85783b46f5435b48c8af8ff6d.tar.xz
rt.equinox.framework-1169cf47d6a26ef85783b46f5435b48c8af8ff6d.zip
Bug 190149 Do some bundles need service increase?v20070531
Diffstat (limited to 'bundles/org.eclipse.osgi.services')
-rw-r--r--bundles/org.eclipse.osgi.services/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.osgi.services/plugin.properties4
2 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.osgi.services/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi.services/META-INF/MANIFEST.MF
index af1a5a258..b5af60cff 100644
--- a/bundles/org.eclipse.osgi.services/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi.services/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %osgiServices
Bundle-SymbolicName: org.eclipse.osgi.services
-Bundle-Version: 3.1.100.qualifier
+Bundle-Version: 3.1.200.qualifier
Bundle-Description: %osgiServicesDes
Bundle-Localization: plugin
Bundle-Vendor: %eclipse.org
diff --git a/bundles/org.eclipse.osgi.services/plugin.properties b/bundles/org.eclipse.osgi.services/plugin.properties
index 8abacf584..a6cb60c2b 100644
--- a/bundles/org.eclipse.osgi.services/plugin.properties
+++ b/bundles/org.eclipse.osgi.services/plugin.properties
@@ -8,7 +8,7 @@
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
-osgiServices = OSGi Release 3 Services
+osgiServices = OSGi Release 4.0.1 Services
eclipse.org = Eclipse.org
-osgiServicesDes = OSGi Service Platform Release 3 Service Interfaces and Classes
+osgiServicesDes = OSGi Service Platform Release 4.0.1 Service Interfaces and Classes
copyright = Copyright (c) 2003, 2004 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html

Back to the top