[jbosstools-commits] JBoss Tools SVN: r42477 - trunk/central/plugins/org.jboss.tools.central.discovery.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Mon Jul 9 18:19:32 EDT 2012
Author: nickboldt
Date: 2012-07-09 18:19:31 -0400 (Mon, 09 Jul 2012)
New Revision: 42477
Modified:
trunk/central/plugins/org.jboss.tools.central.discovery/plugin.xml
Log:
fix order of Mylyn connectors in Central (JBDS-2219, JBDS-2220, JBDS-2221)
Modified: trunk/central/plugins/org.jboss.tools.central.discovery/plugin.xml
===================================================================
--- trunk/central/plugins/org.jboss.tools.central.discovery/plugin.xml 2012-07-09 22:16:37 UTC (rev 42476)
+++ trunk/central/plugins/org.jboss.tools.central.discovery/plugin.xml 2012-07-09 22:19:31 UTC (rev 42477)
@@ -283,11 +283,11 @@
<connectorDescriptor
categoryId="org.jboss.tools.central.discovery.scm"
groupId="org.jboss.tools.central.discovery.scm.git"
- description="Mylyn support for Git and GitHub"
+ description="Mylyn support for Eclipse EGit and GitHub"
id="org.eclipse.egit.mylyn"
kind="task"
license="Free, EPL"
- name="Mylyn support for Eclipse EGit + GitHub"
+ name="Eclipse EGit: Mylyn Support"
provider="eclipse.org"
siteUrl="http://download.jboss.org/jbosstools/updates/development/juno/central/core/">
<iu id="org.eclipse.jgit"/>
@@ -337,7 +337,7 @@
id="org.tigris.subversion.subclipse.mylyn"
kind="task"
license="Free, Subclipse License"
- name="Mylyn for Subclipse + SVNKit"
+ name="Subclipse + SVNKit: Mylyn Support"
provider="tigris.org"
siteUrl="http://download.jboss.org/jbosstools/updates/development/juno/central/core/">
<iu id="org.tigris.subversion.subclipse"/>
More information about the jbosstools-commits
mailing list