nightmorph 11/11/08 23:38:12
Modified: java.xml
Log:
pkgmove, icedtea6 to icedtea
Revision Changes Path
1.52 xml/htdocs/doc/en/java.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/java.xml?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/java.xml?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/java.xml?r1=1.51&r2=1.52
Index: java.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- java.xml 9 May 2011 21:36:03 -0000 1.51
+++ java.xml 8 Nov 2011 23:38:12 -0000 1.52
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v 1.51 2011/05/09 21:36:03 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v 1.52 2011/11/08 23:38:12 nightmorph Exp $ -->
<guide>
<title>Gentoo Java Guide</title>
@@ -24,8 +24,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>2</version>
-<date>2011-05-09</date>
+<version>3</version>
+<date>2011-11-08</date>
<chapter>
<title>What is Java?</title>
@@ -89,7 +89,7 @@
</tr>
<tr>
<ti>The IcedTea Open Java Kit</ti>
- <ti>dev-java/icedtea6-bin</ti>
+ <ti>dev-java/icedtea-bin</ti>
</tr>
</table>
@@ -121,7 +121,7 @@
<p>
To avoid any restrictive license hassle, consider installing
-<c>icedtea6-bin</c>, which is an open Java implementation from the OpenJDK
+<c>icedtea-bin</c>, which is an open Java implementation from the OpenJDK
project.
</p>
@@ -189,7 +189,7 @@
<pre caption="Listing available VMs">
# <i>java-config --list-available-vms</i>
The following VMs are available for generation-2:
-1) IcedTea6-bin 1.4.1 [icedtea6-bin]
+1) IcedTea-bin 1.10.4 [icedtea-bin]
2) Sun JDK 1.5.0.20 [sun-jdk-1.5] <comment>(Build Only)</comment>
*) Sun JDK 1.6.0.16 [sun-jdk-1.6]
</pre>
@@ -480,7 +480,7 @@
<pre caption="Viewing available plugins">
# <i>eselect java-nsplugin list</i>
[1] sun-jre-bin-1.6
- [2] icedtea6-bin
+ [2] icedtea-bin
</pre>
<p>
@@ -498,7 +498,7 @@
<pre caption="Verifying the correct plugin">
# <i>eselect java-nsplugin list</i>
[1] sun-jre-bin-1.6 current
- [2] icedtea6-bin
+ [2] icedtea-bin
</pre>
<p>
@@ -552,7 +552,7 @@
[1] emul-linux-x86-java-1.5
[2] emul-linux-x86-java-1.6
Available 64-bit Java browser plugins
- [1] icedtea6-bin
+ [1] icedtea-bin
[2] sun-jre-bin-1.6
</pre>
@@ -576,7 +576,7 @@
[1] emul-linux-x86-java-1.5
[2] emul-linux-x86-java-1.6 current
Available 64-bit Java browser plugins
- [1] icedtea6-bin
+ [1] icedtea-bin
[2] sun-jre-bin-1.6 current
</pre>
|