plugin.properties clean-ups
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