Author: julien_viet
Date: 2011-06-26 17:02:44 -0400 (Sun, 26 Jun 2011)
New Revision: 6751
Modified:
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal/classic/portal.xml
Log:
GTNPORTAL-1854 : provide a display name and description for the classic site since we can
do it now
Modified:
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal/classic/portal.xml
===================================================================
---
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal/classic/portal.xml 2011-06-26
20:39:45 UTC (rev 6750)
+++
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal/classic/portal.xml 2011-06-26
21:02:44 UTC (rev 6751)
@@ -22,9 +22,11 @@
<portal-config
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-
xsi:schemaLocation="http://www.gatein.org/xml/ns/gatein_objects_1_1
http://www.gatein.org/xml/ns/gatein_objects_1_1"
-
xmlns="http://www.gatein.org/xml/ns/gatein_objects_1_1">
+
xsi:schemaLocation="http://www.gatein.org/xml/ns/gatein_objects_1_2
http://www.gatein.org/xml/ns/gatein_objects_1_2"
+
xmlns="http://www.gatein.org/xml/ns/gatein_objects_1_2">
<portal-name>classic</portal-name>
+ <label>Classic</label>
+ <description>GateIn default portal</description>
<locale>en</locale>
<access-permissions>Everyone</access-permissions>
<edit-permission>*:/platform/administrators</edit-permission>