jdillon 2003/09/01 03:19:35
Modified: modules/core/xdocs index.html Log: o added revison + indent Revision Changes Path 1.3 +11 -7 incubator-geronimo/modules/core/xdocs/index.html Index: index.html =================================================================== RCS file: /home/cvs/incubator-geronimo/modules/core/xdocs/index.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- index.html 11 Aug 2003 17:59:13 -0000 1.2 +++ index.html 1 Sep 2003 10:19:35 -0000 1.3 @@ -1,14 +1,18 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> + +<!-- $Revision$ $Date$ --> + <html> <head> </head> -<body> -<h1>Introduction</h1> - -This is the core J2EE part of Geronimo. It handles loading components, interception, deployment -units and defines the core lifecycle, locking, context and transaction hooks etc. -<br> -Any component can be deployed inside this container currently via JMX MBeans. +<body> + <h1>Introduction</h1> + + This is the core J2EE part of Geronimo. It handles loading components, interception, deployment + units and defines the core lifecycle, locking, context and transaction hooks etc. + <br> + Any component can be deployed inside this container currently via JMX MBeans. </body> + </html>
