From 7cfa5b2b18f4412829f747644932098cf6e031cc Mon Sep 17 00:00:00 2001 From: Diomidis Spinellis Date: Tue, 15 Nov 2005 14:04:40 +0000 Subject: [PATCH] Initial revision --- README.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.txt diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..65c25f5 --- /dev/null +++ b/README.txt @@ -0,0 +1,15 @@ +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