Update of /cvsroot/ejtools/libraries/common/xdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv20661/common/xdocs
Modified Files:
index.xml
Log Message:
Adjust Eclipse build files
Adjust some Javadoc
Integrate Persistence framework
Integrate Image export as PNG
Index: index.xml
===================================================================
RCS file: /cvsroot/ejtools/libraries/common/xdocs/index.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** index.xml 8 Mar 2003 20:52:12 -0000 1.2
--- index.xml 15 Sep 2003 22:23:46 -0000 1.3
***************
*** 1,23 ****
! <?xml version="1.0" encoding="ISO-8859-1"?>
! <!--
! # ================================================================================
! # EJTools, the Enterprise Java Tools
! #
! # Distributable under LGPL license.
! # See terms of license at gnu.org.
! #
! # $Revision$
! # ================================================================================
! -->
! <document>
! <properties>
! <title>Common Library</title>
! </properties>
! <body>
! <section name="Common Library">
! <subsection name="Overview">
! <p>This library contains general purpose classes used by the applications of the EJTools project. They cover the JavaBean aspect, JMX api, and Servlet filters.</p>
! </subsection>
! </section>
! </body>
! </document>
--- 1,23 ----
! <?xml version="1.0" encoding="ISO-8859-1"?>
! <!--
! # ================================================================================
! # EJTools, the Enterprise Java Tools
! #
! # Distributable under LGPL license.
! # See terms of license at gnu.org.
! #
! # $Revision$
! # ================================================================================
! -->
! <document>
! <properties>
! <title>Common Library</title>
! </properties>
! <body>
! <section name="Common Library">
! <subsection name="Overview">
! <p>This library contains general purpose classes used by the applications of the EJTools project. They cover the JavaBean aspect, JMX api, and Servlet filters.</p>
! </subsection>
! </section>
! </body>
! </document>
|