plugin.properties clean-ups
diff --git a/sourceediting/tests/org.eclipse.wst.xml.vex.core.tests/plugin.properties b/sourceediting/tests/org.eclipse.wst.xml.vex.core.tests/plugin.properties
index 0a347eb..10b9599 100644
--- a/sourceediting/tests/org.eclipse.wst.xml.vex.core.tests/plugin.properties
+++ b/sourceediting/tests/org.eclipse.wst.xml.vex.core.tests/plugin.properties
@@ -1,2 +1,12 @@
-pluginName = VEX Core Tests
-providerName = Eclipse.org
+###############################################################################
+# Copyright (c) 2009 John Krasnay 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:
+# John Krasnay - initial API and implementation
+###############################################################################
+pluginName= Vex Core Tests
+providerName= Eclipse.org
diff --git a/sourceediting/tests/org.eclipse.wst.xml.vex.tests/META-INF/MANIFEST.MF b/sourceediting/tests/org.eclipse.wst.xml.vex.tests/META-INF/MANIFEST.MF
index 9f630db..6b6d39a 100644
--- a/sourceediting/tests/org.eclipse.wst.xml.vex.tests/META-INF/MANIFEST.MF
+++ b/sourceediting/tests/org.eclipse.wst.xml.vex.tests/META-INF/MANIFEST.MF
@@ -1,9 +1,9 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: %Bundle-Name.0
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.wst.xml.vex.tests;singleton:=true
Bundle-Version: 0.5.0.qualifier
-Bundle-Vendor: %Bundle-Vendor.0
+Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Localization: plugin
Require-Bundle: org.junit;bundle-version="3.8.1",
diff --git a/sourceediting/tests/org.eclipse.wst.xml.vex.tests/plugin.properties b/sourceediting/tests/org.eclipse.wst.xml.vex.tests/plugin.properties
index b23a893..fd07944 100644
--- a/sourceediting/tests/org.eclipse.wst.xml.vex.tests/plugin.properties
+++ b/sourceediting/tests/org.eclipse.wst.xml.vex.tests/plugin.properties
@@ -1,13 +1,12 @@
###############################################################################
-# Copyright (c) 2008 Standards for Technology in Automotive Retail and others.
+# Copyright (c) 2009 David Carver 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:
-# David Carver (STAR) - initial API and implementation
+# David Carver - initial API and implementation
###############################################################################
-#Properties file for org.eclipse.wst.xml.vex.tests
-Bundle-Name.0 = VEX Tests Plug-in
-Bundle-Vendor.0 = Eclipse.org
\ No newline at end of file
+pluginName= Vex Tests
+providerName= Eclipse.org
diff --git a/sourceediting/tests/org.eclipse.wst.xml.vex.ui.tests/META-INF/MANIFEST.MF b/sourceediting/tests/org.eclipse.wst.xml.vex.ui.tests/META-INF/MANIFEST.MF
index fb5272d..6493923 100644
--- a/sourceediting/tests/org.eclipse.wst.xml.vex.ui.tests/META-INF/MANIFEST.MF
+++ b/sourceediting/tests/org.eclipse.wst.xml.vex.ui.tests/META-INF/MANIFEST.MF
@@ -1,9 +1,9 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: VEX UI Test Plugin
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.wst.xml.vex.ui.tests
Bundle-Version: 0.5.0.qualifier
-Bundle-Vendor: Eclipse
+Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.wst.xml.vex.ui;bundle-version="0.5.0",
diff --git a/sourceediting/tests/org.eclipse.wst.xml.vex.ui.tests/plugin.properties b/sourceediting/tests/org.eclipse.wst.xml.vex.ui.tests/plugin.properties
new file mode 100644
index 0000000..9a3e18e
--- /dev/null
+++ b/sourceediting/tests/org.eclipse.wst.xml.vex.ui.tests/plugin.properties
@@ -0,0 +1,12 @@
+###############################################################################
+# Copyright (c) 2009 David Carver 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:
+# David Carver - initial API and implementation
+###############################################################################
+pluginName= Vex UI Tests
+providerName= Eclipse.org