[jboss-cvs] build/mc ...

Scott Stark scott.stark at jboss.com
Thu Jul 13 19:16:06 EDT 2006


  User: starksm 
  Date: 06/07/13 19:16:06

  Modified:    mc       build.xml
  Log:
  Add j2se, mbeans, system modules
  
  Revision  Changes    Path
  1.4       +5 -2      build/mc/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/build/mc/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- build.xml	23 May 2006 05:30:28 -0000	1.3
  +++ build.xml	13 Jul 2006 23:16:06 -0000	1.4
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.3 2006/05/23 05:30:28 starksm Exp $ -->
  +<!-- $Id: build.xml,v 1.4 2006/07/13 23:16:06 starksm Exp $ -->
   
   <project default="main" name="JBossMC/Build">
   
  @@ -80,7 +80,10 @@
         <module name="container"/>
         <module name="dependency"/>
         <module name="kernel"/>
  +      <module name="j2se"/>
  +      <module name="mbeans"/>
         <module name="test"/>
  +      <module name="system"/>
   
         <!-- Module groups -->
   
  @@ -92,7 +95,7 @@
         </group>
   
         <group name="core">
  -        <include modules="common, test, container, dependency, kernel"/>
  +        <include modules="common, test, container, dependency, kernel, j2se, mbeans, system"/>
         </group>
   
         <group name="default">
  
  
  



More information about the jboss-cvs-commits mailing list