[jboss-svn-commits] JBL Code SVN: r32012 - labs/jbosstm/trunk/qa.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Mar 10 04:06:17 EST 2010
Author: jhalliday
Date: 2010-03-10 04:06:16 -0500 (Wed, 10 Mar 2010)
New Revision: 32012
Modified:
labs/jbosstm/trunk/qa/build.xml
Log:
Improvements to build clean behaviour. JBTM-711
Modified: labs/jbosstm/trunk/qa/build.xml
===================================================================
--- labs/jbosstm/trunk/qa/build.xml 2010-03-10 04:51:36 UTC (rev 32011)
+++ labs/jbosstm/trunk/qa/build.xml 2010-03-10 09:06:16 UTC (rev 32012)
@@ -111,7 +111,9 @@
<target name="clean" depends="buildtype">
<delete dir="${org.jboss.jbossts.qa.dist.buildroot}"/>
- <ant dir="tests" antfile="build-${buildtype}.xml" target="clean"/>
+ <!-- always use jts regardless of build type, as we may not be able to
+ determine the build type at clean time and jts should have the superset -->
+ <ant dir="tests" antfile="build-jts.xml" target="clean"/>
</target>
<target name="init" depends="buildtype">
More information about the jboss-svn-commits
mailing list