User: d_jencks
  Date: 02/02/20 09:40:12

  Modified:    .        build.xml
  Log:
  Made mbean depending on ejb work, with a test case
  
  Revision  Changes    Path
  1.73      +2 -1      jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.72
  retrieving revision 1.73
  diff -u -r1.72 -r1.73
  --- build.xml 19 Feb 2002 19:57:15 -0000      1.72
  +++ build.xml 20 Feb 2002 17:40:11 -0000      1.73
  @@ -27,7 +27,7 @@
   <!--            tests-jmxri-compliance still needs to run over jmxri.jar -->
   <!--            the aim of that test is to check our compliance suite.   -->
   
  -<!-- $Id: build.xml,v 1.72 2002/02/19 19:57:15 starksm Exp $ -->
  +<!-- $Id: build.xml,v 1.73 2002/02/20 17:40:11 d_jencks Exp $ -->
   
   <project default="main" name="JBoss/Testsuite">
   
  @@ -2546,6 +2546,7 @@
         <classpath>
           <pathelement location="${build.classes}"/>
           <pathelement location="${build.resources}"/>
  +        <path refid="tests.classpath"/>
         </classpath>
   
         <formatter classname="org.jboss.ant.taskdefs.XMLJUnitResultFormatter"
  
  
  

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

Reply via email to