diff --git a/en/java/dists/17.sgml b/en/java/dists/17.sgml new file mode 100644 index 0000000000..87c43ae42c --- /dev/null +++ b/en/java/dists/17.sgml @@ -0,0 +1,24 @@ + + + + +]> + +&header; + + + + + +
+ +

+June 26, 2011: Greg Lewis +updates the &openjdk; 7 port +to Build 147. This corresponds to the initial FCS release of &jdk; 7. +

+ +
+&footer; + diff --git a/en/java/dists/Makefile b/en/java/dists/Makefile index c26c1cbfb2..750b6af549 100644 --- a/en/java/dists/Makefile +++ b/en/java/dists/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD: www/en/java/dists/Makefile,v 1.6 2005/01/20 09:00:13 phantom Exp $ +# $FreeBSD: www/en/java/dists/Makefile,v 1.7 2008/02/22 04:41:19 glewis Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" @@ -14,6 +14,7 @@ DOCS+= 13.sgml DOCS+= 14.sgml DOCS+= 15.sgml DOCS+= 16.sgml +DOCS+= 17.sgml DOCS+= index.sgml .include "${WEB_PREFIX}/share/mk/web.site.mk"