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
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')
-rw-r--r--bundles/org.eclipse.equinox.io/META-INF/MANIFEST.MF7
-rw-r--r--bundles/org.eclipse.equinox.io/build.properties3
-rw-r--r--bundles/org.eclipse.equinox.io/plugin.properties3
3 files changed, 9 insertions, 4 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
diff --git a/bundles/org.eclipse.equinox.io/build.properties b/bundles/org.eclipse.equinox.io/build.properties
index 9cbab3c13..cdd2db7f1 100644
--- a/bundles/org.eclipse.equinox.io/build.properties
+++ b/bundles/org.eclipse.equinox.io/build.properties
@@ -2,5 +2,6 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
- about.html
+ about.html,\
+ plugin.properties
src.includes = about.html
diff --git a/bundles/org.eclipse.equinox.io/plugin.properties b/bundles/org.eclipse.equinox.io/plugin.properties
new file mode 100644
index 000000000..e0fb702d3
--- /dev/null
+++ b/bundles/org.eclipse.equinox.io/plugin.properties
@@ -0,0 +1,3 @@
+#Properties file for org.eclipse.equinox.io
+bundleVendor = Eclipse.org - Equinox
+bundleName = IO Connector Service \ No newline at end of file

Back to the top