Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-03-15 21:49:38 +0000
committerslewis2007-03-15 21:49:38 +0000
commitf635ba4fbf30fea9e009121e17017c6b6b8f1c71 (patch)
tree223920ceac1ecd08d12ff11d99826a432105a013
parent2e6e6227f9b0935d1136f260692480b0e6c09c3c (diff)
downloadorg.eclipse.ecf-f635ba4fbf30fea9e009121e17017c6b6b8f1c71.tar.gz
org.eclipse.ecf-f635ba4fbf30fea9e009121e17017c6b6b8f1c71.tar.xz
org.eclipse.ecf-f635ba4fbf30fea9e009121e17017c6b6b8f1c71.zip
Cleaned up projects with plugin.properties additions, manifest.mf cleanup
-rwxr-xr-xtests/bundles/org.eclipse.ecf.tests.discovery/META-INF/MANIFEST.MF7
-rwxr-xr-xtests/bundles/org.eclipse.ecf.tests.discovery/plugin.properties13
2 files changed, 17 insertions, 3 deletions
diff --git a/tests/bundles/org.eclipse.ecf.tests.discovery/META-INF/MANIFEST.MF b/tests/bundles/org.eclipse.ecf.tests.discovery/META-INF/MANIFEST.MF
index 0ed50c496..31b437af2 100755
--- a/tests/bundles/org.eclipse.ecf.tests.discovery/META-INF/MANIFEST.MF
+++ b/tests/bundles/org.eclipse.ecf.tests.discovery/META-INF/MANIFEST.MF
@@ -1,10 +1,11 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Discovery Tests Plug-in
+Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.ecf.tests.discovery
-Bundle-Version: 1.0.0.20070212
+Bundle-Version: 1.0.0.v20070213
Bundle-Activator: org.eclipse.ecf.tests.discovery.Activator
-Bundle-Vendor: eclipse.org
+Bundle-Vendor: %plugin.provider
+Bundle-Localization: plugin
Require-Bundle: org.junit,
org.eclipse.ecf,
org.eclipse.ecf.discovery,
diff --git a/tests/bundles/org.eclipse.ecf.tests.discovery/plugin.properties b/tests/bundles/org.eclipse.ecf.tests.discovery/plugin.properties
new file mode 100755
index 000000000..5347f19fe
--- /dev/null
+++ b/tests/bundles/org.eclipse.ecf.tests.discovery/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 Discovery Tests
+plugin.provider=Eclipse.org
+

Back to the top