User: d_jencks
  Date: 01/09/12 12:57:31

  Modified:    .        build.xml
  Log:
  Added a JBossTestCase class with logging, access to mbean server, initial context, 
and deploy/undeploy methods for j2ee packages and service packages.  Converted 
ConnectionFactoryLoaderUnitTestCase and DeployServiceUnitTestCase to descend from 
JBossTestCase. Fixed cfl test case to work again
  
  Revision  Changes    Path
  1.19      +3 -1      jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- build.xml 2001/09/12 04:55:37     1.18
  +++ build.xml 2001/09/12 19:57:31     1.19
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.18 2001/09/12 04:55:37 d_jencks Exp $ -->
  +<!-- $Id: build.xml,v 1.19 2001/09/12 19:57:31 d_jencks Exp $ -->
   
   <project default="main" name="JBoss/Testsuite">
   
  @@ -845,6 +845,7 @@
         </fileset>
         <fileset dir="${build.resources}/jmx">
           <include name="*.*"/>
  +        <include name="META-INF/*.*"/>
         </fileset>
       </jar>
   
  @@ -1878,4 +1879,5 @@
         </fileset>
       </zip>
     </target>
  +
   </project>
  
  
  

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

Reply via email to