[gatein-commits] gatein SVN: r1635 - portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Feb 11 08:10:23 EST 2010


Author: julien_viet
Date: 2010-02-11 08:10:22 -0500 (Thu, 11 Feb 2010)
New Revision: 1635

Modified:
   portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal-configuration.xml
Log:
GTNPORTAL-625 : fix the group names of the created groups in portal configuration


Modified: portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal-configuration.xml
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal-configuration.xml	2010-02-11 13:02:05 UTC (rev 1634)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal-configuration.xml	2010-02-11 13:10:22 UTC (rev 1635)
@@ -162,10 +162,10 @@
 	          <object type="org.exoplatform.portal.config.NewPortalConfig">
 	            <field  name="predefinedOwner">
 	              <collection type="java.util.HashSet">            
-	              	<value><string>platform/administrators</string></value>    
-	              	<value><string>platform/users</string></value>
-	              	<value><string>platform/guests</string></value>
-	              	<value><string>organization/management/executive-board</string></value>	              
+	              	<value><string>/platform/administrators</string></value>
+	              	<value><string>/platform/users</string></value>
+	              	<value><string>/platform/guests</string></value>
+	              	<value><string>/organization/management/executive-board</string></value>	              
 	              </collection>
 	            </field>
 	            <field  name="ownerType"><string>group</string></field>



More information about the gatein-commits mailing list