Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2003-12-15 03:09:18 +0000
committerPascal Rapicault2003-12-15 03:09:18 +0000
commit2a298841857bb67cc0dc9bdda650f87e55c365a1 (patch)
treed98506870b66cf1cc284b60410245945e7869298 /bundles
parent46897127f72a951fc768d299f0a7e61757836050 (diff)
downloadrt.equinox.framework-2a298841857bb67cc0dc9bdda650f87e55c365a1.tar.gz
rt.equinox.framework-2a298841857bb67cc0dc9bdda650f87e55c365a1.tar.xz
rt.equinox.framework-2a298841857bb67cc0dc9bdda650f87e55c365a1.zip
Enable manifests for translation
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.osgi.services/META-INF/MANIFEST.MF4
-rw-r--r--bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF4
2 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.osgi.services/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi.services/META-INF/MANIFEST.MF
index 36a3f4eeb..a33e5b9c7 100644
--- a/bundles/org.eclipse.osgi.services/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi.services/META-INF/MANIFEST.MF
@@ -1,10 +1,10 @@
Manifest-Version: 1.0
-Bundle-Name: OSGi-Service-Interfaces
+Bundle-Name: %pluginName
Bundle-GlobalName: org.eclipse.osgi.services
Bundle-Version: 3.0
Bundle-Description: OSGi Service Platform Release 3 Service Interfaces
and Classes
-Bundle-Vendor: Eclipse
+Bundle-Vendor: %providerName
Bundle-DocUrl: http://www.eclipse.org
Bundle-ContactAddress: www.eclipse.org
Bundle-Copyright: Copyright (c) The Open Services Gateway Initiative (
diff --git a/bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF
index 3788b03f5..cbda1471d 100644
--- a/bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF
@@ -1,9 +1,9 @@
Manifest-Version: 1.0
-Bundle-Name: OSGi-Utility-Classes
+Bundle-Name: %pluginName
Bundle-GlobalName: org.eclipse.osgi.util
Bundle-Version: 3.0
Bundle-Description: OSGi Service Platform Release 3 Utility Classes
-Bundle-Vendor: Eclipse
+Bundle-Vendor: %providerName
Bundle-DocUrl: http://www.eclipse.org
Bundle-ContactAddress: www.eclipse.org
Bundle-Copyright: Copyright (c) The Open Services Gateway Initiative (

Back to the top