Go to file
Alkis Plaskovitis c9a956a0ac Provided documentation, an example and made some changes in the interface 2016-06-07 17:03:43 +03:00
doc Provided documentation, an example and made some changes in the interface 2016-06-07 17:03:43 +03:00
legacy Legacy file reorganization 2012-04-25 13:38:55 +03:00
src Merge pull request #15 from frankgrimes97/svg-uml-output 2015-11-01 13:09:52 +02:00
testdata Update regression test reference files 2014-10-28 20:26:12 +02:00
tools Do not update files for trivial differences 2014-10-28 20:15:40 +02:00
web Update URLs for Javadoc and GraphViz 2014-10-29 09:23:04 +02:00
.classpath Adding the eclipse project files and a first version of .cvsignore file 2005-11-23 22:04:17 +00:00
.gitignore Add Version.java 2014-10-29 00:03:19 +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 Add tags rule 2014-10-28 22:58:28 +02: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 Remove obsolete RCS/CVS $Id$ 2014-10-28 16:29:43 +02:00
build.xml Introduce required JavaDoc class path 2014-10-28 19:53:39 +02:00
pom.template.xml Add Maven artifact deployment 2012-05-31 19:04:17 +03:00
pom.xml [maven-release-plugin] prepare for next development iteration 2014-10-29 00:04:30 +02:00
sequence.pic Remove obsolete RCS/CVS $Id$ 2014-10-28 16:29:43 +02:00
stategraph.py Provided documentation, an example and made some changes in the interface 2016-06-07 17:03:43 +03:00
umlgraph Remove obsolete RCS/CVS $Id$ 2014-10-28 16:29:43 +02:00
umlgraph.bat Remove obsolete RCS/CVS $Id$ 2014-10-28 16:29:43 +02: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