Update of /cvsroot/ejtools/libraries/graph/xdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv15147/graph/xdocs
Modified Files:
index.xml
Log Message:
Change Eclipse project and classpath definition
Add export as Image and Text functions
Index: index.xml
===================================================================
RCS file: /cvsroot/ejtools/libraries/graph/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:13 -0000 1.2
--- index.xml 15 Sep 2003 22:02:50 -0000 1.3
***************
*** 1,24 ****
! <?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>Graph Tools</title>
! </properties>
! <body>
! <section name="Graph Tools">
! <subsection name="Overview">
! <p>This library has for primary goal to provide graph services and classes for use in a Swing application.</p>
! <p>This focuses is laid on one of the most searched feature with graph : the tracking graph. After several unsuccessful search on the Web, this library was written.</p>
! </subsection>
! </section>
! </body>
! </document>
--- 1,24 ----
! <?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>Graph Tools</title>
! </properties>
! <body>
! <section name="Graph Tools">
! <subsection name="Overview">
! <p>This library has for primary goal to provide graph services and classes for use in a Swing application.</p>
! <p>This focuses is laid on one of the most searched feature with graph : the tracking graph. After several unsuccessful search on the Web, this library was written.</p>
! </subsection>
! </section>
! </body>
! </document>
|