[jboss-cvs] JBossBlog SVN: r313 - trunk/resources-portlet/WEB-INF.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Sun May 18 08:43:52 EDT 2008
Author: adamw
Date: 2008-05-18 08:43:51 -0400 (Sun, 18 May 2008)
New Revision: 313
Modified:
trunk/resources-portlet/WEB-INF/blog-object.xml
trunk/resources-portlet/WEB-INF/portlet-instances.xml
Log:
Modified: trunk/resources-portlet/WEB-INF/blog-object.xml
===================================================================
--- trunk/resources-portlet/WEB-INF/blog-object.xml 2008-05-12 15:23:16 UTC (rev 312)
+++ trunk/resources-portlet/WEB-INF/blog-object.xml 2008-05-18 12:43:51 UTC (rev 313)
@@ -15,4 +15,16 @@
<height>3</height>
</window>
</deployment>
-</deployments>
\ No newline at end of file
+ <deployment>
+ <parent-ref>default.communityhome</parent-ref>
+ <if-exists>overwrite</if-exists>
+ <window>
+ <window-name>CommunityBlogPortletWindow</window-name>
+ <instance-ref>
+ CommunityBlogPortletInstance
+ </instance-ref>
+ <region>right1_6</region>
+ <height>1</height>
+ </window>
+ </deployment>
+</deployments>
Modified: trunk/resources-portlet/WEB-INF/portlet-instances.xml
===================================================================
--- trunk/resources-portlet/WEB-INF/portlet-instances.xml 2008-05-12 15:23:16 UTC (rev 312)
+++ trunk/resources-portlet/WEB-INF/portlet-instances.xml 2008-05-18 12:43:51 UTC (rev 313)
@@ -32,4 +32,33 @@
</preferences>
</instance>
</deployment>
-</deployments>
\ No newline at end of file
+ <deployment>
+ <if-exists>overwrite</if-exists>
+ <instance>
+ <instance-id>CommunityBlogPortletInstance</instance-id>
+ <portlet-ref>BlogPortlet</portlet-ref>
+ <preferences>
+ <preference>
+ <name>feedName</name>
+ <value>communityhome</value>
+ </preference>
+ <preference>
+ <name>numberOfPosts</name>
+ <value>10</value>
+ </preference>
+ <preference>
+ <name>summaryLength</name>
+ <value>0</value>
+ </preference>
+ <preference>
+ <name>showDate</name>
+ <value>false</value>
+ </preference>
+ <preference>
+ <name>jsp</name>
+ <value>/view.jsp</value>
+ </preference>
+ </preferences>
+ </instance>
+ </deployment>
+</deployments>
More information about the jboss-cvs-commits
mailing list