Author: nickboldt
Date: 2011-09-20 18:11:20 -0400 (Tue, 20 Sep 2011)
New Revision: 34894
Modified:
trunk/runtime/features/pom.xml
trunk/runtime/plugins/pom.xml
trunk/runtime/site/site.xml
Log:
add org.jboss.tools.runtime.esb.detector and accompanying feature to maven reactor and
site.xml (JBIDE-9696)
Modified: trunk/runtime/features/pom.xml
===================================================================
--- trunk/runtime/features/pom.xml 2011-09-20 21:57:54 UTC (rev 34893)
+++ trunk/runtime/features/pom.xml 2011-09-20 22:11:20 UTC (rev 34894)
@@ -13,12 +13,13 @@
<name>runtime.features</name>
<packaging>pom</packaging>
<modules>
+ <module>org.jboss.tools.runtime.feature</module>
<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.drools.detector.feature</module>
+ <module>org.jboss.tools.runtime.esb.detector.feature</module>
+ <module>org.jboss.tools.runtime.jbpm.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>
+ <module>org.jboss.tools.runtime.test.feature</module>
</modules>
-</project>
\ No newline at end of file
+</project>
Modified: trunk/runtime/plugins/pom.xml
===================================================================
--- trunk/runtime/plugins/pom.xml 2011-09-20 21:57:54 UTC (rev 34893)
+++ trunk/runtime/plugins/pom.xml 2011-09-20 22:11:20 UTC (rev 34894)
@@ -17,8 +17,9 @@
<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.esb.detector</module>
<module>org.jboss.tools.runtime.jbpm.detector</module>
+ <module>org.jboss.tools.runtime.seam.detector</module>
</modules>
-</project>
\ No newline at end of file
+</project>
Modified: trunk/runtime/site/site.xml
===================================================================
--- trunk/runtime/site/site.xml 2011-09-20 21:57:54 UTC (rev 34893)
+++ trunk/runtime/site/site.xml 2011-09-20 22:11:20 UTC (rev 34894)
@@ -20,6 +20,9 @@
<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.esb.detector.feature_0.0.0.jar"
id="org.jboss.tools.runtime.esb.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>