Author: nickboldt
Date: 2011-03-31 11:29:32 -0400 (Thu, 31 Mar 2011)
New Revision: 30181
Modified:
trunk/build/aggregate/site/site.xml
trunk/build/pom.xml
Log:
remove TPTP from agg site and overall pom (JBIDE-8495)
Modified: trunk/build/aggregate/site/site.xml
===================================================================
--- trunk/build/aggregate/site/site.xml 2011-03-31 12:55:40 UTC (rev 30180)
+++ trunk/build/aggregate/site/site.xml 2011-03-31 15:29:32 UTC (rev 30181)
@@ -70,9 +70,6 @@
<category name="AllTools" />
<category name="WebTools" />
</feature>
- <feature url="features/org.jboss.tools.tptp.feature_0.0.0.jar"
id="org.jboss.tools.tptp.feature" version="0.0.0">
- <category name="TestPerfTools" />
- </feature>
<feature url="features/org.jboss.tools.smooks.feature_0.0.0.jar"
id="org.jboss.tools.smooks.feature" version="0.0.0">
<category name="AllTools" />
<category name="SOATools" />
Modified: trunk/build/pom.xml
===================================================================
--- trunk/build/pom.xml 2011-03-31 12:55:40 UTC (rev 30180)
+++ trunk/build/pom.xml 2011-03-31 15:29:32 UTC (rev 30181)
@@ -14,7 +14,7 @@
mvn clean install -P
parent,\!libs,\!tests,\!jmx,\!archives,\!as,\!common,\!jst,\!xulrunner,\!vpe \
-P
\!jsf,\!freemarker,\!hibernatetools,\!portlet,\!struts,\!smooks,\!cdi,\!birt,\!bpel,\!esb,\!seam,\!examples
\
- -P
\!maven,\!tptp,\!ws,\!modeshape,\!flow,\!jbpm,\!gwt,\!deltacloud,\!runtime,\!usage,\!aggregate-coverage
+ -P
\!maven,\!ws,\!modeshape,\!flow,\!jbpm,\!gwt,\!deltacloud,\!runtime,\!usage,\!aggregate-coverage
-->
<profile>
@@ -479,24 +479,6 @@
</profile>
<profile>
- <id>tptp</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <modules>
- <module>../tptp</module>
- </modules>
- </profile>
-
- <profile>
- <id>tptp-bootstrap</id>
- <modules>
- <module>../tests</module>
- <module>../tptp</module>
- </modules>
- </profile>
-
- <profile>
<id>ws</id>
<activation>
<activeByDefault>true</activeByDefault>