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

Julien Viet julien at jboss.com
Wed Jul 19 08:08:10 EDT 2006


  User: julien  
  Date: 06/07/19 08:08:10

  Modified:    build    build.xml
  Log:
  factored out jems component into jems module
  
  Revision  Changes    Path
  1.35      +4 -3      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.34
  retrieving revision 1.35
  diff -u -b -r1.34 -r1.35
  --- build.xml	18 Jul 2006 20:36:58 -0000	1.34
  +++ build.xml	19 Jul 2006 12:08:10 -0000	1.35
  @@ -8,7 +8,7 @@
   
      ]>
   
  -<!-- $Id: build.xml,v 1.34 2006/07/18 20:36:58 julien Exp $ -->
  +<!-- $Id: build.xml,v 1.35 2006/07/19 12:08:10 julien Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss Portal: The OpenSource Portal                                  |-->
  @@ -113,6 +113,7 @@
   
            <module name="common"/>
            <module name="test"/>
  +         <module name="jems"/>
            <module name="security"/>
            <module name="faces"/>
            <module name="api"/>
  @@ -133,11 +134,11 @@
   
            <group name="portal">
               <include
  -               modules="common, test, api, faces, server, security, identity, format, portlet, federation, theme, cms, bridge, samples, wsrp, core"/>
  +               modules="common, test, api, faces, server, jems, security, identity, format, portlet, federation, theme, cms, bridge, samples, wsrp, core"/>
            </group>
   
            <group name="cms">
  -            <include modules="common, test, cms"/>
  +            <include modules="common, test, jems, cms"/>
            </group>
   
            <group name="security">
  
  
  



More information about the jboss-cvs-commits mailing list