Go to file
Andrea Aime 405b179f20 Three group of changes here:
* OptionProvider work -> made a few methods compute the options for
   the class they're working on, the others do receive an Options object
   as argument (as they cannot compute it by themselves)
* ClassInfo map work -> made sure every manipulation of classnames
   map goes thru a couple of methods, and that these methods remember
   to remove the template from the class names used as keys (I did found
   a few problems when referring a class without specifying the full
   template syntax in an association)
* grave bug fix -> if one association happened to point to a hidden class, the
   following associations of the same kind in the same class would have not
   been printed (code change in relation(...))
2005-12-30 17:53:48 +00:00
doc New and changed options (-d, -hide) 2005-12-30 17:49:36 +00:00
src Three group of changes here: 2005-12-30 17:53:48 +00:00
testdata Realized that there's no need for a .* match pattern, hide in this case is simply a global option 2005-12-28 15:30:28 +00:00
web Add FAQ link. 2005-12-22 23:25:51 +00:00
.classpath Adding the eclipse project files and a first version of .cvsignore file 2005-11-23 22:04:17 +00:00
.cvsignore Added javadoc generation, along with a package summary that contains the class diagram of UMLGraph (generated by UMLGraph itself). 2005-11-27 21:01:15 +00:00
.project Adding the eclipse project files and a first version of .cvsignore file 2005-11-23 22:04:17 +00:00
Makefile Support for creating pre-release documentation. 2005-12-26 22:03:22 +00:00
README.txt And-based build of Java files and new testing infrastructure. 2005-11-15 16:02:13 +00:00
TODO Add two missing root files. 2005-11-23 22:22:31 +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 Minor formatting fix... the first pathelement is not indented by using spaces only, as the other two that follow it already were 2005-12-26 20:27:12 +00:00
index.html Add FAQ link. 2005-12-22 23:25:51 +00:00
sequence.pic Support for drawing comments and frames in sequence diagrams. 2005-10-19 18:36:08 +00:00
umlgraph.bat Add two missing root files. 2005-11-23 22:22:31 +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$