You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ep...@apache.org on 2006/09/14 12:55:08 UTC

svn commit: r443311 - in /maven/continuum/branches/release-integration/continuum/continuum-webapp/src/main/webapp: performReleaseProgress.jsp prepareReleaseProgress.jsp

Author: epunzalan
Date: Thu Sep 14 03:55:07 2006
New Revision: 443311

URL: http://svn.apache.org/viewvc?view=rev&rev=443311
Log:
PR: CONTINUUM-727

added http meta for auto-refresh of release progress every 10 seconds. Tested working after sitemesh

Modified:
    maven/continuum/branches/release-integration/continuum/continuum-webapp/src/main/webapp/performReleaseProgress.jsp
    maven/continuum/branches/release-integration/continuum/continuum-webapp/src/main/webapp/prepareReleaseProgress.jsp

Modified: maven/continuum/branches/release-integration/continuum/continuum-webapp/src/main/webapp/performReleaseProgress.jsp
URL: http://svn.apache.org/viewvc/maven/continuum/branches/release-integration/continuum/continuum-webapp/src/main/webapp/performReleaseProgress.jsp?view=diff&rev=443311&r1=443310&r2=443311
==============================================================================
--- maven/continuum/branches/release-integration/continuum/continuum-webapp/src/main/webapp/performReleaseProgress.jsp (original)
+++ maven/continuum/branches/release-integration/continuum/continuum-webapp/src/main/webapp/performReleaseProgress.jsp Thu Sep 14 03:55:07 2006
@@ -6,6 +6,7 @@
   <ww:i18n name="localization.Continuum">
     <head>
         <title><ww:text name="releaseProject.page.title"/></title>
+        <meta http-equiv="refresh" content="10;url=<ww:url includeParams="all" />"/>
     </head>
     <body>
       <h2><ww:text name="performReleaseProgress.section.title"/></h2>

Modified: maven/continuum/branches/release-integration/continuum/continuum-webapp/src/main/webapp/prepareReleaseProgress.jsp
URL: http://svn.apache.org/viewvc/maven/continuum/branches/release-integration/continuum/continuum-webapp/src/main/webapp/prepareReleaseProgress.jsp?view=diff&rev=443311&r1=443310&r2=443311
==============================================================================
--- maven/continuum/branches/release-integration/continuum/continuum-webapp/src/main/webapp/prepareReleaseProgress.jsp (original)
+++ maven/continuum/branches/release-integration/continuum/continuum-webapp/src/main/webapp/prepareReleaseProgress.jsp Thu Sep 14 03:55:07 2006
@@ -6,6 +6,7 @@
   <ww:i18n name="localization.Continuum">
     <head>
         <title><ww:text name="releaseProject.page.title"/></title>
+        <meta http-equiv="refresh" content="10;url=<ww:url includeParams="all" />"/>
     </head>
     <body>
       <h2><ww:text name="prepareReleaseProgress.section.title"/></h2>