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
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')
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.irc.ui/META-INF/MANIFEST.MF3
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.irc.ui/plugin.properties13
2 files changed, 15 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
diff --git a/providers/bundles/org.eclipse.ecf.provider.irc.ui/plugin.properties b/providers/bundles/org.eclipse.ecf.provider.irc.ui/plugin.properties
new file mode 100644
index 000000000..d6da34431
--- /dev/null
+++ b/providers/bundles/org.eclipse.ecf.provider.irc.ui/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 IRC UI
+plugin.provider=Eclipse.org
+

Back to the top