[gatein-commits] gatein SVN: r2495 - in portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/conf/portal/portal: template/classic and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Apr 6 10:21:35 EDT 2010


Author: wesleyhales
Date: 2010-04-06 10:21:35 -0400 (Tue, 06 Apr 2010)
New Revision: 2495

Modified:
   portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/conf/portal/portal/classic/portal.xml
   portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/conf/portal/portal/template/classic/portal.xml
Log:
add bread crumb portlet back to default layout

Modified: portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/conf/portal/portal/classic/portal.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/conf/portal/portal/classic/portal.xml	2010-04-06 14:12:38 UTC (rev 2494)
+++ portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/conf/portal/portal/classic/portal.xml	2010-04-06 14:21:35 UTC (rev 2495)
@@ -58,14 +58,14 @@
 	    <show-info-bar>false</show-info-bar>
 	  </portlet-application>
 		
-	  <!--<portlet-application>-->
-      <!--<portlet>-->
-        <!--<application-ref>web</application-ref>-->
-        <!--<portlet-ref>BreadcumbsPortlet</portlet-ref>-->
-      <!--</portlet>-->
-      <!--<access-permissions>Everyone</access-permissions>-->
-	    <!--<show-info-bar>false</show-info-bar>-->
-	  <!--</portlet-application>-->
+	  <portlet-application>
+      <portlet>
+        <application-ref>web</application-ref>
+        <portlet-ref>BreadcumbsPortlet</portlet-ref>
+      </portlet>
+      <access-permissions>Everyone</access-permissions>
+	    <show-info-bar>false</show-info-bar>
+	  </portlet-application>
 	  
 	  <page-body> </page-body>
 	  

Modified: portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/conf/portal/portal/template/classic/portal.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/conf/portal/portal/template/classic/portal.xml	2010-04-06 14:12:38 UTC (rev 2494)
+++ portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/conf/portal/portal/template/classic/portal.xml	2010-04-06 14:21:35 UTC (rev 2495)
@@ -58,14 +58,14 @@
 	    <show-info-bar>false</show-info-bar>
 	  </portlet-application>
 		
-	  <!--<portlet-application>-->
-      <!--<portlet>-->
-        <!--<application-ref>web</application-ref>-->
-        <!--<portlet-ref>BreadcumbsPortlet</portlet-ref>-->
-      <!--</portlet>-->
-      <!--<access-permissions>Everyone</access-permissions>-->
-	    <!--<show-info-bar>false</show-info-bar>-->
-	  <!--</portlet-application>-->
+	  <portlet-application>
+      <portlet>
+        <application-ref>web</application-ref>
+        <portlet-ref>BreadcumbsPortlet</portlet-ref>
+      </portlet>
+      <access-permissions>Everyone</access-permissions>
+	    <show-info-bar>false</show-info-bar>
+	  </portlet-application>
 	  
 	  <page-body> </page-body>
 	  



More information about the gatein-commits mailing list