[portal-commits] JBoss Portal SVN: r6071 - in trunk: core/src/main/org/jboss/portal/core/portlet and 1 other directory.

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Mon Jan 22 16:34:57 EST 2007


Author: julien at jboss.com
Date: 2007-01-22 16:34:57 -0500 (Mon, 22 Jan 2007)
New Revision: 6071

Removed:
   trunk/core/src/main/org/jboss/portal/core/portlet/plugins/
   trunk/core/src/main/org/jboss/portal/core/portlet/theme/
Modified:
   trunk/build/build.xml
Log:
include core integration modules in default build

Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml	2007-01-22 21:24:14 UTC (rev 6070)
+++ trunk/build/build.xml	2007-01-22 21:34:57 UTC (rev 6071)
@@ -127,6 +127,9 @@
          <module name="format"/>
          <module name="samples"/>
          <module name="core"/>
+         <module name="core-cms"/>
+         <module name="core-management"/>
+         <module name="core-samples"/>
          <module name="wsrp"/>
          <module name="registration"/>
       	 <module name="workflow"/>
@@ -135,7 +138,7 @@
 
          <group name="portal">
             <include
-               modules="common, test, api, faces, jems, server, security, identity, format, portlet, federation, theme, workflow, cms, bridge, samples, registration, wsrp, core"/>
+               modules="common, test, api, faces, jems, server, security, identity, format, portlet, federation, theme, workflow, cms, bridge, samples, registration, wsrp, core, core-cms, core-management, core-samples"/>
          </group>
 
          <group name="cms">




More information about the portal-commits mailing list