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

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Jul 9 12:16:57 EDT 2012


Author: nickboldt
Date: 2012-07-09 12:16:56 -0400 (Mon, 09 Jul 2012)
New Revision: 42465

Modified:
   trunk/central/plugins/org.jboss.tools.central.discovery/plugin.xml
Log:
JBDS-2218 add eclipse-cs connector

Modified: trunk/central/plugins/org.jboss.tools.central.discovery/plugin.xml
===================================================================
--- trunk/central/plugins/org.jboss.tools.central.discovery/plugin.xml	2012-07-09 16:16:35 UTC (rev 42464)
+++ trunk/central/plugins/org.jboss.tools.central.discovery/plugin.xml	2012-07-09 16:16:56 UTC (rev 42465)
@@ -342,6 +342,24 @@
       <connectorDescriptor
             categoryId="org.jboss.tools.central.discovery.testing"
             groupId="org.jboss.tools.central.discovery.testing.local"
+            description="Tool support for Checkstyle"
+            id="net.sf.eclipsecs"
+            kind="task"
+            license="Free, LGPL"
+            name="Eclipse Checkstyle"
+            provider="eclipse-cs Project"
+            siteUrl="http://download.jboss.org/jbosstools/updates/development/juno/central/core/">
+	    <iu id="net.sf.eclipsecs"/>
+         <icon
+               image32="images/checkstyle_32.png">
+         </icon>
+         <overview
+               url="http://eclipse-cs.sourceforge.net/">
+         </overview>
+      </connectorDescriptor>
+      <connectorDescriptor
+            categoryId="org.jboss.tools.central.discovery.testing"
+            groupId="org.jboss.tools.central.discovery.testing.local"
             description="Tool support for FindBugs"
             id="edu.umd.cs.findbugs.plugin.eclipse"
             kind="task"



More information about the jbosstools-commits mailing list