UmlGraph.jar is also distributed, so Maven can pull it.

This commit is contained in:
Diomidis Spinellis 2004-08-02 13:36:15 +00:00
parent f6642b984d
commit a0ce88a40a
3 changed files with 9 additions and 1 deletions

View File

@ -39,5 +39,5 @@ UmlGraph.jar: UmlGraph.class
UmlGraph.class: UmlGraph.java
web: $(TARBALL)
cp $(TARBALL) $(ZIPBALL) $(WEBDIR)
cp UmlGraph.jar $(TARBALL) $(ZIPBALL) $(WEBDIR)
sed "s/VERSION/$(VERSION)/g" index.html >$(WEBDIR)/index.html

View File

@ -121,6 +121,10 @@ and the complete documentation in HTML format).
</li>
<li> <a href="doc/ver.html">Version history</a> </li>
<li> <a href="http://freshmeat.net/projects/umlgraph/">freshmeat.net page</a> (use it to subscribe and post comments)</li>
<li> <a href="UMLGraph.jar">UmlGraph binary - .jar</a>
(jar file containing only the UmlGraph classes;
please use this only for pulling UmlGraph into other projects).
</li>
</ul>
<!-- End matter {{{1 -->

View File

@ -121,6 +121,10 @@ and the complete documentation in HTML format).
</li>
<li> <a href="doc/ver.html">Version history</a> </li>
<li> <a href="http://freshmeat.net/projects/umlgraph/">freshmeat.net page</a> (use it to subscribe and post comments)</li>
<li> <a href="UMLGraph.jar">UmlGraph binary - .jar</a>
(jar file containing only the UmlGraph classes;
please use this only for pulling UmlGraph into other projects).
</li>
</ul>
<!-- End matter {{{1 -->