Well, announce a first patchset for Sun JDK 1.4.0. Time to wake up
folks :) Committed from: Terminal room at EuroBSD Conference'2002
This commit is contained in:
parent
1b44af08ee
commit
39cdaa4402
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=14912
4 changed files with 17 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/java/dists/Makefile,v 1.3 2000/03/02 15:55:29 phantom Exp $
|
||||
# $FreeBSD: www/en/java/dists/Makefile,v 1.4 2000/11/07 04:05:17 kuriyama Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -11,6 +11,7 @@ DOCS = 10.sgml
|
|||
DOCS+= 11.sgml
|
||||
DOCS+= 12.sgml
|
||||
DOCS+= 13.sgml
|
||||
DOCS+= 14.sgml
|
||||
DOCS+= index.sgml
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/java/dists/index.sgml,v 1.4 2000/04/30 22:57:37 nik Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/java/dists/index.sgml,v 1.5 2001/07/06 02:12:00 dd Exp $">
|
||||
<!ENTITY title "FreeBSD Java Project: Distributions">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -30,6 +30,9 @@ This is the official port of Sun's Java Development Kit for FreeBSD. No known s
|
|||
<H3>JDK 1.3.x</H3>
|
||||
<P><A HREF="13.html">JDK 1.3</A> support is forthcoming (after JDK 1.2).
|
||||
|
||||
<H3>JDK 1.4.x</H3>
|
||||
<P><A HREF="14.html">JDK 1.4</A> support is forthcoming (after JDK 1.3).
|
||||
|
||||
<H2>Unsupported</H2>
|
||||
<H3>JDK 1.0.x</H3>
|
||||
<P>There is an old port of <A HREF="10.html">JDK 1.0.2</A> available. It is a.out, and will run on older FreeBSD systems (2.1.x and 2.2.x). <B>This port is not supported</B>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/en/java/index.sgml,v 1.13 2002/01/10 23:23:42 sobomax Exp $">
|
||||
<!ENTITY title "FreeBSD Java Project">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -30,6 +30,7 @@
|
|||
<a href="dists/11.html">JDK 1.1.x</a><br>
|
||||
<a href="dists/12.html">JDK 1.2.x</a><br>
|
||||
<a href="dists/13.html">JDK 1.3.x</a><br>
|
||||
<a href="dists/14.html">JDK 1.4.x</a><br>
|
||||
<a href="../ports/java.html">Available Ports...</a><br>
|
||||
<a href="howhelp.html">How can I help?</a><br>
|
||||
<a href="howhelp.html#BUG">I found a bug!?!</a><br>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/java/newsflash.sgml,v 1.28 2002/09/17 13:59:48 znerd Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/java/newsflash.sgml,v 1.29 2002/10/30 16:39:37 glewis Exp $">
|
||||
<!ENTITY title "FreeBSD Java Project: Newsflash">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -10,6 +10,14 @@
|
|||
<tr>
|
||||
<td>
|
||||
|
||||
<H2>November, 2002</H2>
|
||||
<UL>
|
||||
<li><b>November 15, 2002:</b>
|
||||
<br><a href="mailto:glewis@FreeBSD.org">Greg Lewis</a> has released an
|
||||
first patchset (patchlevel 1) for the JDK 1.4.0 software. See the
|
||||
<a href="dists/14.html">JDK 1.4.x page</a> for more details.
|
||||
</UL>
|
||||
|
||||
<H2>September, 2002</H2>
|
||||
<UL>
|
||||
<li><b>September 18, 2002:</b>
|
||||
|
|
Loading…
Reference in a new issue