diff --git a/Makefile b/Makefile
index eb56d30..7d5df43 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ TESTSRC = \
PICFILE=sequence.pic
README=README.txt
LICENSE=LICENSE
-OTHERSRC=index.html build.xml Makefile
+OTHERSRC=index.html build.xml Makefile oldversion.html
# Files to tag
ALLTAG=$(DOCLETSRC) $(TESTSRC) $(PICFILE) $(README) $(LICENSE) $(OTHERSRC)
# Documentation location (release)
@@ -74,13 +74,13 @@ test:
ant test
web: $(BALL_TAR_GZ) CHECKSUM.MD5
- cp $(BALL_TAR_GZ) $(ZIPBALL) CHECKSUM.MD5 $(WEBDIR)
+ cp $(BALL_TAR_GZ) $(ZIPBALL) CHECKSUM.MD5 oldversion.html $(WEBDIR)
cp $(JARFILE) $(WEBDIR)/jars/UmlGraph-$(VERSION).jar
tar cf - javadoc | tar -C $(WEBDIR) -xvf -
sed "s/VERSION/$(VERSION)/g" index.html >$(WEBDIR)/index.html
CHECKSUM.MD5: $(BALL_TAR_GZ) $(JARFILE)
- md5 UMLGraph-2.10.* UMLGraph-$(VERSION).* >CHECKSUM.MD5
+ md5 UMLGraph-2.10.* UMLGraph-4.8.* UMLGraph-$(VERSION).* >CHECKSUM.MD5
(cd lib ; md5 UmlGraph.jar) >>CHECKSUM.MD5
tag:
diff --git a/index.html b/index.html
index b95082a..ae738cc 100644
--- a/index.html
+++ b/index.html
@@ -130,27 +130,13 @@ and the complete documentation in HTML format).
Version history
freshmeat.net page (use it to subscribe and post comments).
- UmlGraph package version 4.8 - .tar.gz
-(The last version compatible with Java 1.5; compressed tar file containing the source code, the compiled doclet,
-and the complete documentation in HTML format).
-
- UmlGraph package version 4.8 - .zip
-(The last version compatible with Java 1.5; zip file containing the source code, the compiled doclet,
-and the complete documentation in HTML format).
-
- UmlGraph package version 2.10 - .tar.gz
-(The last version compatible with Java 1.4; compressed tar file containing the source code, the compiled doclet,
-and the complete documentation in HTML format).
-
- UmlGraph package version 2.10 - .zip
-(The last version compatible with Java 1.4; zip file containing the source code, the compiled doclet,
-and the complete documentation in HTML format).
-
UmlGraph binary - UmlGraph-VERSION.jar
(jar file containing only the UmlGraph classes;
please use this only for pulling UmlGraph into other projects).
MD5 checksums for each of the above .zip, .tar.gz, and jar archives.
+ Older UMLGraph versions (useful if you run
+an older JRE).
Frequently asked questions
diff --git a/oldversion.html b/oldversion.html
new file mode 100644
index 0000000..54fad22
--- /dev/null
+++ b/oldversion.html
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+UMLGraph - Old Versions
+
+
+
+UMLGraph dds
+UMLGraph - Old Versions
+
+These are links to old versions of UMLGraph, that may be useful to
+people running older versions of the Java runtime environment.
+Note that the web documentation applies to the current version.
+
+- UmlGraph package version 4.8 - .tar.gz
+(The last version compatible with Java 1.5; compressed tar file containing the source code, the compiled doclet,
+and the complete documentation in HTML format).
+
+- UmlGraph package version 4.8 - .zip
+(The last version compatible with Java 1.5; zip file containing the source code, the compiled doclet,
+and the complete documentation in HTML format).
+
+- UmlGraph package version 2.10 - .tar.gz
+(The last version compatible with Java 1.4; compressed tar file containing the source code, the compiled doclet,
+and the complete documentation in HTML format).
+
+- UmlGraph package version 2.10 - .zip
+(The last version compatible with Java 1.4; zip file containing the source code, the compiled doclet,
+and the complete documentation in HTML format).
+
+- MD5 checksums for each of the above .zip, .tar.gz, and jar archives.
+
+
+
+UMLGraph home page
+
+
+
+
+
+Unless otherwise expressly stated, all original material on this page created by Diomidis Spinellis is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 2.5 License.
+
+
+Last modified: $Date$
+
+
+
diff --git a/web/index.html b/web/index.html
index b95082a..ae738cc 100644
--- a/web/index.html
+++ b/web/index.html
@@ -130,27 +130,13 @@ and the complete documentation in HTML format).
Version history
freshmeat.net page (use it to subscribe and post comments).
- UmlGraph package version 4.8 - .tar.gz
-(The last version compatible with Java 1.5; compressed tar file containing the source code, the compiled doclet,
-and the complete documentation in HTML format).
-
- UmlGraph package version 4.8 - .zip
-(The last version compatible with Java 1.5; zip file containing the source code, the compiled doclet,
-and the complete documentation in HTML format).
-
- UmlGraph package version 2.10 - .tar.gz
-(The last version compatible with Java 1.4; compressed tar file containing the source code, the compiled doclet,
-and the complete documentation in HTML format).
-
- UmlGraph package version 2.10 - .zip
-(The last version compatible with Java 1.4; zip file containing the source code, the compiled doclet,
-and the complete documentation in HTML format).
-
UmlGraph binary - UmlGraph-VERSION.jar
(jar file containing only the UmlGraph classes;
please use this only for pulling UmlGraph into other projects).
MD5 checksums for each of the above .zip, .tar.gz, and jar archives.
+ Older UMLGraph versions (useful if you run
+an older JRE).
Frequently asked questions