[embjopr-commits] EMBJOPR SVN: r279 - in trunk: jbas5/etc/overlay/server/default/deploy and 1 other directories.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Tue Apr 7 13:12:29 EDT 2009


Author: ips
Date: 2009-04-07 13:12:28 -0400 (Tue, 07 Apr 2009)
New Revision: 279

Added:
   trunk/jbas5/etc/overlay/server/default/deploy/ROOT.war/
   trunk/jbas5/etc/overlay/server/default/deploy/ROOT.war/index.html
Modified:
   trunk/core/src/main/webapp/WEB-INF/classes/messages.properties
Log:
update copyright date in footer from 2008 to 2009; add ROOT.war/index.html that includes link to /admin-console to overlay dir



Modified: trunk/core/src/main/webapp/WEB-INF/classes/messages.properties
===================================================================
--- trunk/core/src/main/webapp/WEB-INF/classes/messages.properties	2009-04-07 16:50:10 UTC (rev 278)
+++ trunk/core/src/main/webapp/WEB-INF/classes/messages.properties	2009-04-07 17:12:28 UTC (rev 279)
@@ -23,7 +23,7 @@
 product.name=${product.name}
 product.version=${product.version}
 product.buildNumber=${buildNumber}
-product.copyright=© 2002-2008 Red Hat Middleware, LLC.  All rights reserved.  JBoss is a registered trademark of Red Hat, Inc.
+product.copyright=© 2002-2009 Red Hat Middleware, LLC.  All rights reserved.  JBoss is a registered trademark of Red Hat, Inc.
 
 default.windowTitle=${product.name}
 #default.header=${product.name}

Added: trunk/jbas5/etc/overlay/server/default/deploy/ROOT.war/index.html
===================================================================
--- trunk/jbas5/etc/overlay/server/default/deploy/ROOT.war/index.html	                        (rev 0)
+++ trunk/jbas5/etc/overlay/server/default/deploy/ROOT.war/index.html	2009-04-07 17:12:28 UTC (rev 279)
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+   <title>Welcome to JBoss&trade;</title>
+   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+   <link rel="StyleSheet" href="css/jboss.css" type="text/css"/>
+</head>
+
+<body>
+<!-- header begin -->
+   <a href="http://www.jboss.org">
+      <img src="images/logo.gif" alt="JBoss" id="logo" width="226" height="105" />
+   </a>
+   <div id="header">&nbsp;</div>
+   <div id="navigation_bar"></div>
+<!-- header end -->
+
+   <h3>JBoss Online Resources</h3>
+   <ul>
+      <li><a href="http://www.jboss.org/jbossas/docs">JBoss AS Documentation</a></li>
+      <li><a href="http://wiki.jboss.org">JBoss Wiki</a></li>
+      <li><a href="http://jira.jboss.org/jira/browse/JBAS">JBoss JIRA</a></li>
+      <li><a href="http://www.jboss.org/index.html?module=bb">JBoss Forums</a></li>
+   </ul>
+
+   <h3>JBoss Management</h3>
+   <ul>
+      <li><a href="/status">Tomcat status</a>
+          <a href="/status?full=true">(full)</a>
+          <a href="/status?XML=true">(XML)</a></li>
+      <li><a href="/admin-console/">Administration Console</a></li>
+      <li><a href="/jmx-console/">JMX Console</a></li>
+      <li><a href="/web-console/">JBoss Web Console</a></li>      
+   </ul>
+
+<!-- footer begin -->
+   <div id="footer">
+      <div id="credits">
+         <a href="http://www.jboss.org/jbossas">JBoss&trade; Application Server</a>
+      </div>
+      <div id="footer_bar">&nbsp;</div>
+   </div>
+<!-- footer end -->
+</body>
+
+</html>


Property changes on: trunk/jbas5/etc/overlay/server/default/deploy/ROOT.war/index.html
___________________________________________________________________
Name: svn:mime-type
   + text/html
Name: svn:keywords
   + Date Author Id Revision HeadURL
Name: svn:eol-style
   + LF




More information about the embjopr-commits mailing list