Author: sebawagner
Date: Wed Apr 11 12:47:25 2012
New Revision: 1324742

URL: http://svn.apache.org/viewvc?rev=1324742&view=rev
Log:
Fix URLs for default RSS feeds in dashboard 

Modified:
    
incubator/openmeetings/trunk/singlewebapp/src/org/openmeetings/app/installation/InstallationConfig.java

Modified: 
incubator/openmeetings/trunk/singlewebapp/src/org/openmeetings/app/installation/InstallationConfig.java
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/src/org/openmeetings/app/installation/InstallationConfig.java?rev=1324742&r1=1324741&r2=1324742&view=diff
==============================================================================
--- 
incubator/openmeetings/trunk/singlewebapp/src/org/openmeetings/app/installation/InstallationConfig.java
 (original)
+++ 
incubator/openmeetings/trunk/singlewebapp/src/org/openmeetings/app/installation/InstallationConfig.java
 Wed Apr 11 12:47:25 2012
@@ -25,8 +25,8 @@ public class InstallationConfig {
        
        public String defaultLangId = "1";
        public String sendEmailAtRegister = "0";
-       public String urlFeed = 
"http://groups.google.com/group/openmeetings-user/feed/atom_v1_0_msgs.xml";;
-       public String urlFeed2 = 
"http://groups.google.com/group/openmeetings-dev/feed/atom_v1_0_msgs.xml";;
+       public String urlFeed = 
"http://mail-archives.apache.org/mod_mbox/incubator-openmeetings-user/?format=atom";;
+       public String urlFeed2 = 
"http://mail-archives.apache.org/mod_mbox/incubator-openmeetings-dev/?format=atom";;
        public String sendEmailWithVerficationCode = "0";
        public String defaultExportFont = "TimesNewRoman";
        public String screenViewer = "4";


Reply via email to