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 2005/12/13 18:05:25 UTC

svn commit: r356542 - in /maven/continuum/trunk/continuum-webapp/src/main/webapp: index.html index.jsp

Author: evenisse
Date: Tue Dec 13 09:05:21 2005
New Revision: 356542

URL: http://svn.apache.org/viewcvs?rev=356542&view=rev
Log:
Define a redirector in index.html to summary page

Added:
    maven/continuum/trunk/continuum-webapp/src/main/webapp/index.html   (with props)
Removed:
    maven/continuum/trunk/continuum-webapp/src/main/webapp/index.jsp

Added: maven/continuum/trunk/continuum-webapp/src/main/webapp/index.html
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-webapp/src/main/webapp/index.html?rev=356542&view=auto
==============================================================================
--- maven/continuum/trunk/continuum-webapp/src/main/webapp/index.html (added)
+++ maven/continuum/trunk/continuum-webapp/src/main/webapp/index.html Tue Dec 13 09:05:21 2005
@@ -0,0 +1,7 @@
+<html>
+  <head>
+    <META HTTP-EQUIV="Refresh" CONTENT="0; URL=summary.action">
+  </head>
+<body>
+</body>
+</html>

Propchange: maven/continuum/trunk/continuum-webapp/src/main/webapp/index.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/continuum/trunk/continuum-webapp/src/main/webapp/index.html
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"