Author: snjeza
Date: 2011-06-02 16:04:56 -0400 (Thu, 02 Jun 2011)
New Revision: 31788
Modified:
trunk/runtime/features/pom.xml
trunk/runtime/plugins/pom.xml
trunk/runtime/site/site.xml
Log:
JBIDE-9026 Separate specific runtime detection plugins from base core
Modified: trunk/runtime/features/pom.xml
===================================================================
--- trunk/runtime/features/pom.xml 2011-06-02 20:00:22 UTC (rev 31787)
+++ trunk/runtime/features/pom.xml 2011-06-02 20:04:56 UTC (rev 31788)
@@ -16,5 +16,9 @@
<module>org.jboss.tools.runtime.core.feature</module>
<module>org.jboss.tools.runtime.feature</module>
<module>org.jboss.tools.runtime.test.feature</module>
+ <module>org.jboss.tools.runtime.as.detector.feature</module>
+ <module>org.jboss.tools.runtime.seam.detector.feature</module>
+ <module>org.jboss.tools.runtime.jbpm.detector.feature</module>
+ <module>org.jboss.tools.runtime.drools.detector.feature</module>
</modules>
</project>
\ No newline at end of file
Modified: trunk/runtime/plugins/pom.xml
===================================================================
--- trunk/runtime/plugins/pom.xml 2011-06-02 20:00:22 UTC (rev 31787)
+++ trunk/runtime/plugins/pom.xml 2011-06-02 20:04:56 UTC (rev 31788)
@@ -16,5 +16,9 @@
<module>org.jboss.tools.runtime</module>
<module>org.jboss.tools.runtime.core</module>
<module>org.jboss.tools.runtime.ui</module>
+ <module>org.jboss.tools.runtime.as.detector</module>
+ <module>org.jboss.tools.runtime.seam.detector</module>
+ <module>org.jboss.tools.runtime.drools.detector</module>
+ <module>org.jboss.tools.runtime.jbpm.detector</module>
</modules>
</project>
\ No newline at end of file
Modified: trunk/runtime/site/site.xml
===================================================================
--- trunk/runtime/site/site.xml 2011-06-02 20:00:22 UTC (rev 31787)
+++ trunk/runtime/site/site.xml 2011-06-02 20:04:56 UTC (rev 31788)
@@ -9,6 +9,18 @@
<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="JBoss Tools runtime Nightly Build Update Site"/>
</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="JBoss Tools runtime Nightly Build Update Site"/>
+ </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="JBoss Tools runtime Nightly Build Update Site"/>
+ </feature>
+ <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">
+ <category name="JBoss Tools runtime Nightly Build Update Site"/>
+ </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="JBoss Tools runtime Nightly Build Update Site"/>
+ </feature>
<category-def name="JBoss Tools runtime Nightly Build Update Site"
label="JBoss Tools runtime Nightly Build Update Site">
<description>
JBoss Tools runtime Nightly Build Update Site: contains all features in this
build.
Show replies by date