User: sparre  
  Date: 01/10/03 16:05:53

  Modified:    .        build.xml
  Log:
  Fixed dbtest ejb-jar file generation.
  
  Revision  Changes    Path
  1.36      +2 -2      jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- build.xml 2001/09/28 20:36:19     1.35
  +++ build.xml 2001/10/03 23:05:53     1.36
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.35 2001/09/28 20:36:19 patriot1burke Exp $ -->
  +<!-- $Id: build.xml,v 1.36 2001/10/03 23:05:53 sparre Exp $ -->
   
   <project default="main" name="JBoss/Testsuite">
   
  @@ -695,7 +695,7 @@
           <patternset refid="common.test.application.classes"/>
           <include name="org/jboss/test/dbtest/interfaces/**"/>
           <include name="org/jboss/test/dbtest/ejb/**"/>
  -        <include name="org/jboss/test/dbtest/beans/**"/>
  +        <include name="org/jboss/test/dbtest/bean/**"/>
         </fileset>
         <fileset dir="${build.resources}/dbtest">
           <include name="**/*.xml"/>
  
  
  

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

Reply via email to