Go to file
Diomidis Spinellis 2f726e3ea8 Prevent breakage under cygwin binary file handling. 2007-02-05 17:56:50 +00:00
doc Ready for releasing 4.5 2006-12-14 09:42:18 +00:00
src Double quotes don't work correctly in the Unix exec 2007-02-05 09:22:16 +00:00
testdata Introduced explicit enums for relation types and relation directions, added an option to specify the direction and type of relations included in the context (basically, a tool to build a map from relation type to direction), fixed a test that still contained the old -inferassoc intestead of -inferrel 2006-07-02 16:23:39 +00:00
web Add conformance icons obliterated in the previous commit. 2006-09-19 16:56:59 +00:00
.classpath Adding the eclipse project files and a first version of .cvsignore file 2005-11-23 22:04:17 +00:00
.cvsignore Add snapshot version functionality. 2006-01-05 09:55:10 +00:00
.project Adding the eclipse project files and a first version of .cvsignore file 2005-11-23 22:04:17 +00:00
Makefile Prevent breakage under cygwin binary file handling. 2007-02-05 17:56:50 +00:00
README.txt And-based build of Java files and new testing infrastructure. 2005-11-15 16:02:13 +00:00
TODO A few thing have been done. Removed them from the todo list. 2006-02-12 09:43:03 +00:00
UMLGraph-2.10.tar.gz Add legacy Java 1.4 binaries. 2005-11-23 22:24:18 +00:00
UMLGraph-2.10.zip Add legacy Java 1.4 binaries. 2005-11-23 22:24:18 +00:00
build.xml Correct the building of javadocs. 2006-09-14 10:08:20 +00:00
index.html Add conformance icons obliterated in the previous commit. 2006-09-19 16:56:59 +00:00
sequence.pic Support for drawing comments and frames in sequence diagrams. 2005-10-19 18:36:08 +00:00
umlgraph.bat Keep echo off. 2006-02-04 23:05:37 +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$