Go to file
Michael Stummvoll 22bee0462c Merge git://github.com/gousiosg/UMLGraph - base for a fixed maven build 2012-12-17 09:21:32 +01:00
doc Add Maven artifact deployment 2012-05-31 19:04:17 +03:00
legacy Legacy file reorganization 2012-04-25 13:38:55 +03:00
src Merge git://github.com/gousiosg/UMLGraph - base for a fixed maven build 2012-12-17 09:21:32 +01:00
testdata Git-ignore test results one directory level up 2012-05-18 11:07:12 +03:00
tools Add test update tool and procedure. 2008-08-16 09:02:46 +00:00
web Adjust last-modified timestamp to git 2012-05-18 11:48:07 +03:00
.classpath Adding the eclipse project files and a first version of .cvsignore file 2005-11-23 22:04:17 +00:00
.gitignore Don't ignore Version.java. Ignore Intellij project files. 2012-06-27 18:39:54 +02: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 Make version compatible with Maven's conventions 2012-05-30 17:29:45 +03:00
README.mediawiki Mediawiki formatting fixes 2012-04-25 13:22:40 +03:00
README.txt GitHub documentation 2012-04-25 12:58:19 +03:00
TODO Add italic font spec, expand diagram types 2012-04-17 07:09:28 +00:00
build.xml Add Maven artifact deployment 2012-05-31 19:04:17 +03:00
pom.template.xml Add Maven artifact deployment 2012-05-31 19:04:17 +03:00
pom.xml Add developerConnection link 2012-06-27 20:43:36 +02:00
sequence.pic Sequence diagrams provide an option to specify whether objects are 2009-02-10 10:12:05 +00:00
umlgraph Corrected case of the tools.jar filename in the umlgraph shell script. 2008-09-12 15:26:53 +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.umlgraph.org
GitHub page: git@github.com:dspinellis/UMLGraph.git

Diomidis Spinellis - November 2005, August 2008, April 2012