Go to file
Andrea Aime 3c3d5e14cb Adding the eclipse project files and a first version of .cvsignore file 2005-11-23 22:04:17 +00:00
src Correctly strip qualified generic class names (Arnaud Rogues). 2005-11-23 09:36:16 +00:00
web Add Eclipse and Maven pointers. 2005-06-17 22:17:58 +00:00
.classpath Adding the eclipse project files and a first version of .cvsignore file 2005-11-23 22:04:17 +00:00
.cvsignore Adding the eclipse project files and a first version of .cvsignore file 2005-11-23 22:04:17 +00:00
.project Adding the eclipse project files and a first version of .cvsignore file 2005-11-23 22:04:17 +00:00
Makefile Fix jarfile MD5. 2005-11-15 16:23:00 +00:00
README.txt And-based build of Java files and new testing infrastructure. 2005-11-15 16:02:13 +00:00
build.xml And-based build of Java files and new testing infrastructure. 2005-11-15 16:02:13 +00:00
index.html Add Eclipse and Maven pointers. 2005-06-17 22:17:58 +00:00
sequence.pic Support for drawing comments and frames in sequence diagrams. 2005-10-19 18:36:08 +00:00

README.txt

UMLGraph - Declarative Drawing of UML Diagrams

UMLGraph allows the declarative specification and drawing of
UML class and sequence diagrams.  You can browse the system's
documentation from the doc/index.html page, or print it from
doc/indexw.html.

To install the elements required to run UMLGraph, simply copy
the contents of the lib directory to a location consistent with
your installation's conventions (for example to /usr/local/lib).

To compile the Java doclet from the source code run ant on the
build.xml file.

If you change the source code, you can run regression tests by
executing "ant test".

Project home page: http://www.spinellis.gr/sw/umlgraph

Diomidis Spinellis - November 2005

$Id$