Author: nickboldt
Date: 2012-02-14 12:15:56 -0500 (Tue, 14 Feb 2012)
New Revision: 38718
Modified:
trunk/build/aggregate/site/site.xml
trunk/runtime/features/pom.xml
trunk/runtime/plugins/pom.xml
trunk/runtime/site/site.xml
Log:
https://issues.jboss.org/browse/JBIDE-10875 Remove org.jboss.tools.runtime plugin and
org.jboss.tools.runtime.feature feature per Snjezana
Modified: trunk/build/aggregate/site/site.xml
===================================================================
--- trunk/build/aggregate/site/site.xml 2012-02-14 17:10:41 UTC (rev 38717)
+++ trunk/build/aggregate/site/site.xml 2012-02-14 17:15:56 UTC (rev 38718)
@@ -216,9 +216,6 @@
<feature
url="features/org.jboss.tools.common.verification.feature_0.0.0.jar"
id="org.jboss.tools.common.verification.feature" version="0.0.0">
</feature>
- <feature url="features/org.jboss.tools.runtime.feature_0.0.0.jar"
id="org.jboss.tools.runtime.feature" version="0.0.0">
- <category name="AbridgedTools" />
- </feature>
<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="AbridgedTools" />
</feature>
Modified: trunk/runtime/features/pom.xml
===================================================================
--- trunk/runtime/features/pom.xml 2012-02-14 17:10:41 UTC (rev 38717)
+++ trunk/runtime/features/pom.xml 2012-02-14 17:15:56 UTC (rev 38718)
@@ -13,7 +13,6 @@
<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.as.detector.feature</module>
<module>org.jboss.tools.runtime.drools.detector.feature</module>
Modified: trunk/runtime/plugins/pom.xml
===================================================================
--- trunk/runtime/plugins/pom.xml 2012-02-14 17:10:41 UTC (rev 38717)
+++ trunk/runtime/plugins/pom.xml 2012-02-14 17:15:56 UTC (rev 38718)
@@ -13,7 +13,6 @@
<name>runtime.plugins</name>
<packaging>pom</packaging>
<modules>
- <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>
Modified: trunk/runtime/site/site.xml
===================================================================
--- trunk/runtime/site/site.xml 2012-02-14 17:10:41 UTC (rev 38717)
+++ trunk/runtime/site/site.xml 2012-02-14 17:15:56 UTC (rev 38718)
@@ -8,9 +8,6 @@
JBoss Tools runtime Nightly Build Update Site: contains all features in this
build.
</description>
</category-def>
- <feature url="features/org.jboss.tools.runtime.feature_0.0.0.jar"
id="org.jboss.tools.runtime.feature" version="0.0.0">
- <category name="JBoss Tools runtime Nightly Build Update Site"/>
- </feature>
<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>