[gatein-commits] gatein SVN: r7918 - epp/portal/branches/EPP_5_2_Branch/gadgets/eXoGadgets/src/main/webapp/gadgets/rssAggregator.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Nov 1 07:59:16 EDT 2011


Author: theute
Date: 2011-11-01 07:59:16 -0400 (Tue, 01 Nov 2011)
New Revision: 7918

Modified:
   epp/portal/branches/EPP_5_2_Branch/gadgets/eXoGadgets/src/main/webapp/gadgets/rssAggregator/rssAggregator.xml
Log:
JBEPP-1327: Change default RSS URL to be JBoss EPP blog

Modified: epp/portal/branches/EPP_5_2_Branch/gadgets/eXoGadgets/src/main/webapp/gadgets/rssAggregator/rssAggregator.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/gadgets/eXoGadgets/src/main/webapp/gadgets/rssAggregator/rssAggregator.xml	2011-11-01 04:44:39 UTC (rev 7917)
+++ epp/portal/branches/EPP_5_2_Branch/gadgets/eXoGadgets/src/main/webapp/gadgets/rssAggregator/rssAggregator.xml	2011-11-01 11:59:16 UTC (rev 7918)
@@ -30,7 +30,7 @@
 <Require feature="settitle"/>
 <Locale lang="ar" language_direction="rtl"/>
 </ModulePrefs>
-	<UserPref name="rssurl" display_name="FEED URL" default_value="http://feeds.feedburner.com/gatein" required="true" />
+	<UserPref name="rssurl" display_name="FEED URL" default_value="http://feeds.feedburner.com/JBossEPP" required="true" />
 	<UserPref name="num_entries" display_name="# of Items (1-100)" default_value="10"/>
 <Content type="html"><![CDATA[
 <link rel="stylesheet" type="text/css" href="style.css"></link>
@@ -58,4 +58,4 @@
 
 ]]>
 </Content>
-</Module>
\ No newline at end of file
+</Module>



More information about the gatein-commits mailing list