User: starksm 
  Date: 02/02/27 10:41:12

  Modified:    .        build.xml
  Log:
  Cleanup the hello.jar build
  
  Revision  Changes    Path
  1.79      +2 -5      jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.78
  retrieving revision 1.79
  diff -u -r1.78 -r1.79
  --- build.xml 25 Feb 2002 08:07:18 -0000      1.78
  +++ build.xml 27 Feb 2002 18:41:12 -0000      1.79
  @@ -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.78 2002/02/25 08:07:18 starksm Exp $ -->
  +<!-- $Id: build.xml,v 1.79 2002/02/27 18:41:12 starksm Exp $ -->
   
   <project default="main" name="JBoss/Testsuite">
   
  @@ -783,14 +783,11 @@
   
       <!-- build hello.jar -->
       <jar jarfile="${build.lib}/hello.jar">
  +      <metainf dir="${build.resources}/hello/META-INF" />
         <fileset dir="${build.classes}">
           <patternset refid="common.test.application.classes"/>
           <include name="org/jboss/test/hello/interfaces/**"/>
           <include name="org/jboss/test/hello/ejb/**"/>
  -        <include name="org/jboss/test/hello/beans/**"/>
  -      </fileset>
  -      <fileset dir="${build.resources}/hello">
  -        <include name="**/*.xml"/>
         </fileset>
       </jar>
     </target>
  
  
  

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

Reply via email to