Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-09-06 04:42:05 +0000
committerslewis2007-09-06 04:42:05 +0000
commit8711d8ebeeecc3135a311094555f24546a3f4316 (patch)
tree759818b4e3e0396a63f5ad0c6949f5fae640498e /framework/bundles/org.eclipse.ecf.discovery
parenta626299238d715a2befa2bd932343cf2353f63b4 (diff)
downloadorg.eclipse.ecf-8711d8ebeeecc3135a311094555f24546a3f4316.tar.gz
org.eclipse.ecf-8711d8ebeeecc3135a311094555f24546a3f4316.tar.xz
org.eclipse.ecf-8711d8ebeeecc3135a311094555f24546a3f4316.zip
Updated versions for ECF 1.1
Diffstat (limited to 'framework/bundles/org.eclipse.ecf.discovery')
-rw-r--r--framework/bundles/org.eclipse.ecf.discovery/META-INF/MANIFEST.MF6
-rw-r--r--framework/bundles/org.eclipse.ecf.discovery/plugin.properties4
2 files changed, 5 insertions, 5 deletions
diff --git a/framework/bundles/org.eclipse.ecf.discovery/META-INF/MANIFEST.MF b/framework/bundles/org.eclipse.ecf.discovery/META-INF/MANIFEST.MF
index 9b61bc255..68293f262 100644
--- a/framework/bundles/org.eclipse.ecf.discovery/META-INF/MANIFEST.MF
+++ b/framework/bundles/org.eclipse.ecf.discovery/META-INF/MANIFEST.MF
@@ -1,10 +1,10 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: %Bundle-Name.0
+Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.ecf.discovery;singleton:=true
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.1.0.qualifier
Bundle-Activator: org.eclipse.ecf.internal.discovery.DiscoveryPlugin
-Bundle-Vendor: %Bundle-Vendor.0
+Bundle-Vendor: %plugin.provider
Bundle-Localization: plugin
Eclipse-LazyStart: true
Export-Package: org.eclipse.ecf.discovery,
diff --git a/framework/bundles/org.eclipse.ecf.discovery/plugin.properties b/framework/bundles/org.eclipse.ecf.discovery/plugin.properties
index 8bb9386d1..0e8a3bb12 100644
--- a/framework/bundles/org.eclipse.ecf.discovery/plugin.properties
+++ b/framework/bundles/org.eclipse.ecf.discovery/plugin.properties
@@ -6,5 +6,5 @@
* http://www.eclipse.org/legal/epl-v10.html
*
*****************************************************************************/
-Bundle-Vendor.0 = Eclipse.org
-Bundle-Name.0 = ECF Discovery API \ No newline at end of file
+plugin.provider = Eclipse.org
+plugin.name = ECF Discovery API \ No newline at end of file

Back to the top