[jboss-cvs] JBossAS SVN: r74410 - trunk/testsuite/imports.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 11 15:36:58 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-06-11 15:36:58 -0400 (Wed, 11 Jun 2008)
New Revision: 74410

Modified:
   trunk/testsuite/imports/server-config.xml
Log:
Remove out-of-date target

Modified: trunk/testsuite/imports/server-config.xml
===================================================================
--- trunk/testsuite/imports/server-config.xml	2008-06-11 18:19:41 UTC (rev 74409)
+++ trunk/testsuite/imports/server-config.xml	2008-06-11 19:36:58 UTC (rev 74410)
@@ -809,10 +809,6 @@
                <include name="lib/**"/>
             </fileset>
         </copy>
-   	  <!-- FIXME only needs to be done in the ejb3 testsuite -->
-        <antcall target="modify-ejb3-repl_sync">
-             <param name="file_" value="${jboss.dist}/server/@{conf}/deploy/cluster/ejb3-clustered-sfsbcache-beans.xml"/>
-        </antcall>
       </sequential>
    </macrodef>
 
@@ -904,14 +900,6 @@
          </copy>
       </sequential>
    </macrodef>
-
-	<!-- FIXME This only needs to be in the ejb3 testsuite -->
-   <target name="modify-ejb3-repl_sync">
-       <echo message="replacing the cache mode to REPL_SYNC in ${file_}"/>
-       <replaceregexp file="${file_}" byline="yes" flags="is"
-           match="REPL_ASYNC"
-           replace="REPL_SYNC"/>
-   </target>
 	
    <!-- A macro for creating a clustered sso config -->
    <macrodef name="create-cluster-sso-node"




More information about the jboss-cvs-commits mailing list