Author: max.andersen(a)jboss.com
Date: 2011-10-19 11:31:09 -0400 (Wed, 19 Oct 2011)
New Revision: 35814
Modified:
trunk/central/plugins/org.jboss.tools.central.discovery/plugin.xml
trunk/central/plugins/org.jboss.tools.central/src/org/jboss/tools/central/JBossCentralActivator.java
Log:
made the system property explicit its an url + removed certification in jboss tools
plugin list.
Modified:
trunk/central/plugins/org.jboss.tools.central/src/org/jboss/tools/central/JBossCentralActivator.java
===================================================================
---
trunk/central/plugins/org.jboss.tools.central/src/org/jboss/tools/central/JBossCentralActivator.java 2011-10-19
15:27:20 UTC (rev 35813)
+++
trunk/central/plugins/org.jboss.tools.central/src/org/jboss/tools/central/JBossCentralActivator.java 2011-10-19
15:31:09 UTC (rev 35814)
@@ -62,7 +62,7 @@
*/
public class JBossCentralActivator extends AbstractUIPlugin {
- private static final String JBOSS_DISCOVERY_DIRECTORY =
"jboss.discovery.directory";
+ private static final String JBOSS_DISCOVERY_DIRECTORY =
"jboss.discovery.directory.url";
public static final String JBOSS_DISCOVERY_DIRECTORY_3_3_0_XML =
"http://download.jboss.org/jbosstools/updates/development/indigo/directory.xml";
Modified: trunk/central/plugins/org.jboss.tools.central.discovery/plugin.xml
===================================================================
--- trunk/central/plugins/org.jboss.tools.central.discovery/plugin.xml 2011-10-19 15:27:20
UTC (rev 35813)
+++ trunk/central/plugins/org.jboss.tools.central.discovery/plugin.xml 2011-10-19 15:31:09
UTC (rev 35814)
@@ -24,6 +24,14 @@
<group id="extra" />
</connectorCategory>
+ <connectorCategory
+ description="Plugins related to testing"
+ id="org.jboss.tools.central.discovery.testing"
+ name="Testing"
+ relevance="60">
+ <group id="bundled" />
+ <group id="extra" />
+ </connectorCategory>
<connectorCategory
description="Plugins related to working with source control
systems"
@@ -83,8 +91,7 @@
</overview>
</connectorDescriptor>
<connectorDescriptor
- categoryId="org.jboss.tools.central.discovery.maven"
- certificationId="org.jboss.tools.central.discovery.certification"
+ categoryId="org.jboss.tools.central.discovery.testing"
description="TestNG plug-in for Eclipse."
id="org.testng.eclipse"
kind="task"
@@ -103,7 +110,6 @@
</connectorDescriptor>
<connectorDescriptor
categoryId="org.jboss.tools.central.discovery.maven"
- certificationId="org.jboss.tools.central.discovery.certification"
description="JBoss Maven Integration."
id="org.jboss.tools.maven.feature"
kind="task"
Show replies by date