From 13bb2d54bcd062911bdb3490d368b4cec3854fbc Mon Sep 17 00:00:00 2001 From: Diomidis Spinellis Date: Wed, 24 Oct 2018 12:47:11 +0300 Subject: [PATCH] Remove confusing duplicate file --- README.txt | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 README.txt diff --git a/README.txt b/README.txt deleted file mode 100644 index ad3b91a..0000000 --- a/README.txt +++ /dev/null @@ -1,21 +0,0 @@ -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/umlgraph -GitHub page: git@github.com:dspinellis/UMLGraph.git - -Diomidis Spinellis - November 2005, August 2008, April 2012, September 2016