User: user57  
  Date: 01/07/27 21:48:55

  Modified:    .        Tag: jboss_buildmagic build.xml config.xml
  Log:
   o removing dependency libs from admin/lib, the module will get them
     from thirdparty/ or as a dependent module
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.4   +2 -1      build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/build/build.xml,v
  retrieving revision 1.2.2.3
  retrieving revision 1.2.2.4
  diff -u -r1.2.2.3 -r1.2.2.4
  --- build.xml 2001/07/28 00:50:48     1.2.2.3
  +++ build.xml 2001/07/28 04:48:55     1.2.2.4
  @@ -24,7 +24,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.2.2.3 2001/07/28 00:50:48 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.2.2.4 2001/07/28 04:48:55 user57 Exp $ -->
   
   <project name="jboss" default="main" basedir="..">
   
  @@ -147,6 +147,7 @@
   
       <!-- Show some informative fluff -->
       <echo>Project root is ${project.root}</echo>
  +    <echo>Modules list is ${modules}</echo>
   
       <!-- Execute module init hook -->
       <call target="init-hook" unless="bypass-init-hook"/>
  
  
  
  1.2.2.4   +12 -2     build/config.xml
  
  Index: config.xml
  ===================================================================
  RCS file: /cvsroot/jboss/build/config.xml,v
  retrieving revision 1.2.2.3
  retrieving revision 1.2.2.4
  diff -u -r1.2.2.3 -r1.2.2.4
  --- config.xml        2001/07/28 01:32:06     1.2.2.3
  +++ config.xml        2001/07/28 04:48:55     1.2.2.4
  @@ -14,7 +14,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: config.xml,v 1.2.2.3 2001/07/28 01:32:06 user57 Exp $ -->
  +<!-- $Id: config.xml,v 1.2.2.4 2001/07/28 04:48:55 user57 Exp $ -->
   
     <!-- ================================================================== -->
     <!-- Project Setup                                                      -->
  @@ -55,8 +55,18 @@
     <!-- Modules Setup                                                      -->
     <!-- ================================================================== -->
   
  +  <property name="modules.core" 
  +         value="j2ee, naming, server"/>
  +
  +  <property name="modules.support" 
  +         value="security, messaging, connector, pool"/>
  +
  +  <property name="modules.optional" 
  +         value="cluster, admin, testsuite"/>
  +
     <!-- This is the comma separated list of modules (& execution order) -->
  -  <property name="modules" value="j2ee, naming, server, connector, pool"/>
  +  <property name="modules" 
  +         value="${modules.core}, ${modules.support}, ${modules.optional}"/>
   
   
     <!-- ================================================================== -->
  
  
  

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

Reply via email to