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

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Jul 9 12:33:02 EDT 2012


Author: nickboldt
Date: 2012-07-09 12:33:01 -0400 (Mon, 09 Jul 2012)
New Revision: 42468

Modified:
   trunk/central/plugins/org.jboss.tools.central.discovery/plugin.xml
Log:
JBDS-2219 split git connector into 1 for git and 1 for mylyn support for git/github

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:32:26 UTC (rev 42467)
+++ trunk/central/plugins/org.jboss.tools.central.discovery/plugin.xml	2012-07-09 16:33:01 UTC (rev 42468)
@@ -271,7 +271,8 @@
             name="Eclipse EGit"
             provider="eclipse.org"
             siteUrl="http://download.jboss.org/jbosstools/updates/development/juno/central/core/">
-	    <iu id="org.eclipse.egit"/>
+       <iu id="org.eclipse.jgit"/>
+       <iu id="org.eclipse.egit"/>
          <icon
                image32="images/egit_32.png">
          </icon>
@@ -281,6 +282,37 @@
       </connectorDescriptor>
       <connectorDescriptor
             categoryId="org.jboss.tools.central.discovery.scm"
+            groupId="org.jboss.tools.central.discovery.scm.git"
+            description="Mylyn support for Git and GitHub"
+            id="org.eclipse.egit.mylyn"
+            kind="task"
+            license="Free, EPL"
+            name="Mylyn support for Eclipse EGit + GitHub"
+            provider="eclipse.org"
+            siteUrl="http://download.jboss.org/jbosstools/updates/development/juno/central/core/">
+	<iu id="org.eclipse.jgit"/>
+	<iu id="org.eclipse.egit"/>
+	<iu id="org.eclipse.egit.mylyn"/>
+	<iu id="org.eclipse.mylyn.github.feature"/>
+	<iu id="org.eclipse.mylyn.git"/>
+	<iu id="org.eclipse.mylyn_feature"/>
+	<iu id="org.eclipse.mylyn.ide_feature"/>
+	<iu id="org.eclipse.mylyn.commons"/>
+	<iu id="org.eclipse.mylyn.context_feature"/>
+	<iu id="org.eclipse.mylyn.bugzilla_feature"/>
+	<iu id="org.eclipse.mylyn.java_feature"/>
+	<iu id="org.eclipse.mylyn.pde_feature"/>
+	<iu id="org.eclipse.mylyn.team_feature"/>
+	<iu id="org.eclipse.mylyn.versions"/>
+         <icon
+               image32="images/egit_32.png">
+         </icon>
+         <overview
+               url="http://www.eclipse.org/egit/">
+         </overview>
+      </connectorDescriptor>
+      <connectorDescriptor
+            categoryId="org.jboss.tools.central.discovery.scm"
             groupId="org.jboss.tools.central.discovery.scm.svn"
             description="Eclipse Team Provider for the Subversion version control system, including SVNKit"
             id="org.tigris.subversion.subclipse"



More information about the jbosstools-commits mailing list