[gatein-commits] gatein SVN: r2774 - in portal/trunk/examples: portal/war/src/main/webapp/WEB-INF/conf/sample-portal/portal/user/root and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Apr 26 07:07:44 EDT 2010


Author: kien_nguyen
Date: 2010-04-26 07:07:42 -0400 (Mon, 26 Apr 2010)
New Revision: 2774

Modified:
   portal/trunk/examples/extension/war/src/main/webapp/WEB-INF/conf/sample-ext/portal/user/root/navigation.xml
   portal/trunk/examples/extension/war/src/main/webapp/WEB-INF/conf/sample-ext/portal/user/root/pages.xml
   portal/trunk/examples/portal/war/src/main/webapp/WEB-INF/conf/sample-portal/portal/user/root/navigation.xml
   portal/trunk/examples/portal/war/src/main/webapp/WEB-INF/conf/sample-portal/portal/user/root/pages.xml
Log:
GTNPORTAL-1062 change title of sample-ext dashboard from Sales BI to Sample Dashboard

Modified: portal/trunk/examples/extension/war/src/main/webapp/WEB-INF/conf/sample-ext/portal/user/root/navigation.xml
===================================================================
--- portal/trunk/examples/extension/war/src/main/webapp/WEB-INF/conf/sample-ext/portal/user/root/navigation.xml	2010-04-26 10:52:40 UTC (rev 2773)
+++ portal/trunk/examples/extension/war/src/main/webapp/WEB-INF/conf/sample-ext/portal/user/root/navigation.xml	2010-04-26 11:07:42 UTC (rev 2774)
@@ -31,7 +31,7 @@
 			<uri>sample-user</uri>
 			<name>sample-user</name>
 			<label>Sample-Ext Page User</label>
-			<page-reference>user::root::sales</page-reference>
+			<page-reference>user::root::sampledashboard</page-reference>
 		</node>
 	</page-nodes>
 </node-navigation>

Modified: portal/trunk/examples/extension/war/src/main/webapp/WEB-INF/conf/sample-ext/portal/user/root/pages.xml
===================================================================
--- portal/trunk/examples/extension/war/src/main/webapp/WEB-INF/conf/sample-ext/portal/user/root/pages.xml	2010-04-26 10:52:40 UTC (rev 2773)
+++ portal/trunk/examples/extension/war/src/main/webapp/WEB-INF/conf/sample-ext/portal/user/root/pages.xml	2010-04-26 11:07:42 UTC (rev 2774)
@@ -25,8 +25,8 @@
     xsi:schemaLocation="http://www.gatein.org/xml/ns/gatein_objects_1_0 http://www.gatein.org/xml/ns/gatein_objects_1_0"
     xmlns="http://www.gatein.org/xml/ns/gatein_objects_1_0">
   <page>
-    <name>sales</name>
-    <title>Sales BI</title>
+    <name>sampledashboard</name>
+    <title>Sample Dashboard</title>
     <access-permissions>*:/platform/users</access-permissions>
     <edit-permission>*:/platform/administrators</edit-permission>
     <portlet-application>

Modified: portal/trunk/examples/portal/war/src/main/webapp/WEB-INF/conf/sample-portal/portal/user/root/navigation.xml
===================================================================
--- portal/trunk/examples/portal/war/src/main/webapp/WEB-INF/conf/sample-portal/portal/user/root/navigation.xml	2010-04-26 10:52:40 UTC (rev 2773)
+++ portal/trunk/examples/portal/war/src/main/webapp/WEB-INF/conf/sample-portal/portal/user/root/navigation.xml	2010-04-26 11:07:42 UTC (rev 2774)
@@ -31,7 +31,7 @@
 			<uri>sample-user</uri>
 			<name>sample-user</name>
 			<label>Sample-Portal Page User</label>
-			<page-reference>user::root::sales</page-reference>
+			<page-reference>user::root::sampledashboard</page-reference>
 		</node>
 	</page-nodes>
 </node-navigation>

Modified: portal/trunk/examples/portal/war/src/main/webapp/WEB-INF/conf/sample-portal/portal/user/root/pages.xml
===================================================================
--- portal/trunk/examples/portal/war/src/main/webapp/WEB-INF/conf/sample-portal/portal/user/root/pages.xml	2010-04-26 10:52:40 UTC (rev 2773)
+++ portal/trunk/examples/portal/war/src/main/webapp/WEB-INF/conf/sample-portal/portal/user/root/pages.xml	2010-04-26 11:07:42 UTC (rev 2774)
@@ -25,8 +25,8 @@
     xsi:schemaLocation="http://www.gatein.org/xml/ns/gatein_objects_1_0 http://www.gatein.org/xml/ns/gatein_objects_1_0"
     xmlns="http://www.gatein.org/xml/ns/gatein_objects_1_0">
   <page>
-    <name>sales</name>
-    <title>Sales BI</title>
+    <name>sampledashboard</name>
+    <title>Sample Dashboard</title>
     <access-permissions>*:/platform/users</access-permissions>
     <edit-permission>*:/platform/administrators</edit-permission>
     <portlet-application>



More information about the gatein-commits mailing list