Author: snjeza
Date: 2011-06-04 18:00:35 -0400 (Sat, 04 Jun 2011)
New Revision: 31837
Modified:
trunk/build/aggregate/site/site.xml
trunk/site/site.xml
Log:
JBIDE-9026 Separate specific runtime detection plugins from base core
Modified: trunk/build/aggregate/site/site.xml
===================================================================
--- trunk/build/aggregate/site/site.xml 2011-06-04 00:37:45 UTC (rev 31836)
+++ trunk/build/aggregate/site/site.xml 2011-06-04 22:00:35 UTC (rev 31837)
@@ -131,7 +131,23 @@
<feature url="features/org.jboss.tools.runtime.core.feature_0.0.0.jar"
id="org.jboss.tools.runtime.core.feature" version="0.0.0">
<category name="AllTools" />
</feature>
+
+ <feature
url="features/org.jboss.tools.runtime.as.detector.feature_0.0.0.jar"
id="org.jboss.tools.runtime.as.detector.feature" version="0.0.0">
+ <category name="AllTools" />
+ </feature>
+
+ <feature
url="features/org.jboss.tools.runtime.seam.detector.feature_0.0.0.jar"
id="org.jboss.tools.runtime.seam.detector.feature"
version="0.0.0">
+ <category name="AllTools" />
+ </feature>
+ <feature
url="features/org.jboss.tools.runtime.drools.detector.feature_0.0.0.jar"
id="org.jboss.tools.runtime.drools.detector.feature"
version="0.0.0">
+ <category name="AllTools" />
+ </feature>
+
+ <feature
url="features/org.jboss.tools.runtime.jbpm.detector.feature_0.0.0.jar"
id="org.jboss.tools.runtime.jbpm.feature" version="0.0.0">
+ <category name="AllTools" />
+ </feature>
+
<feature url="features/org.jboss.tools.usage.feature_0.0.0.jar"
id="org.jboss.tools.usage.feature" version="0.0.0">
<category name="AllTools" />
</feature>
Modified: trunk/site/site.xml
===================================================================
--- trunk/site/site.xml 2011-06-04 00:37:45 UTC (rev 31836)
+++ trunk/site/site.xml 2011-06-04 22:00:35 UTC (rev 31837)
@@ -39,6 +39,11 @@
<feature url="features/org.jboss.tools.bpel.feature_0.0.0.jar"
id="org.jboss.tools.bpel.feature" version="0.0.0" />
<feature url="features/org.jboss.tools.modeshape.rest.feature_0.0.0.jar"
id="org.jboss.tools.modeshape.rest.feature" version="0.0.0" />
<feature url="features/org.jboss.tools.runtime.feature_0.0.0.jar"
id="org.jboss.tools.runtime.feature" version="0.0.0" />
+ <feature url="features/org.jboss.tools.runtime.core.feature_0.0.0.jar"
id="org.jboss.tools.runtime.core.feature" version="0.0.0" />
+ <feature
url="features/org.jboss.tools.runtime.as.detector.feature_0.0.0.jar"
id="org.jboss.tools.runtime.as.detector.feature" version="0.0.0"
/>
+ <feature
url="features/org.jboss.tools.runtime.seam.detector.feature_0.0.0.jar"
id="org.jboss.tools.runtime.seam.detector.feature" version="0.0.0"
/>
+ <feature
url="features/org.jboss.tools.runtime.drools.detector.feature_0.0.0.jar"
id="org.jboss.tools.runtime.drools.detector.feature" version="0.0.0"
/>
+ <feature
url="features/org.jboss.tools.runtime.jbpm.detector.feature_0.0.0.jar"
id="org.jboss.tools.runtime.jbpm.detector.feature" version="0.0.0"
/>
<feature url="features/org.jboss.tools.deltacloud.feature_0.0.0.jar"
id="org.jboss.tools.deltacloud.feature" version="0.0.0" />
<feature url="features/org.jboss.tools.usage.feature_0.0.0.jar"
id="org.jboss.tools.usage.feature" version="0.0.0" />
</site>
Show replies by date