Move the jar file under jars to help with the Maven plugin.

This commit is contained in:
Diomidis Spinellis 2004-09-29 06:38:09 +00:00
parent 7fdca4d766
commit aeca2a3ecb
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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>

View File

@ -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>