Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2004-02-18 16:19:16 +0000
committerThomas Watson2004-02-18 16:19:16 +0000
commita5c7fe0a5bad4f0abc4b7e885ef08ab9dd4874b8 (patch)
treed53fa1e7d163be169e94888016e086820ca4ea19 /bundles/org.eclipse.osgi.util
parentefde862d25b5486dbd3ac5d11a9021af7430aead (diff)
downloadrt.equinox.framework-a5c7fe0a5bad4f0abc4b7e885ef08ab9dd4874b8.tar.gz
rt.equinox.framework-a5c7fe0a5bad4f0abc4b7e885ef08ab9dd4874b8.tar.xz
rt.equinox.framework-a5c7fe0a5bad4f0abc4b7e885ef08ab9dd4874b8.zip
Change Bundle-GlobalName to Bundle-SymbolicName
Diffstat (limited to 'bundles/org.eclipse.osgi.util')
-rw-r--r--bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF
index 2199fc1c5..e6bcce5d2 100644
--- a/bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-Name: %pluginName
-Bundle-GlobalName: org.eclipse.osgi.util
+Bundle-SymbolicName: org.eclipse.osgi.util
Bundle-Version: 3.0
Bundle-Description: OSGi Service Platform Release 3 Utility Classes
Bundle-Vendor: %providerName

Back to the top