Fix broken License displayed during installation

Signed-off-by: Fred Bricon <fbricon@gmail.com>
diff --git a/org.eclipse.m2e.wtp.feature/feature.properties b/org.eclipse.m2e.wtp.feature/feature.properties
index 1d682f5..14ecee1 100644
--- a/org.eclipse.m2e.wtp.feature/feature.properties
+++ b/org.eclipse.m2e.wtp.feature/feature.properties
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2008, 2011 Sonatype, Inc. and others.
+# Copyright (c) 2008, 2012 Sonatype, Inc. 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
@@ -18,25 +18,26 @@
 featureName=m2e-wtp - Maven Integration for WTP (Incubation)
 
 # "providerName" property - name of the company that provides the feature
-providerName=Eclipse.org
+providerName=Eclipse.org - m2e-wtp
 
 # "updateSiteName" property - label for the update site
 #updateSiteName=The Eclipse Project Updates
 
 # "description" property - description of the feature
-description=m2e project configurators for Eclipse WTP
+description=m2e project configurators for Eclipse WTP.
 
 # "copyright" property - text of the "Feature Update Copyright"
 copyright=\
-Copyright (c) 2008-2012 Sonatype, Inc. and others\n\
+Copyright (c) 2008-2012 Sonatype, Inc and others.\n\
 All rights reserved. This program and the accompanying materials\n\
 are made available under the terms of the Eclipse Public License v1.0\n\
 which accompanies this distribution, and is available at\n\
 http://www.eclipse.org/legal/epl-v10.html\n\
 \n\
 Contributors:\n\
-     Sonatype, Inc. - initial API and implementation\n
-     Red Hat - JavaEE configurators\n
+     Sonatype, Inc. - initial API and implementation\n\
+     Red Hat, Inc. - JavaEE configurators\n
+
 ################ end of copyright property ####################################
 
 # "licenseURL" property - URL of the "Feature License"
@@ -169,4 +170,4 @@
 re-export of encryption software, to see if this is permitted.\n\
 \n\
 Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n
-########### end of license property ##########################################
\ No newline at end of file
+########### end of license property ##########################################
diff --git a/org.eclipse.m2e.wtp.feature/feature.xml b/org.eclipse.m2e.wtp.feature/feature.xml
index e1cb9d1..fa5e55f 100644
--- a/org.eclipse.m2e.wtp.feature/feature.xml
+++ b/org.eclipse.m2e.wtp.feature/feature.xml
@@ -5,12 +5,13 @@
       version="0.16.0.qualifier"
       provider-name="%providerName"
       plugin="org.eclipse.m2e.wtp">
+   <install-handler/>
 
    <description>
       %description
    </description>
 
-   <copyright url="http://www.eclipse.org/legal/epl-v10.html">
+   <copyright>
       %copyright
    </copyright>
 
@@ -18,10 +19,6 @@
       %license
    </license>
 
-   <url>
-      <update label="%featureName" url="http://download.eclipse.org/m2e-wtp/releases/"/>
-   </url>
-
    <requires>
       <import plugin="org.eclipse.wst.common.frameworks"/>
       <import plugin="org.eclipse.wst.common.modulecore"/>