CVS: jcontainer/loom/demos/avalonlifecycle/xdocs index.xml,1.1,1.2
Peter Donald <pdonald-yCVjj/[email protected]> Wed, 3 Dec 2003 04:45:02 -0600
| Newsgroups | gmane.comp.java.jcontainer.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/jcontainer/jcontainer/loom/demos/avalonlifecycle/xdocs In directory hogshead.codehaus.org:/tmp/cvs-serv21491/demos/avalonlifecycle/xdocs Modified Files: index.xml Log Message: Styled codebase Index: index.xml =================================================================== RCS file: /cvsroot/jcontainer/jcontainer/loom/demos/avalonlifecycle/xdocs/index.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- index.xml 3 Aug 2003 11:30:20 -0000 1.1 +++ index.xml 3 Dec 2003 10:44:29 -0000 1.2 @@ -1,24 +1,25 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <document> - <properties> - <title>Avalon Lifecycle Demo</title> - <author>Paul Hammant</author> - <author>Mauro Talevi</author> - </properties> - - <body> - <section name="Introduction"> -<p>The lifecycle demo shows only the calling of the Avalon lifecycle methods + <properties> + <title>Avalon Lifecycle Demo</title> + <author>Paul Hammant</author> + <author>Mauro Talevi</author> + </properties> + + <body> + <section name="Introduction"> + <p>The lifecycle demo shows only the calling of the Avalon lifecycle methods under Loom control. If you are not familiar with the Avalon lifecycle, please -refer to the -<a href="http://avalon.apache.org/framework/reference-the-lifecycle.html"> -Avalon lifecycle</a> documentation.</p> -<p>Do not forget that the lifecycle methods are optional. You can implement +refer to the + <a href="http://avalon.apache.org/framework/reference-the-lifecycle.html"> +Avalon lifecycle</a> documentation. + </p> + <p>Do not forget that the lifecycle methods are optional. You can implement all of them, as this demo does, some or none of them.</p> - </section> - <section name="Output"> -<p>This is the output that appears in the Console that Loom was called from:</p> -<source> + </section> + <section name="Output"> + <p>This is the output that appears in the Console that Loom was called from:</p> + <source> Loom x.y Lifecycle1Impl.constructor() called. (You should never do too much in here) @@ -43,7 +44,7 @@ Lifecycle2Impl.dispose() Called Lifecycle1Impl.stop() called. Lifecycle1Impl.dispose() Called -</source> - </section> - </body> + </source> + </section> + </body> </document>