You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2008/10/01 03:41:59 UTC

svn commit: r700654 - /continuum/branches/continuum-1.2.x/continuum-webapp/src/main/webapp/WEB-INF/jsp/projectGroupSummary.jsp

Author: evenisse
Date: Tue Sep 30 18:41:59 2008
New Revision: 700654

URL: http://svn.apache.org/viewvc?rev=700654&view=rev
Log:
[CONTINUUM-1895] lower down the refresh delay to 30s

Modified:
    continuum/branches/continuum-1.2.x/continuum-webapp/src/main/webapp/WEB-INF/jsp/projectGroupSummary.jsp

Modified: continuum/branches/continuum-1.2.x/continuum-webapp/src/main/webapp/WEB-INF/jsp/projectGroupSummary.jsp
URL: http://svn.apache.org/viewvc/continuum/branches/continuum-1.2.x/continuum-webapp/src/main/webapp/WEB-INF/jsp/projectGroupSummary.jsp?rev=700654&r1=700653&r2=700654&view=diff
==============================================================================
--- continuum/branches/continuum-1.2.x/continuum-webapp/src/main/webapp/WEB-INF/jsp/projectGroupSummary.jsp (original)
+++ continuum/branches/continuum-1.2.x/continuum-webapp/src/main/webapp/WEB-INF/jsp/projectGroupSummary.jsp Tue Sep 30 18:41:59 2008
@@ -30,7 +30,7 @@
     <title>
       <ww:text name="projectGroup.page.title"/>
     </title>
-    <meta http-equiv="refresh" content="300"/>
+    <meta http-equiv="refresh" content="30"/>
     <script type="text/javascript">
 
       <c:url var="addM2ProjectUrl" value="/addMavenTwoProjectInput!input.action" />