From aeca2a3ecb84d0ea8bc73a60c6c88ab68455a8ec Mon Sep 17 00:00:00 2001 From: Diomidis Spinellis Date: Wed, 29 Sep 2004 06:38:09 +0000 Subject: [PATCH] Move the jar file under jars to help with the Maven plugin. --- Makefile | 2 +- index.html | 2 +- web/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index fec38d6..1a68393 100644 --- a/Makefile +++ b/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 diff --git a/index.html b/index.html index 9618c0d..3d01c34 100644 --- a/index.html +++ b/index.html @@ -121,7 +121,7 @@ and the complete documentation in HTML format).
  • Version history
  • freshmeat.net page (use it to subscribe and post comments)
  • -
  • UmlGraph binary - UmlGraph-VERSION.jar +
  • UmlGraph binary - UmlGraph-VERSION.jar (jar file containing only the UmlGraph classes; please use this only for pulling UmlGraph into other projects).
  • diff --git a/web/index.html b/web/index.html index 9618c0d..3d01c34 100644 --- a/web/index.html +++ b/web/index.html @@ -121,7 +121,7 @@ and the complete documentation in HTML format).
  • Version history
  • freshmeat.net page (use it to subscribe and post comments)
  • -
  • UmlGraph binary - UmlGraph-VERSION.jar +
  • UmlGraph binary - UmlGraph-VERSION.jar (jar file containing only the UmlGraph classes; please use this only for pulling UmlGraph into other projects).