[jboss-svn-commits] JBL Code SVN: r31839 - labs/jbosstm/trunk/maven.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Feb 25 08:57:50 EST 2010


Author: jhalliday
Date: 2010-02-25 08:57:49 -0500 (Thu, 25 Feb 2010)
New Revision: 31839

Modified:
   labs/jbosstm/trunk/maven/build.xml
Log:
Tweak maven build file to work in JTA only env. JBTM-687 


Modified: labs/jbosstm/trunk/maven/build.xml
===================================================================
--- labs/jbosstm/trunk/maven/build.xml	2010-02-25 13:44:08 UTC (rev 31838)
+++ labs/jbosstm/trunk/maven/build.xml	2010-02-25 13:57:49 UTC (rev 31839)
@@ -80,7 +80,7 @@
         </copy>
 
         <if>
-            <available file="@{dir}/@{artifact}-sources.jar"/>
+            <available file="../ArjunaJTS/jacorb/lib/jacorb.jar"/>
             <then>
                 <!-- we use a local copy of JacORB for build/test as we need bits of it that are not in mvn.
                 However, we should ensure the AS has not upgraded or we'll wind up running on an untested version: -->



More information about the jboss-svn-commits mailing list