User: user57  
  Date: 01/07/27 23:16:48

  Modified:    .        modules
  Log:
   o re-org for future additions of slimmed down versions of jboss-all
  
  Revision  Changes    Path
  1.23      +35 -24    CVSROOT/modules
  
  Index: modules
  ===================================================================
  RCS file: /cvsroot/jboss/CVSROOT/modules,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- modules   2001/07/28 06:11:14     1.22
  +++ modules   2001/07/28 06:16:48     1.23
  @@ -49,37 +49,17 @@
   ## The following is for testing Buildmagic as the JBoss build system.
   ##
   
  -jboss-all            -d jboss-all \
  -                     &jboss-all-modules \
  -                     &_jboss_support
  -
  -jboss-all-modules    -a \
  -                     _jboss_build \
  -                     _jboss_j2ee \
  -                     _jboss_naming \
  -                     _jboss_server \
  -                     _jboss_pool \
  -                     _jboss_connector \
  -                     _jboss_messaging \
  -                     _jboss_security \
  -                     _jboss_testsuite \
  -                     _jboss_cluster \
  -                     _jboss_admin \
  -                     _jboss_manual \
  -                     _jboss_plugins 
  -
  -jboss-all-plugins    -a \
  -                     &_plugins_tomcat \
  -                     &_plugins_jetty
  -
   _jboss_tools         -d tools        tools
   _jboss_thirdparty    -d thirdparty   thirdparty
  -_jboss_plugins               -d plugins      &jboss-all-plugins
   
   _jboss_support               -a \
                        _jboss_tools \
                        _jboss_thirdparty
   
  +##
  +## Core & support modules
  +##
  +
   _jboss_build                 -d build        build
   _jboss_server                -d server       jboss
   _jboss_naming                -d naming       jnp
  @@ -93,6 +73,37 @@
   _jboss_j2ee          -d j2ee         jboss-j2ee
   _jboss_manual                -d manual       manual
   
  +##
  +## Plugins
  +##
  +
   _plugins_zoap                -d zoap         zoap
   _plugins_tomcat              -d tomcat       contrib/tomcat
   _plugins_jetty               -d jetty        contrib/jetty
  +
  +##
  +## The jboss-all module should contain everything.
  +##
  +
  +jboss-all            -d jboss-all \
  +                     &_jboss_support \
  +                     &jboss-all-modules \
  +                     &jboss-all-plugins
  +
  +jboss-all-modules    -a \
  +                     _jboss_build \
  +                     _jboss_j2ee \
  +                     _jboss_naming \
  +                     _jboss_server \
  +                     _jboss_pool \
  +                     _jboss_connector \
  +                     _jboss_messaging \
  +                     _jboss_security \
  +                     _jboss_testsuite \
  +                     _jboss_cluster \
  +                     _jboss_admin \
  +                     _jboss_manual
  +
  +jboss-all-plugins    -a \
  +                     &_plugins_tomcat \
  +                     &_plugins_jetty
  
  
  

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

Reply via email to