Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-03-15 21:50:25 +0000
committerslewis2007-03-15 21:50:25 +0000
commit153c3acbedb37272cd76518eb96b12e3e5a5de3f (patch)
tree488e82de7fd2052317f732f6c31336cd0a1404ee
parentb5f272821c4a77171d49fd547adc8743cc02cbd1 (diff)
downloadorg.eclipse.ecf-153c3acbedb37272cd76518eb96b12e3e5a5de3f.tar.gz
org.eclipse.ecf-153c3acbedb37272cd76518eb96b12e3e5a5de3f.tar.xz
org.eclipse.ecf-153c3acbedb37272cd76518eb96b12e3e5a5de3f.zip
Cleaned up projects with plugin.properties additions, manifest.mf cleanup
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.datashare/META-INF/MANIFEST.MF5
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.datashare/plugin.properties13
2 files changed, 15 insertions, 3 deletions
diff --git a/providers/bundles/org.eclipse.ecf.provider.datashare/META-INF/MANIFEST.MF b/providers/bundles/org.eclipse.ecf.provider.datashare/META-INF/MANIFEST.MF
index 6736de98c..4e08dc068 100644
--- a/providers/bundles/org.eclipse.ecf.provider.datashare/META-INF/MANIFEST.MF
+++ b/providers/bundles/org.eclipse.ecf.provider.datashare/META-INF/MANIFEST.MF
@@ -1,13 +1,12 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: ECF Datashare Provider
+Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.ecf.provider.datashare;singleton:=true
Bundle-Version: 1.0.0.v20070313
Bundle-Activator: org.eclipse.ecf.internal.provider.datashare.Activator
-Bundle-Vendor: Eclipse.org
+Bundle-Vendor: %plugin.provider
Bundle-Localization: plugin
Eclipse-LazyStart: true
-Eclipse-AutoStart: true
Eclipse-RegisterBuddy: org.eclipse.ecf
Eclipse-BuddyPolicy: global
Export-Package: org.eclipse.ecf.internal.provider.datashare;x-internal:=true,
diff --git a/providers/bundles/org.eclipse.ecf.provider.datashare/plugin.properties b/providers/bundles/org.eclipse.ecf.provider.datashare/plugin.properties
new file mode 100644
index 000000000..b6a9d5428
--- /dev/null
+++ b/providers/bundles/org.eclipse.ecf.provider.datashare/plugin.properties
@@ -0,0 +1,13 @@
+/****************************************************************************
+* Copyright (c) 2004 Composent, Inc. and others.
+* All rights reserved. This program and the accompanying materials
+* are made available under the terms of the Eclipse Public License v1.0
+* which accompanies this distribution, and is available at
+* http://www.eclipse.org/legal/epl-v10.html
+*
+* Contributors:
+* Composent, Inc. - initial API and implementation
+*****************************************************************************/
+plugin.name=ECF Datashare Provider
+plugin.provider=Eclipse.org
+

Back to the top