Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-03-15 21:49:33 +0000
committerslewis2007-03-15 21:49:33 +0000
commit442a139664ad1c82003894c173e016c556716092 (patch)
treeeabc8c0c76c70cd675da64b990d3df1c5ec7f3f4 /providers/bundles/org.eclipse.ecf.provider.irc.ui/META-INF
parent1f74b3dd18c09070d0ff6f579c66159f185c690d (diff)
downloadorg.eclipse.ecf-442a139664ad1c82003894c173e016c556716092.tar.gz
org.eclipse.ecf-442a139664ad1c82003894c173e016c556716092.tar.xz
org.eclipse.ecf-442a139664ad1c82003894c173e016c556716092.zip
Cleaned up projects with plugin.properties additions, manifest.mf cleanup
Diffstat (limited to 'providers/bundles/org.eclipse.ecf.provider.irc.ui/META-INF')
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.irc.ui/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/providers/bundles/org.eclipse.ecf.provider.irc.ui/META-INF/MANIFEST.MF b/providers/bundles/org.eclipse.ecf.provider.irc.ui/META-INF/MANIFEST.MF
index 8a2f7f754..b74817d54 100644
--- a/providers/bundles/org.eclipse.ecf.provider.irc.ui/META-INF/MANIFEST.MF
+++ b/providers/bundles/org.eclipse.ecf.provider.irc.ui/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: ECF IRC
+Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.ecf.provider.irc.ui;singleton:=true
Bundle-Version: 1.0.0.v20070313
Bundle-Activator: org.eclipse.ecf.internal.irc.ui.Activator
@@ -14,3 +14,4 @@ Eclipse-LazyStart: true
Export-Package: org.eclipse.ecf.internal.irc.ui;x-internal:=true,
org.eclipse.ecf.internal.irc.ui.wizards;x-internal:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.4
+Bundle-Vendor: %plugin.provider

Back to the top