[140233] Corrected WTP feature versions, names, copyrights, licenses, and update site links.
diff --git a/features/org.eclipse.wst.server_userdoc.feature/feature.xml b/features/org.eclipse.wst.server_userdoc.feature/feature.xml
index a688490..78f33e4 100644
--- a/features/org.eclipse.wst.server_userdoc.feature/feature.xml
+++ b/features/org.eclipse.wst.server_userdoc.feature/feature.xml
@@ -1,18 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <feature
       id="org.eclipse.wst.server_userdoc.feature"
-      label="User Documentation for WST Server Feature"
-      version="1.5.0.qualifier">
+      label="%featureName"
+      version="1.5.0.qualifier"
+      provider-name="%providerName">
 
    <description>
       %description
    </description>
 
+   <copyright>
+      %copyright
+   </copyright>
+
    <license url="license.html">
       %license
    </license>
+
    <url>
-      <update label="Web Tools Platform (WTP) Updates" url="http://download.eclipse.org/webtools/updates/"/>
+      <update label="%updateSiteName" url="http://download.eclipse.org/webtools/updates/"/>
    </url>
 
    <plugin