[jbosstools-commits] JBoss Tools SVN: r43969 - trunk/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:40 EDT 2012


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

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

Modified: trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/reporting/JBossToolsComponents.java
===================================================================
--- trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/reporting/JBossToolsComponents.java	2012-09-24 15:19:35 UTC (rev 43968)
+++ trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/reporting/JBossToolsComponents.java	2012-09-24 15:19:40 UTC (rev 43969)
@@ -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