Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: java.xml
Date: Tue, 08 Nov 2011 23:38:24
Message-Id: 20111108233813.009702004B@flycatcher.gentoo.org
1 nightmorph 11/11/08 23:38:12
2
3 Modified: java.xml
4 Log:
5 pkgmove, icedtea6 to icedtea
6
7 Revision Changes Path
8 1.52 xml/htdocs/doc/en/java.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/java.xml?rev=1.52&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/java.xml?rev=1.52&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/java.xml?r1=1.51&r2=1.52
13
14 Index: java.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v
17 retrieving revision 1.51
18 retrieving revision 1.52
19 diff -u -r1.51 -r1.52
20 --- java.xml 9 May 2011 21:36:03 -0000 1.51
21 +++ java.xml 8 Nov 2011 23:38:12 -0000 1.52
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v 1.51 2011/05/09 21:36:03 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v 1.52 2011/11/08 23:38:12 nightmorph Exp $ -->
27
28 <guide>
29 <title>Gentoo Java Guide</title>
30 @@ -24,8 +24,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>2</version>
35 -<date>2011-05-09</date>
36 +<version>3</version>
37 +<date>2011-11-08</date>
38
39 <chapter>
40 <title>What is Java?</title>
41 @@ -89,7 +89,7 @@
42 </tr>
43 <tr>
44 <ti>The IcedTea Open Java Kit</ti>
45 - <ti>dev-java/icedtea6-bin</ti>
46 + <ti>dev-java/icedtea-bin</ti>
47 </tr>
48 </table>
49
50 @@ -121,7 +121,7 @@
51
52 <p>
53 To avoid any restrictive license hassle, consider installing
54 -<c>icedtea6-bin</c>, which is an open Java implementation from the OpenJDK
55 +<c>icedtea-bin</c>, which is an open Java implementation from the OpenJDK
56 project.
57 </p>
58
59 @@ -189,7 +189,7 @@
60 <pre caption="Listing available VMs">
61 # <i>java-config --list-available-vms</i>
62 The following VMs are available for generation-2:
63 -1) IcedTea6-bin 1.4.1 [icedtea6-bin]
64 +1) IcedTea-bin 1.10.4 [icedtea-bin]
65 2) Sun JDK 1.5.0.20 [sun-jdk-1.5] <comment>(Build Only)</comment>
66 *) Sun JDK 1.6.0.16 [sun-jdk-1.6]
67 </pre>
68 @@ -480,7 +480,7 @@
69 <pre caption="Viewing available plugins">
70 # <i>eselect java-nsplugin list</i>
71 [1] sun-jre-bin-1.6
72 - [2] icedtea6-bin
73 + [2] icedtea-bin
74 </pre>
75
76 <p>
77 @@ -498,7 +498,7 @@
78 <pre caption="Verifying the correct plugin">
79 # <i>eselect java-nsplugin list</i>
80 [1] sun-jre-bin-1.6 current
81 - [2] icedtea6-bin
82 + [2] icedtea-bin
83 </pre>
84
85 <p>
86 @@ -552,7 +552,7 @@
87 [1] emul-linux-x86-java-1.5
88 [2] emul-linux-x86-java-1.6
89 Available 64-bit Java browser plugins
90 - [1] icedtea6-bin
91 + [1] icedtea-bin
92 [2] sun-jre-bin-1.6
93 </pre>
94
95 @@ -576,7 +576,7 @@
96 [1] emul-linux-x86-java-1.5
97 [2] emul-linux-x86-java-1.6 current
98 Available 64-bit Java browser plugins
99 - [1] icedtea6-bin
100 + [1] icedtea-bin
101 [2] sun-jre-bin-1.6 current
102 </pre>