Fix inconsistent/incorrect bundle name and provider strings.
diff --git a/features/org.eclipse.jst.jsf.doc.feature/feature.properties b/features/org.eclipse.jst.jsf.doc.feature/feature.properties
index 3175ec7..396f5aa 100644
--- a/features/org.eclipse.jst.jsf.doc.feature/feature.properties
+++ b/features/org.eclipse.jst.jsf.doc.feature/feature.properties
@@ -15,14 +15,14 @@
 # This file should be translated.
 
 # "featureName" property - name of the feature
-featureName=JavaServer Faces Tooling Documentation
+featureName=JSF Tools - Documentation
 
 # "providerName" property - name of the company that provides the feature
-providerName=Eclipse.org
+providerName=Eclipse Web Tools Platform
 
 
 # "description" property - description of the feature
-description=JSF Tooling Documentation for WTP
+description=Eclipse Web Tools Platform JavaServer Faces Tools Documentation
 
 # "copyright" property - text of the "Feature Update Copyright"
 copyright=\
diff --git a/plugins/org.eclipse.jst.jsf.doc.dev/plugin.properties b/plugins/org.eclipse.jst.jsf.doc.dev/plugin.properties
index 14eea64..a46a39c 100644
--- a/plugins/org.eclipse.jst.jsf.doc.dev/plugin.properties
+++ b/plugins/org.eclipse.jst.jsf.doc.dev/plugin.properties
@@ -1,10 +1,10 @@
-###############################################################################
-# Copyright (c) 2005 Oracle Corporation.
-# 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
-#
-###############################################################################
-plugin.name = JavaServer Faces Tools - Developer Guide
-plugin.provider = Eclipse.org
\ No newline at end of file
+###############################################################################

+# Copyright (c) 2005 Oracle Corporation.

+# 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

+#

+###############################################################################

+plugin.name=JSF Tools - Developer Guide

+plugin.provider=Eclipse Web Tools Platform

diff --git a/plugins/org.eclipse.jst.jsf.doc.user/plugin.properties b/plugins/org.eclipse.jst.jsf.doc.user/plugin.properties
index a959f72..d2e3e71 100644
--- a/plugins/org.eclipse.jst.jsf.doc.user/plugin.properties
+++ b/plugins/org.eclipse.jst.jsf.doc.user/plugin.properties
@@ -6,5 +6,5 @@
 # http://www.eclipse.org/legal/epl-v10.html
 #
 ###############################################################################
-plugin.name = JavaServer Faces Tools - User Guide
-plugin.provider = Eclipse.org
\ No newline at end of file
+plugin.name=JSF Tools - User Guide
+plugin.provider=Eclipse Web Tools Platform