[jbosstools-commits] JBoss Tools SVN: r23451 - in workspace/dgolovin/experimental-build/bootstrap-build: tests and 1 other directory.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Thu Jul 15 16:42:33 EDT 2010
Author: dgolovin
Date: 2010-07-15 16:42:33 -0400 (Thu, 15 Jul 2010)
New Revision: 23451
Modified:
workspace/dgolovin/experimental-build/bootstrap-build/build/pom.xml
workspace/dgolovin/experimental-build/bootstrap-build/tests/pom.xml
Log:
Modified: workspace/dgolovin/experimental-build/bootstrap-build/build/pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/bootstrap-build/build/pom.xml 2010-07-15 20:38:07 UTC (rev 23450)
+++ workspace/dgolovin/experimental-build/bootstrap-build/build/pom.xml 2010-07-15 20:42:33 UTC (rev 23451)
@@ -26,7 +26,7 @@
<id>suite2</id>
<phase>install</phase>
<goals>
- <goal>checkout</goal>
+ <goal>bootstrap</goal>
</goals>
</execution>
</executions>
Modified: workspace/dgolovin/experimental-build/bootstrap-build/tests/pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/bootstrap-build/tests/pom.xml 2010-07-15 20:38:07 UTC (rev 23450)
+++ workspace/dgolovin/experimental-build/bootstrap-build/tests/pom.xml 2010-07-15 20:42:33 UTC (rev 23451)
@@ -19,13 +19,14 @@
<configuration>
<checkoutDirectory>${basedir}/../../tests</checkoutDirectory>
<goals>install</goals>
+ <profiles>helios-no-target</profiles>
</configuration>
<executions>
<execution>
<id>suite2</id>
<phase>install</phase>
<goals>
- <goal>checkout</goal>
+ <goal>bootstrap</goal>
</goals>
</execution>
</executions>
More information about the jbosstools-commits
mailing list