new HEAD prep for new jst features -- minor fix up of semi standard info labels
diff --git a/features/org.eclipse.wst.common_core.feature/feature.xml b/features/org.eclipse.wst.common_core.feature/feature.xml
index 581be74..e158be8 100644
--- a/features/org.eclipse.wst.common_core.feature/feature.xml
+++ b/features/org.eclipse.wst.common_core.feature/feature.xml
@@ -4,15 +4,13 @@
       label="org.eclipse.wst.common_core.feature"
       version="1.0.0">
 
-   <description url="http://www.example.com/description">
+   <description>
       %description
    </description>
 
-   <copyright url="http://www.example.com/copyright">
-      %copyright
-   </copyright>
 
-   <license url="http://www.example.com/license">
+
+   <license url="license.html">
       %license
    </license>
 
diff --git a/features/org.eclipse.wst.common_sdk.feature/feature.xml b/features/org.eclipse.wst.common_sdk.feature/feature.xml
index 10e5b26..08aed46 100644
--- a/features/org.eclipse.wst.common_sdk.feature/feature.xml
+++ b/features/org.eclipse.wst.common_sdk.feature/feature.xml
@@ -4,15 +4,13 @@
       label="org.eclipse.wst.common_sdk.feature"
       version="1.0.0">
 
-   <description url="http://www.example.com/description">
+   <description>
       %description
    </description>
 
-   <copyright url="http://www.example.com/copyright">
-      %copyright
-   </copyright>
 
-   <license url="http://www.example.com/license">
+
+   <license url="license.html">
       %license
    </license>
 
diff --git a/features/org.eclipse.wst.common_ui.feature/feature.xml b/features/org.eclipse.wst.common_ui.feature/feature.xml
index c8b3e84..43a715d 100644
--- a/features/org.eclipse.wst.common_ui.feature/feature.xml
+++ b/features/org.eclipse.wst.common_ui.feature/feature.xml
@@ -4,15 +4,13 @@
       label="org.eclipse.wst.common_ui.feature"
       version="1.0.0">
 
-   <description url="http://www.example.com/description">
+   <description>
       %description
    </description>
 
-   <copyright url="http://www.example.com/copyright">
-      %copyright
-   </copyright>
 
-   <license url="http://www.example.com/license">
+
+   <license url="license.html">
       %license
    </license>
 
diff --git a/features/org.eclipse.wst.common_ui.feature/sourceTemplateFeature/feature.xml b/features/org.eclipse.wst.common_ui.feature/sourceTemplateFeature/feature.xml
index eff965f..9689edd 100644
--- a/features/org.eclipse.wst.common_ui.feature/sourceTemplateFeature/feature.xml
+++ b/features/org.eclipse.wst.common_ui.feature/sourceTemplateFeature/feature.xml
@@ -4,13 +4,13 @@
 	label="org.eclipse.wst.common_ui.feature.source"
 	id="org.eclipse.wst.common_ui.feature.source"
 	version="1.0.0">
-	<description url="http://www.example.com/description">
+	<description>
 		%description
 	</description>
 	<copyright url="http://www.example.com/copyright">
 		%copyright
 	</copyright>
-	<license url="http://www.example.com/license">%license</license>
+	<license url="license.html">%license</license>
 	
 	<includes
          id="org.eclipse.wst.common_core.feature"