Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2009-03-04 15:48:07 +0000
committerThomas Watson2009-03-04 15:48:07 +0000
commitc06d2db0db9ca57f1b6e6d19a8bda1b957781c14 (patch)
tree2d944aef1ebd0570773f63afaab5de236f0d1c9e /bundles/org.eclipse.equinox.io/META-INF/MANIFEST.MF
parent6b601aee29ac5c483275b2e729d769316812ea08 (diff)
downloadrt.equinox.bundles-c06d2db0db9ca57f1b6e6d19a8bda1b957781c14.tar.gz
rt.equinox.bundles-c06d2db0db9ca57f1b6e6d19a8bda1b957781c14.tar.xz
rt.equinox.bundles-c06d2db0db9ca57f1b6e6d19a8bda1b957781c14.zip
Bug 254300 Brandingpre_log_1_1
Diffstat (limited to 'bundles/org.eclipse.equinox.io/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.io/META-INF/MANIFEST.MF7
1 files changed, 4 insertions, 3 deletions
diff --git a/bundles/org.eclipse.equinox.io/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.io/META-INF/MANIFEST.MF
index 5877c4e6b..3e8fa0679 100644
--- a/bundles/org.eclipse.equinox.io/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.io/META-INF/MANIFEST.MF
@@ -1,9 +1,9 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: IO Connector Service
+Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.equinox.io
-Bundle-Version: 1.0.0.qualifier
-Bundle-Vendor: Eclipse
+Bundle-Version: 1.0.100.qualifier
+Bundle-Vendor: %bundleVendor
Bundle-Activator: org.eclipse.equinox.internal.io.impl.Activator
Bundle-Description: This bundle contains service for creating connections.
Import-Package:
@@ -22,3 +22,4 @@ Export-Package:
org.eclipse.equinox.internal.io.util; x-internal:=true
Bundle-RequiredExecutionEnvironment: OSGi/Minimum-1.0
Provided-Services: class=org.osgi.service.io.ConnectorService
+Bundle-Localization: plugin

Back to the top