[jboss-svn-commits] JBL Code SVN: r37412 - in labs/jbosstm/trunk/qa: tests and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Aug 15 06:47:30 EDT 2011


Author: tomjenkinson
Date: 2011-08-15 06:47:30 -0400 (Mon, 15 Aug 2011)
New Revision: 37412

Modified:
   labs/jbosstm/trunk/qa/
   labs/jbosstm/trunk/qa/build.xml
   labs/jbosstm/trunk/qa/tests/
Log:
Updated to remove the svn:ignore as we have a clean target


Property changes on: labs/jbosstm/trunk/qa
___________________________________________________________________
Deleted: svn:ignore
   - PutObjectStoreDirHere
ObjectStore
TEST-*.txt
build
testoutput
dist
transaction.log


Modified: labs/jbosstm/trunk/qa/build.xml
===================================================================
--- labs/jbosstm/trunk/qa/build.xml	2011-08-15 10:43:39 UTC (rev 37411)
+++ labs/jbosstm/trunk/qa/build.xml	2011-08-15 10:47:30 UTC (rev 37412)
@@ -76,6 +76,8 @@
   </target>
   <target name="clean">
     <delete dir="dbdrivers"/>
+    <delete dir="PutObjectStoreDirHere"/>
+    <delete dir="ObjectStore"/>
     <delete dir="testoutput"/>
     <delete dir="${org.jboss.jbossts.qa.dist.buildroot}"/>
     <delete dir="${org.jboss.jbossts.qa.ts.home}"/>


Property changes on: labs/jbosstm/trunk/qa/tests
___________________________________________________________________
Deleted: svn:ignore
   - build




More information about the jboss-svn-commits mailing list