Author: nickboldt
Date: 2012-03-16 13:11:13 -0400 (Fri, 16 Mar 2012)
New Revision: 39578
Modified:
trunk/runtime/features/pom.xml
trunk/runtime/plugins/pom.xml
trunk/runtime/site/category.xml
Log:
JBIDE-10968 move soa-related runtime detection plugins out of Core and into a separate
project
Modified: trunk/runtime/features/pom.xml
===================================================================
--- trunk/runtime/features/pom.xml 2012-03-16 17:10:24 UTC (rev 39577)
+++ trunk/runtime/features/pom.xml 2012-03-16 17:11:13 UTC (rev 39578)
@@ -15,9 +15,6 @@
<modules>
<module>org.jboss.tools.runtime.core.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.test.feature</module>
</modules>
Modified: trunk/runtime/plugins/pom.xml
===================================================================
--- trunk/runtime/plugins/pom.xml 2012-03-16 17:10:24 UTC (rev 39577)
+++ trunk/runtime/plugins/pom.xml 2012-03-16 17:11:13 UTC (rev 39578)
@@ -16,9 +16,6 @@
<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.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>
Modified: trunk/runtime/site/category.xml
===================================================================
--- trunk/runtime/site/category.xml 2012-03-16 17:10:24 UTC (rev 39577)
+++ trunk/runtime/site/category.xml 2012-03-16 17:11:13 UTC (rev 39578)
@@ -14,15 +14,6 @@
<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.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>
<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>
Show replies by date