[jboss-cvs] JBoss Profiler SVN: r505 - branches/JBossProfiler2/src/main/www.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Nov 29 08:28:02 EST 2008


Author: jesper.pedersen
Date: 2008-11-29 08:28:02 -0500 (Sat, 29 Nov 2008)
New Revision: 505

Modified:
   branches/JBossProfiler2/src/main/www/index.html
Log:
[JBPROFILER-57] Wrong redirectURL for index.html

Modified: branches/JBossProfiler2/src/main/www/index.html
===================================================================
--- branches/JBossProfiler2/src/main/www/index.html	2008-11-25 18:54:07 UTC (rev 504)
+++ branches/JBossProfiler2/src/main/www/index.html	2008-11-29 13:28:02 UTC (rev 505)
@@ -1,11 +1,11 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+
 <html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<meta http-equiv="refresh" content="0; url=listSnapshot.faces" />
-<title>Insert title here</title>
-</head>
-<body>
-
-</body>
-</html>
\ No newline at end of file
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+    <meta http-equiv="refresh" content="0; url=listsnapshot.xhtml"/>
+    <title>JBoss Profiler 2</title>
+  </head>
+  <body>
+  </body>
+</html>




More information about the jboss-cvs-commits mailing list