Go to file
Diomidis Spinellis 7532e1bba6 This commit was manufactured by cvs2svn to create tag 'R5_1'.
Sprout from master 2008-08-27 17:16:02 UTC dds 'Integrate web facelift into directory tree and new build process.'
Cherrypick from master 2008-08-27 11:33:58 UTC dds 'Improve UMLGraph references in the generated files.':
    testdata/dot-ref/Abstr.dot
    testdata/dot-ref/Inference.dot
    testdata/dot-ref/Irp.dot
    testdata/dot-ref/MultiAssoc.dot
    testdata/dot-ref/MyVector.dot
    testdata/dot-ref/Root.dot
    testdata/dot-ref/RunnableRef.dot
    testdata/dot-ref/Style.dot
    testdata/dot-ref/TestHideOp.dot
    testdata/dot-ref/ViewAll.dot
    testdata/dot-ref/ViewAllDetailed.dot
    testdata/dot-ref/ViewAtt.dot
    testdata/dot-ref/ViewChildEmpty.dot
    testdata/dot-ref/ViewChildOverride.dot
    testdata/dot-ref/ViewColors.dot
    testdata/dot-ref/ViewContext.dot
    testdata/dot-ref/ViewInterfaces.dot
    testdata/dot-ref/ViewProduct.dot
    testdata/dot-ref/ViewSubclasses.dot
    testdata/dot-ref/advrel.dot
    testdata/dot-ref/assoc.dot
    testdata/dot-ref/car.dot
    testdata/dot-ref/catalina.dot
    testdata/dot-ref/class-eg.dot
    testdata/dot-ref/classadd.dot
Cherrypick from master 2008-08-27 11:33:59 UTC dds 'Improve UMLGraph references in the generated files.':
    testdata/dot-ref/color.dot
Cherrypick from master 2008-08-27 11:34:00 UTC dds 'Improve UMLGraph references in the generated files.':
    testdata/dot-ref/ctor.dot
Cherrypick from master 2008-08-27 11:34:01 UTC dds 'Improve UMLGraph references in the generated files.':
    testdata/dot-ref/disable.dot
Cherrypick from master 2008-08-27 11:34:02 UTC dds 'Improve UMLGraph references in the generated files.':
    testdata/dot-ref/extends.dot
Cherrypick from master 2008-08-27 11:34:03 UTC dds 'Improve UMLGraph references in the generated files.':
    testdata/dot-ref/foo.dot
Cherrypick from master 2008-08-27 11:34:04 UTC dds 'Improve UMLGraph references in the generated files.':
    testdata/dot-ref/general.dot
Cherrypick from master 2008-08-27 11:34:05 UTC dds 'Improve UMLGraph references in the generated files.':
    testdata/dot-ref/java5.dot
Cherrypick from master 2008-08-27 11:34:06 UTC dds 'Improve UMLGraph references in the generated files.':
    testdata/dot-ref/schema.dot
Cherrypick from master 2008-08-27 11:34:07 UTC dds 'Improve UMLGraph references in the generated files.':
    testdata/dot-ref/strip.dot
Cherrypick from master 2008-08-27 11:34:08 UTC dds 'Improve UMLGraph references in the generated files.':
    testdata/dot-ref/vis.dot
Delete:
    testdata/dot-out/.cvsignore
    testdata/umldoc-out/.cvsignore
    web/build/umlgraph-banner.png
2008-08-27 17:16:03 +00:00
doc Correct XML/XHTML errors. 2008-08-27 15:36:54 +00:00
src/org/umlgraph Improve UMLGraph references in the generated files. 2008-08-27 11:33:58 +00:00
testdata This commit was manufactured by cvs2svn to create tag 'R5_1'. 2008-08-27 17:16:03 +00:00
tools Add test update tool and procedure. 2008-08-16 09:02:46 +00:00
web This commit was manufactured by cvs2svn to create tag 'R5_1'. 2008-08-27 17:16:03 +00:00
.classpath Adding the eclipse project files and a first version of .cvsignore file 2005-11-23 22:04:17 +00:00
.cvsignore Add snapshot version functionality. 2006-01-05 09:55:10 +00: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 Integrate web facelift into directory tree and new build process. 2008-08-27 17:16:02 +00:00
README.txt Update web page location. 2008-08-27 11:03:18 +00:00
TODO Link to the MoinMoin sequence diagrams support page. 2008-08-27 10:56:07 +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 Create javadocs with collapsed diagrams. 2008-08-27 10:50:16 +00:00
sequence.pic Support for drawing comments and frames in sequence diagrams. 2005-10-19 18:36:08 +00:00
umlgraph Change references from gr.spinellis.umlgraph to org.umlgraph. 2007-11-27 09:04:22 +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

Diomidis Spinellis - November 2005, August 2008

$Id$