mirror of https://github.com/dspinellis/UMLGraph
UmlGraph.jar is also distributed, so Maven can pull it.
This commit is contained in:
parent
f6642b984d
commit
a0ce88a40a
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 -->
|
||||
|
|
|
|||
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue