plugin.properties clean-ups
diff --git a/sourceediting/documentation/org.eclipse.wst.xml.vex.documentation/META-INF/MANIFEST.MF b/sourceediting/documentation/org.eclipse.wst.xml.vex.documentation/META-INF/MANIFEST.MF
index 5f60246..fc1ac75 100644
--- a/sourceediting/documentation/org.eclipse.wst.xml.vex.documentation/META-INF/MANIFEST.MF
+++ b/sourceediting/documentation/org.eclipse.wst.xml.vex.documentation/META-INF/MANIFEST.MF
@@ -1,8 +1,8 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: %plugin.name
+Bundle-Name: %pluginName
Bundle-Version: 0.5.0.qualifier
-Bundle-Vendor: %plugin.provider
+Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.wst.xml.vex.documentation;singleton:=true
Require-Bundle: org.eclipse.help;bundle-version="[3.3.0,4.0.0)"
Bundle-Localization: plugin
diff --git a/sourceediting/documentation/org.eclipse.wst.xml.vex.documentation/plugin.properties b/sourceediting/documentation/org.eclipse.wst.xml.vex.documentation/plugin.properties
index b874dcc..ce7bcc3 100644
--- a/sourceediting/documentation/org.eclipse.wst.xml.vex.documentation/plugin.properties
+++ b/sourceediting/documentation/org.eclipse.wst.xml.vex.documentation/plugin.properties
@@ -1,2 +1,12 @@
-plugin.name=VEX Documentation (Incubating)
-plugin.provider=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 Documentation
+providerName= Eclipse.org
diff --git a/sourceediting/plugins/org.eclipse.wst.xml.vex.core/META-INF/MANIFEST.MF b/sourceediting/plugins/org.eclipse.wst.xml.vex.core/META-INF/MANIFEST.MF
index c2ebea6..c35f0c9 100644
--- a/sourceediting/plugins/org.eclipse.wst.xml.vex.core/META-INF/MANIFEST.MF
+++ b/sourceediting/plugins/org.eclipse.wst.xml.vex.core/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: %plugin.name
+Bundle-Name: %pluginName
Bundle-Version: 0.5.0.qualifier
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.wst.xml.vex.core;singleton:=true
diff --git a/sourceediting/plugins/org.eclipse.wst.xml.vex.core/plugin.properties b/sourceediting/plugins/org.eclipse.wst.xml.vex.core/plugin.properties
index 43f2c71..da60e09 100644
--- a/sourceediting/plugins/org.eclipse.wst.xml.vex.core/plugin.properties
+++ b/sourceediting/plugins/org.eclipse.wst.xml.vex.core/plugin.properties
@@ -1,2 +1,12 @@
-providerName=Eclipse.org
-pluginName = Vexdocument Model
+###############################################################################
+# 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
+providerName= Eclipse.org
diff --git a/sourceediting/plugins/org.eclipse.wst.xml.vex.dita/META-INF/MANIFEST.MF b/sourceediting/plugins/org.eclipse.wst.xml.vex.dita/META-INF/MANIFEST.MF
index e1fa840..6b59dd2 100644
--- a/sourceediting/plugins/org.eclipse.wst.xml.vex.dita/META-INF/MANIFEST.MF
+++ b/sourceediting/plugins/org.eclipse.wst.xml.vex.dita/META-INF/MANIFEST.MF
@@ -1,12 +1,9 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: %plugin.name
+Bundle-Name: %pluginName
Bundle-Version: 0.5.0.qualifier
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.wst.xml.vex.dita;singleton:=true
Require-Bundle: org.eclipse.wst.xml.vex.core;bundle-version="[0.5.0,1.0.0)",
org.eclipse.wst.xml.vex.ui;bundle-version="[0.5.0,1.0.0)"
Bundle-Localization: plugin
-
-
-
diff --git a/sourceediting/plugins/org.eclipse.wst.xml.vex.dita/plugin.properties b/sourceediting/plugins/org.eclipse.wst.xml.vex.dita/plugin.properties
index bd011c1..d062bcf 100644
--- a/sourceediting/plugins/org.eclipse.wst.xml.vex.dita/plugin.properties
+++ b/sourceediting/plugins/org.eclipse.wst.xml.vex.dita/plugin.properties
@@ -1,3 +1,15 @@
+###############################################################################
+# 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 DITA
+providerName= Eclipse.org
doctype.concept=DITA Concept
doctype.composite=DITA Composite
@@ -8,5 +20,3 @@
style.classed=DITA Classed
style.mapStyle=DITA Map
-plugin.name = VEX DITA (Incubator)
-providerName = Eclipse.org
\ No newline at end of file
diff --git a/sourceediting/plugins/org.eclipse.wst.xml.vex.docbook/META-INF/MANIFEST.MF b/sourceediting/plugins/org.eclipse.wst.xml.vex.docbook/META-INF/MANIFEST.MF
index ef0f0a6..d50d957 100644
--- a/sourceediting/plugins/org.eclipse.wst.xml.vex.docbook/META-INF/MANIFEST.MF
+++ b/sourceediting/plugins/org.eclipse.wst.xml.vex.docbook/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: %plugin.name
+Bundle-Name: %pluginName
Bundle-Version: 0.5.0.qualifier
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.wst.xml.vex.docbook;singleton:=true
diff --git a/sourceediting/plugins/org.eclipse.wst.xml.vex.docbook/plugin.properties b/sourceediting/plugins/org.eclipse.wst.xml.vex.docbook/plugin.properties
index 4c8f0de..1dc8856 100644
--- a/sourceediting/plugins/org.eclipse.wst.xml.vex.docbook/plugin.properties
+++ b/sourceediting/plugins/org.eclipse.wst.xml.vex.docbook/plugin.properties
@@ -1,6 +1,16 @@
-plugin.name = VEX DocBook Plug-in (Incubating)
-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 DocBook
+providerName= Eclipse.org
doctype.docbook4_5=DocBook v4.5
-style.docbook-plain=DocBook Plain
\ No newline at end of file
+style.docbook-plain=DocBook Plain
diff --git a/sourceediting/plugins/org.eclipse.wst.xml.vex.ui/plugin.properties b/sourceediting/plugins/org.eclipse.wst.xml.vex.ui/plugin.properties
index 781a525..850247a 100644
--- a/sourceediting/plugins/org.eclipse.wst.xml.vex.ui/plugin.properties
+++ b/sourceediting/plugins/org.eclipse.wst.xml.vex.ui/plugin.properties
@@ -1,9 +1,15 @@
+###############################################################################
+# 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
#
-# Language-specific strings in plugin.xml
-#
-
-pluginName= Vex XML Editor
-providerName= Eclipse Web Tools Platform (WTP) Incubator Project
+# Contributors:
+# John Krasnay - initial API and implementation
+###############################################################################
+pluginName= Vex UI
+providerName= Eclipse.org
BuildProblemDecorator.name=Vex Plug-in Build Problem Decorator
ConfigurationView.name=Vex Configuration
diff --git a/sourceediting/plugins/org.eclipse.wst.xml.vex/META-INF/MANIFEST.MF b/sourceediting/plugins/org.eclipse.wst.xml.vex/META-INF/MANIFEST.MF
index b9e5ff9..6f92e0a 100644
--- a/sourceediting/plugins/org.eclipse.wst.xml.vex/META-INF/MANIFEST.MF
+++ b/sourceediting/plugins/org.eclipse.wst.xml.vex/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: %Bundle-Name.0
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.wst.xml.vex
Bundle-Version: 0.5.0.qualifier
-Bundle-Vendor: %Bundle-Vendor.0
+Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/sourceediting/plugins/org.eclipse.wst.xml.vex/plugin.properties b/sourceediting/plugins/org.eclipse.wst.xml.vex/plugin.properties
index 9f4b8db..1c818cc 100644
--- a/sourceediting/plugins/org.eclipse.wst.xml.vex/plugin.properties
+++ b/sourceediting/plugins/org.eclipse.wst.xml.vex/plugin.properties
@@ -1,3 +1,12 @@
-#Properties file for org.eclipse.wst.xml.vex
-Bundle-Vendor.0 = Eclipse.org
-Bundle-Name.0 = WTP VEX (Incubating)
\ No newline at end of file
+###############################################################################
+# 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
+providerName= Eclipse.org
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