[jboss-cvs] JBossAS SVN: r60593 - branches/Branch_4_2/ejb3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 16 12:10:42 EST 2007


Author: dimitris at jboss.org
Date: 2007-02-16 12:10:42 -0500 (Fri, 16 Feb 2007)
New Revision: 60593

Modified:
   branches/Branch_4_2/ejb3/build-test.xml
Log:
point ejb3 tests to the standard jboss dist

Modified: branches/Branch_4_2/ejb3/build-test.xml
===================================================================
--- branches/Branch_4_2/ejb3/build-test.xml	2007-02-16 17:07:47 UTC (rev 60592)
+++ branches/Branch_4_2/ejb3/build-test.xml	2007-02-16 17:10:42 UTC (rev 60593)
@@ -66,7 +66,7 @@
    <!-- Import the jboss server run targets -->
    <import file="../testsuite/imports/server-config.xml"/>
    <!-- Propagate the dist directory as a jbosstest system property -->
-   <property name="ejb3.dist" value="${jboss.dist}-ejb3"/>
+   <property name="ejb3.dist" value="${jboss.dist}"/>
    <echo message="${ejb3.dist}"/>
    <property name="jbosstest.dist" value="${ejb3.dist}"/>
 




More information about the jboss-cvs-commits mailing list