[portal-commits] JBoss Portal SVN: r6119 - in trunk: build and 1 other directories.

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Tue Jan 30 08:18:30 EST 2007


Author: julien at jboss.com
Date: 2007-01-30 08:18:30 -0500 (Tue, 30 Jan 2007)
New Revision: 6119

Added:
   trunk/portlet-federation/
Modified:
   trunk/build/build.xml
   trunk/tools/etc/buildfragments/modules.ent
Log:
renamed the federation module to portlet-federation

Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml	2007-01-30 02:06:15 UTC (rev 6118)
+++ trunk/build/build.xml	2007-01-30 13:18:30 UTC (rev 6119)
@@ -120,7 +120,7 @@
          <module name="server"/>
          <module name="identity"/>
          <module name="portlet"/>
-         <module name="federation"/>
+         <module name="portlet-federation"/>
          <module name="theme"/>
          <module name="bridge"/>
          <module name="cms"/>
@@ -138,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, core-cms, core-management, core-samples"/>
+               modules="common, test, api, faces, jems, server, security, identity, format, portlet, portlet-federation, theme, workflow, cms, bridge, samples, registration, wsrp, core, core-cms, core-management, core-samples"/>
          </group>
 
          <group name="cms">

Copied: trunk/portlet-federation (from rev 6118, trunk/federation)

Modified: trunk/tools/etc/buildfragments/modules.ent
===================================================================
--- trunk/tools/etc/buildfragments/modules.ent	2007-01-30 02:06:15 UTC (rev 6118)
+++ trunk/tools/etc/buildfragments/modules.ent	2007-01-30 13:18:30 UTC (rev 6119)
@@ -64,7 +64,7 @@
   </path>
 
   <!-- portlet-federation -->
-  <property name="jboss.portal-portlet-federation.root" value="${project.root}/federation/output"/>
+  <property name="jboss.portal-portlet-federation.root" value="${project.root}/portlet-federation/output"/>
   <property name="jboss.portal-portlet-federation.lib" value="${jboss.portal-portlet-federation.root}/lib"/>
   <path id="jboss.portal-portlet-federation.classpath">
     <pathelement path="${jboss.portal-portlet-federation.lib}/portal-portlet-federation-lib.jar"/>




More information about the portal-commits mailing list