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.util
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.util')
-rw-r--r--bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.osgi.util/plugin.properties4
2 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF
index 646b58f8c..c001f494c 100644
--- a/bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %osgiUtil
Bundle-SymbolicName: org.eclipse.osgi.util
-Bundle-Version: 3.1.100.qualifier
+Bundle-Version: 3.1.200.qualifier
Bundle-Description: %osgiUtilDes
Bundle-Vendor: %eclipse.org
Bundle-Localization: plugin
diff --git a/bundles/org.eclipse.osgi.util/plugin.properties b/bundles/org.eclipse.osgi.util/plugin.properties
index ef2c475a6..bf0faa325 100644
--- a/bundles/org.eclipse.osgi.util/plugin.properties
+++ b/bundles/org.eclipse.osgi.util/plugin.properties
@@ -8,7 +8,7 @@
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
-osgiUtil = OSGi R3 Utility Classes
+osgiUtil = OSGi Release 4.0.1 Utility Classes
eclipse.org = Eclipse.org
-osgiUtilDes = OSGi Service Platform Release 3 Utility Classes
+osgiUtilDes = OSGi Service Platform Release 4.0.1 Utility Classes
copyright = Copyright (c) 2003, 2005 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