Go to file
Diomidis Spinellis b8407ffb00 Convert for loops to use the new foreach construct. 2005-11-15 15:25:08 +00:00
src Convert for loops to use the new foreach construct. 2005-11-15 15:25:08 +00:00
web Add Eclipse and Maven pointers. 2005-06-17 22:17:58 +00:00
Makefile Version bump. 2005-10-19 18:38:00 +00:00
README.txt Initial revision 2005-11-15 14:04:40 +00:00
build.xml Initial revision 2003-05-07 21:37:30 +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 compile the Java doclet from the source code simply execute:
	javac -classpath YOUR_JDK_DIRECTORY/lib/tools.jar UmlGraph.java
	jar cvf UmlGraph.jar ClassGraph.class ClassInfo.class Options.class StringFuns.class UmlGraph.class
	jar i UmlGraph.jar

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

Diomidis Spinellis - May 2004