mirror of https://github.com/dspinellis/UMLGraph
Clarify file types
This commit is contained in:
parent
76172b583f
commit
d5d31d7bc6
|
|
@ -7,15 +7,15 @@ You can use it to subscribe and post comments.
|
|||
The current version of UMLGraph is VERSION.
|
||||
You can download UMLGraph from the following links:
|
||||
<ul>
|
||||
<li> <a href="UMLGraph-VERSION.tar.gz">UmlGraph package version VERSION - .tar.gz</a>
|
||||
<li> <a href="UMLGraph-VERSION.tar.gz">UmlGraph package version VERSION as a .tar.gz file</a>
|
||||
(compressed tar file containing the source code, the compiled doclet,
|
||||
and the complete documentation in HTML format).
|
||||
</li>
|
||||
<li> <a href="UMLGraph-VERSION.zip">UmlGraph package version VERSION - .zip</a>
|
||||
<li> <a href="UMLGraph-VERSION.zip">UmlGraph package version VERSION as a .zip file</a>
|
||||
(zip file containing the source code, the compiled doclet,
|
||||
and the complete documentation in HTML format).
|
||||
</li>
|
||||
<li> <a href="jars/UmlGraph-VERSION.jar">UmlGraph binary - UmlGraph-VERSION.jar</a>
|
||||
<li> <a href="jars/UmlGraph-VERSION.jar">UmlGraph binary - UmlGraph-VERSION as a .jar file</a>
|
||||
(jar file containing only the UmlGraph classes;
|
||||
please use this only for pulling UmlGraph into other projects).
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Reference in New Issue