Go to file
Diomidis Spinellis c68afc038a Separate old version links from the main page. 2007-11-29 13:20:16 +00:00
doc Fix typo. 2007-11-29 13:17:53 +00:00
src/org/umlgraph Rename UMLCommentOptions to UMLNoteOptions to be consistent with the UML 2007-11-29 12:00:48 +00:00
testdata Reprime test data for current version of UMLGraph. 2007-11-29 08:59:57 +00:00
tools Add tool for visually comparing test results. 2007-11-29 09:13:53 +00:00
web Separate old version links from the main page. 2007-11-29 13:20:16 +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
LICENSE Add license file, and clarify licensing terms, following suggestion by 2007-05-06 11:20:54 +00:00
Makefile Separate old version links from the main page. 2007-11-29 13:20:16 +00:00
README.txt And-based build of Java files and new testing infrastructure. 2005-11-15 16:02:13 +00:00
TODO Add support for adding notes to elements as comments. 2007-11-29 10:39:26 +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 Change references from gr.spinellis.umlgraph to org.umlgraph. 2007-11-27 09:04:22 +00:00
index.html Separate old version links from the main page. 2007-11-29 13:20:16 +00:00
oldversion.html Separate old version links from the main page. 2007-11-29 13:20:16 +00:00
sequence.pic Support for drawing comments and frames in sequence diagrams. 2005-10-19 18:36:08 +00:00
umlgraph Change references from gr.spinellis.umlgraph to org.umlgraph. 2007-11-27 09:04:22 +00:00
umlgraph.bat Change references from gr.spinellis.umlgraph to org.umlgraph. 2007-11-27 09:04:22 +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$