User: mnf999  
  Date: 01/06/25 18:08:49

  Modified:    src/build build.xml
  Log:
  We need to test the caches for locking behaviour.
  
  This is an MBean and a EJB with different sorts of methods that will stress the 
cache mechanisms.
  
  Revision  Changes    Path
  1.36      +7 -1      jbosstest/src/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/src/build/build.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- build.xml 2001/06/25 01:25:54     1.35
  +++ build.xml 2001/06/26 01:08:49     1.36
  @@ -148,6 +148,7 @@
       <antcall target="web-subproject" />
       <antcall target="jmsra-subproject" />
       <antcall target="logging-subproject" />
  +      <antcall target="threading-subproject" />
     </target>
   
       <target name="bank-subproject" depends="prepare">
  @@ -226,6 +227,11 @@
           <!-- Log4j logging tests -->
           <ant antfile="src/build/subprojects/build-logging.xml" />
       </target>
  +          <target name="threading-subproject" depends="prepare">
  +        <!-- threading tests -->
  +        <ant antfile="src/build/subprojects/build-threading.xml" />
  +    </target>
  +
   <!-- ===================================================================
   ### End testcase build targets
        =================================================================== -->
  @@ -265,7 +271,7 @@
                windowtitle="${Name} API"
                doctitle="${Name}"
                extdirs="${src.lib.dir}"
  -             bottom="Copyright &#169; 2000 The JBoss Organization. All Rights 
Reserved."
  +             bottom="Copyright &#169; 2001 The JBoss Organization. All Rights 
Reserved."
       />
     </target>
   
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to