[140235] Add feature descriptions
diff --git a/features/org.eclipse.jst.server_tests.feature/feature.xml b/features/org.eclipse.jst.server_tests.feature/feature.xml
index 8a1f666..7f53c2f 100644
--- a/features/org.eclipse.jst.server_tests.feature/feature.xml
+++ b/features/org.eclipse.jst.server_tests.feature/feature.xml
@@ -1,23 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <feature
       id="org.eclipse.jst.server_tests.feature"
-      label="JST Server Feature JUnit Tests"
+      label="%featureName"
       version="1.5.0.qualifier"
-      provider-name="Eclipse.org">
+      provider-name="%providerName">
 
    <description>
       %description
    </description>
 
-   <license url="license.html">
+   <license url="%licenseURL">
       %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
          id="org.eclipse.jst.server.core.tests"
          download-size="0"