[jboss-cvs] JBossAS SVN: r63594 - in trunk/ejb3: src/resources/test-configs and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 21 09:19:48 EDT 2007


Author: wolfc
Date: 2007-06-21 09:19:48 -0400 (Thu, 21 Jun 2007)
New Revision: 63594

Removed:
   trunk/ejb3/src/resources/test-configs/arjuna/
Modified:
   trunk/ejb3/build-test.xml
Log:
Removed arjuna test config

Modified: trunk/ejb3/build-test.xml
===================================================================
--- trunk/ejb3/build-test.xml	2007-06-21 13:13:13 UTC (rev 63593)
+++ trunk/ejb3/build-test.xml	2007-06-21 13:19:48 UTC (rev 63594)
@@ -122,13 +122,6 @@
    <!-- Libraries -->
    <!-- ========= -->
    
-   <path id="arjuna.classpath">
-      <pathelement path="${module.source}/resources/test-configs/arjuna/lib/jbossjts.jar"/>
-   	  <pathelement path="${module.source}/resources/test-configs/arjuna/lib/jbossjts-integration.jar"/>
-   	  <pathelement path="${module.source}/resources/test-configs/arjuna/lib/jbossjts-jacorb.jar"/>
-   	  <pathelement path="${module.source}/resources/test-configs/arjuna/lib/jbossts-common.jar"/>
-   </path>
-
    <!-- The combined library classpath -->
    <path id="library.classpath">
       <path refid="sun.jaf.classpath"/>
@@ -157,7 +150,6 @@
       <path refid="quartz.quartz.classpath"/>
       <path refid="jboss.microcontainer.classpath"/>
       <path refid="jboss.jbossxb.classpath"/>
-      <path refid="arjuna.classpath"/>
       <path refid="hsqldb.hsqldb.classpath"/>
    </path>
 
@@ -204,7 +196,6 @@
       <path refid="jboss.test.classpath"/>
       <path refid="jboss.ejb3.classpath"/>
       <path refid="jboss.embedded.classpath"/>
-      <path refid="arjuna.classpath"/>
       <!--path refid="jboss.webservice.classpath"/-->
    </path>
 
@@ -281,11 +272,6 @@
       <path refid="jboss.ejb3.classpath"/>
    </path>
    
-   <path id="arjuna.client.classpath">
-      <path refid="client.classpath"/>
-      <path refid="arjuna.classpath"/>
-   </path>
-   
    <path id="dd.web.client.classpath">
       <path refid="client.classpath"/>
       <path refid="apache.httpclient.classpath"/>
@@ -3405,9 +3391,6 @@
       <condition property="client.run.classpath" value="dd.classpath">
          <equals arg1="${test}" arg2="dd"/>
       </condition>
-      <condition property="client.run.classpath" value="arjuna.client.classpath">
-         <equals arg1="${test}" arg2="arjuna"/>
-      </condition>
       <condition property="client.run.classpath" value="iiop.client.classpath">
          <equals arg1="${test}" arg2="iiop"/>
       </condition>
@@ -3944,7 +3927,6 @@
       <antcall target="clustered-tests" inheritRefs="true"/>
       <antcall target="invoker-test"  inheritRefs="true"/>
       <antcall target="iiop-tests"  inheritRefs="true"/>
-      <antcall target="arjuna-test"  inheritRefs="true"/>
       <antcall target="libdeployment-test"  inheritRefs="true"/>
    </target>
 
@@ -4379,26 +4361,6 @@
 
    </target>
    
-   <target name="arjuna-test" depends="init">
-      <create-config baseconf="default" newconf="arjuna">
-         <patternset>
-            <include name="conf/**"/>
-            <include name="deploy*/**"/>
-            <include name="lib/**"/>
-         </patternset>
-      </create-config>
-     
-      <start-jboss conf="arjuna" host="${node0}" jvmargs="-Xmx128M"/>
-      <wait-on-host/>
-      
-      <antcall target="test" inheritRefs="true">
-         <param name="test" value="arjuna"/>
-      </antcall>
-      
-      <stop-jboss/>
-      <wait-on-shutdown conf="arjuna"/>
-   </target>
-   
    <target name="libdeployment-test" depends="init">
       <create-config baseconf="all" newconf="libdeployment" jboss.dist="${ejb3.dist}">
          <patternset>




More information about the jboss-cvs-commits mailing list