User: starksm 
  Date: 02/02/15 10:21:55

  Modified:    .        build.xml
  Log:
  No longer include the ejb interfaces in the war
  
  Revision  Changes    Path
  1.67      +1 -2      jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.66
  retrieving revision 1.67
  diff -u -r1.66 -r1.67
  --- build.xml 15 Feb 2002 06:32:22 -0000      1.66
  +++ build.xml 15 Feb 2002 18:21:55 -0000      1.67
  @@ -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.66 2002/02/15 06:32:22 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.67 2002/02/15 18:21:55 starksm Exp $ -->
   
   <project default="main" name="JBoss/Testsuite">
   
  @@ -1438,7 +1438,6 @@
           <include name="soap-2_2.jar"/>
         </lib>
         <classes dir="${build.classes}">
  -         <include name="org/jboss/test/web/interfaces/**"/>
            <include name="org/jboss/test/web/servlets/**"/>
            <include name="org/jboss/test/web/util/ClassInClasses.class"/>
         </classes>
  
  
  

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

Reply via email to