User: d_jencks
  Date: 01/07/30 07:29:23

  Modified:    src/build/subprojects build-jmx.xml
  Log:
  Changed to use Deploy class to deploy test ejb and to make only one jar
  
  Revision  Changes    Path
  1.2       +3 -6      jbosstest/src/build/subprojects/build-jmx.xml
  
  Index: build-jmx.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/src/build/subprojects/build-jmx.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build-jmx.xml     2001/07/27 19:32:02     1.1
  +++ build-jmx.xml     2001/07/30 14:29:22     1.2
  @@ -27,16 +27,13 @@
               <fileset dir="${src.resources}/jmx"/>
           </copy>
   
  -        <jar jarfile="${build.deploy.dir}/jmxtestejb.jar"
  -             basedir="${build.classes.dir}"
  -             
includes="org/jboss/test/jmx/interfaces/**,org/jboss/test/jmx/ejb/**,**/*.xml"
  -        />   
  -       <jar jarfile="${build.lib.dir}/testjmx.jar"
  +       <jar jarfile="${build.deploy.dir}/jmxtest.jar"
                basedir="${build.classes.dir}">
                <include name="org/jboss/test/jmx/**" />
  -             <include name="test.jcml" />
  +             <!--include name="test.jcml" /-->
                <include name="jndi.properties" />
                <include name="client.policy" />
  +             <include name="**/*.xml" />
           </jar>
       </target>
   
  
  
  

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

Reply via email to