. Add a page for the JDK 7 work (e.g. openjdk7).
This commit is contained in:
parent
b26181ebd9
commit
2f8fd7c29d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=38248
2 changed files with 26 additions and 1 deletions
24
en/java/dists/17.sgml
Normal file
24
en/java/dists/17.sgml
Normal file
|
@ -0,0 +1,24 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/java/dists/16.sgml,v 1.8 2011/12/08 14:58:07 jkois Exp $">
|
||||
<!ENTITY title "&os; &java; Project: &jdk; 1.7">
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<table border="0">
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<p>
|
||||
<b>June 26, 2011:</b> <a href="mailto:glewis@FreeBSD.org">Greg Lewis</a>
|
||||
updates the <a href="http://openjdk.java.net/">&openjdk;</a> 7 port
|
||||
to Build 147. This corresponds to the initial FCS release of &jdk; 7.
|
||||
</p>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</TABLE>
|
||||
&footer;
|
||||
</BODY></HTML>
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue