[jbosstools-commits] JBoss Tools SVN: r43967 - branches/jbosstools-4.0.0.Alpha2/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/reporting.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Sep 24 11:19:33 EDT 2012


Author: adietish
Date: 2012-09-24 11:19:32 -0400 (Mon, 24 Sep 2012)
New Revision: 43967

Modified:
   branches/jbosstools-4.0.0.Alpha2/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/reporting/JBossToolsComponents.java
Log:
[JBIDE-12642] fixed identifier for central feature

Modified: branches/jbosstools-4.0.0.Alpha2/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/reporting/JBossToolsComponents.java
===================================================================
--- branches/jbosstools-4.0.0.Alpha2/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/reporting/JBossToolsComponents.java	2012-09-24 14:33:12 UTC (rev 43966)
+++ branches/jbosstools-4.0.0.Alpha2/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/reporting/JBossToolsComponents.java	2012-09-24 15:19:32 UTC (rev 43967)
@@ -46,7 +46,7 @@
 		BIRT("org.jboss.tools.birt.feature"),
 		BPEL("org.jboss.tools.bpel.feature"),
 		CDI("org.jboss.tools.cdi.feature"),
-		CENTRAL("org.jboss.tools.deltacloud.feature"),
+		CENTRAL("org.jboss.tools.central.feature"),
 		COMMON("org.jboss.tools.common.feature"),
 		DELTACLOUD("org.jboss.tools.deltacloud.feature"),
 		DROOLS("org.drools.eclipse.feature"),



More information about the jbosstools-commits mailing list