[jboss-cvs] jbosstest/imports/sections ...

Anil Saldhana anil.saldhana at jboss.com
Wed Jul 26 17:59:42 EDT 2006


  User: asaldhana
  Date: 06/07/26 17:59:42

  Modified:    imports/sections  Tag: Branch_3_2 jmx.xml
  Log:
  JBAS-3210: build the temp file creator service jar
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.3   +7 -0      jbosstest/imports/sections/jmx.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jmx.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/imports/sections/jmx.xml,v
  retrieving revision 1.2.2.2
  retrieving revision 1.2.2.3
  diff -u -b -r1.2.2.2 -r1.2.2.3
  --- jmx.xml	16 Jan 2006 20:59:59 -0000	1.2.2.2
  +++ jmx.xml	26 Jul 2006 21:59:42 -0000	1.2.2.3
  @@ -601,5 +601,12 @@
               <include name="org/jboss/test/jmx/shutdown/*"/>
            </fileset>
         </jar>
  +      
  +      <!-- Temp File Creator Service -->
  +      <jar destfile="${build.lib}/tempfilecreator.jar">
  +         <fileset dir="${build.classes}">
  +            <include name="org/jboss/test/jmx/mbean/Temp**"/>
  +         </fileset>
  +      </jar>
      </target>
   </project>
  
  
  



More information about the jboss-cvs-commits mailing list