mirror of https://github.com/dspinellis/UMLGraph
Move the jar file under jars to help with the Maven plugin.
This commit is contained in:
parent
7fdca4d766
commit
aeca2a3ecb
2
Makefile
2
Makefile
|
|
@ -40,5 +40,5 @@ UmlGraph.class: UmlGraph.java
|
|||
|
||||
web: $(TARBALL)
|
||||
cp $(TARBALL) $(ZIPBALL) $(WEBDIR)
|
||||
cp UmlGraph.jar $(WEBDIR)/UmlGraph-$(VERSION).jar
|
||||
cp UmlGraph.jar $(WEBDIR)/jars/UmlGraph-$(VERSION).jar
|
||||
sed "s/VERSION/$(VERSION)/g" index.html >$(WEBDIR)/index.html
|
||||
|
|
|
|||
|
|
@ -121,7 +121,7 @@ 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-VERSION.jar">UmlGraph binary - UmlGraph-VERSION.jar</a>
|
||||
<li> <a href="jars/UmlGraph-VERSION.jar">UmlGraph binary - UmlGraph-VERSION.jar</a>
|
||||
(jar file containing only the UmlGraph classes;
|
||||
please use this only for pulling UmlGraph into other projects).
|
||||
</li>
|
||||
|
|
|
|||
|
|
@ -121,7 +121,7 @@ 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-VERSION.jar">UmlGraph binary - UmlGraph-VERSION.jar</a>
|
||||
<li> <a href="jars/UmlGraph-VERSION.jar">UmlGraph binary - UmlGraph-VERSION.jar</a>
|
||||
(jar file containing only the UmlGraph classes;
|
||||
please use this only for pulling UmlGraph into other projects).
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Reference in New Issue