[jboss-cvs] jboss-portal/build ...

Julien Viet julien at jboss.com
Tue Jul 18 16:36:58 EDT 2006


  User: julien  
  Date: 06/07/18 16:36:58

  Modified:    build    build.xml
  Log:
  factoring federation in a separate module
  
  Revision  Changes    Path
  1.34      +3 -2      jboss-portal/build/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/build/build.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -b -r1.33 -r1.34
  --- build.xml	3 Jul 2006 15:47:48 -0000	1.33
  +++ build.xml	18 Jul 2006 20:36:58 -0000	1.34
  @@ -8,7 +8,7 @@
   
      ]>
   
  -<!-- $Id: build.xml,v 1.33 2006/07/03 15:47:48 julien Exp $ -->
  +<!-- $Id: build.xml,v 1.34 2006/07/18 20:36:58 julien Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss Portal: The OpenSource Portal                                  |-->
  @@ -119,6 +119,7 @@
            <module name="server"/>
            <module name="identity"/>
            <module name="portlet"/>
  +         <module name="federation"/>
            <module name="theme"/>
            <module name="bridge"/>
            <module name="cms"/>
  @@ -132,7 +133,7 @@
   
            <group name="portal">
               <include
  -               modules="common, test, api, faces, server, security, identity, format, portlet, theme, cms, bridge, samples, wsrp, core"/>
  +               modules="common, test, api, faces, server, security, identity, format, portlet, federation, theme, cms, bridge, samples, wsrp, core"/>
            </group>
   
            <group name="cms">
  
  
  



More information about the jboss-cvs-commits mailing list