User: d_jencks
  Date: 01/07/27 12:32:02

  Modified:    src/build build.xml
  Log:
  Added test for ConnectionFactoryLoader load-after-rar-deployed functionality
  
  Revision  Changes    Path
  1.38      +6 -0      jbosstest/src/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/src/build/build.xml,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- build.xml 2001/06/30 04:38:05     1.37
  +++ build.xml 2001/07/27 19:32:02     1.38
  @@ -150,6 +150,7 @@
       <antcall target="logging-subproject" />
       <antcall target="threading-subproject" />
       <antcall target="readahead-subproject" />
  +    <antcall target="jmx-subproject" />
     </target>
   
       <target name="bank-subproject" depends="prepare">
  @@ -235,6 +236,11 @@
       <target name="threading-subproject" depends="prepare">
           <!-- threading tests -->
           <ant antfile="src/build/subprojects/build-threading.xml" />
  +    </target>
  +
  +    <target name="jmx-subproject" depends="prepare">
  +        <!-- jmx administration tests -->
  +        <ant antfile="src/build/subprojects/build-jmx.xml" />
       </target>
   
   <!-- ===================================================================
  
  
  

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

Reply via email to