[jbosstools-commits] JBoss Tools SVN: r43462 - trunk/central/plugins/org.jboss.tools.central.discovery.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Sep 6 06:12:07 EDT 2012


Author: fbricon
Date: 2012-09-06 06:12:07 -0400 (Thu, 06 Sep 2012)
New Revision: 43462

Modified:
   trunk/central/plugins/org.jboss.tools.central.discovery/plugin.xml
Log:
JBIDE-12535 use proper iu for m2e-wtp

Modified: trunk/central/plugins/org.jboss.tools.central.discovery/plugin.xml
===================================================================
--- trunk/central/plugins/org.jboss.tools.central.discovery/plugin.xml	2012-09-06 10:00:12 UTC (rev 43461)
+++ trunk/central/plugins/org.jboss.tools.central.discovery/plugin.xml	2012-09-06 10:12:07 UTC (rev 43462)
@@ -229,7 +229,7 @@
                image32="images/m2e_32.gif">
          </icon>
          <overview
-               url="http://www.eclipse.org/m2e/">
+               url="https://github.com/jbosstools/m2e-apt/">
          </overview>
       </connectorDescriptor>
       <connectorDescriptor
@@ -242,12 +242,12 @@
             name="Maven Integration for Web Tools (m2e-wtp)"
             provider="eclipse.org"
             siteUrl="http://download.jboss.org/jbosstools/updates/development/juno/central/core/">
-	    <iu id="org.maven.ide.eclipse.wtp.feature"/>
+	     <iu id="org.eclipse.m2e.wtp.feature"/>
          <icon
                image32="images/m2e_32.gif">
          </icon>
          <overview
-               url="http://www.eclipse.org/m2e/">
+               url="http://www.eclipse.org/m2e-wtp/">
          </overview>
       </connectorDescriptor>
 



More information about the jbosstools-commits mailing list