[jboss-svn-commits] JBL Code SVN: r9635 - labs/jbosslabs/trunk/portal-extensions/portal-default/src/web/WEB-INF.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Feb 20 07:08:23 EST 2007


Author: szimano
Date: 2007-02-20 07:08:23 -0500 (Tue, 20 Feb 2007)
New Revision: 9635

Modified:
   labs/jbosslabs/trunk/portal-extensions/portal-default/src/web/WEB-INF/default-object.xml
Log:
dashboard - jak to ktos wywali raz jeszcze, to bede bardzo bardzo zly

Modified: labs/jbosslabs/trunk/portal-extensions/portal-default/src/web/WEB-INF/default-object.xml
===================================================================
--- labs/jbosslabs/trunk/portal-extensions/portal-default/src/web/WEB-INF/default-object.xml	2007-02-20 11:56:07 UTC (rev 9634)
+++ labs/jbosslabs/trunk/portal-extensions/portal-default/src/web/WEB-INF/default-object.xml	2007-02-20 12:08:23 UTC (rev 9635)
@@ -214,6 +214,17 @@
                		<name>dashboard</name>
                		<value>true</value>
                	</property>
+               	<!-- Set the layout for the default portal, see also portal-layouts.xml. -->
+				<property>
+					<name>layout.id</name>
+					<value>org</value>
+				</property>
+				<!-- Set the theme for the default portal, see also portal-themes.xml. -->
+				<property>
+					<name>theme.id</name>
+					<!--value>jboss-forge</value-->
+					<value>org</value>
+				</property>
 			</properties>
 			
 			<window>
@@ -492,4 +503,56 @@
          </page>
       </portal>
    </deployment>
+      <deployment>
+      <parent-ref/>
+      <if-exists>keep</if-exists>
+      <context>
+         <context-name>dashboard</context-name>
+         <properties>
+            <!--
+            | Set the layout for the default portal, see also portal-layouts.xml.
+            -->
+            <property>
+               <name>layout.id</name>
+               <value>generic</value>
+            </property>
+            <!--
+            | Set the theme for the default portal, see also portal-themes.xml.
+            -->
+            <property>
+               <name>theme.id</name>
+               <value>renaissance</value>
+            </property>
+            <!--
+            | Set the default render set name (used by the render tag in layouts), see also portal-renderSet.xml
+            -->
+            <property>
+               <name>theme.renderSetId</name>
+               <value>divRenderer</value>
+            </property>
+            <!--
+            | Set the default strategy name (used by the strategy interceptor), see also portal-strategies.xml
+            -->
+            <property>
+               <name>layout.strategyId</name>
+               <value>maximizedRegion</value>
+            </property>
+            <!--
+            | Set the dashboard property
+            -->
+            <property>
+               <name>dashboard</name>
+               <value>true</value>
+            </property>
+         </properties>
+<!--
+         <security-constraint>
+            <policy-permission>
+               <role-name>Authenticated</role-name>
+               <action-name>view</action-name>
+            </policy-permission>
+         </security-constraint>
+-->
+      </context>
+   </deployment>
 </deployments>




More information about the jboss-svn-commits mailing list