nightmorph    09/12/23 08:41:21

  Modified:             java.xml
  Log:
  Remove the last of the blackdown references, since it's been removed from the 
tree

Revision  Changes    Path
1.47                 xml/htdocs/doc/en/java.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/java.xml?rev=1.47&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/java.xml?rev=1.47&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/java.xml?r1=1.46&r2=1.47

Index: java.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- java.xml    30 Nov 2009 07:33:31 -0000      1.46
+++ java.xml    23 Dec 2009 08:41:21 -0000      1.47
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v 1.46 2009/11/30 
07:33:31 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v 1.47 2009/12/23 
08:41:21 nightmorph Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
-<guide link="/doc/en/java.xml">
+<guide>
 <title>Gentoo Java Guide</title>
 
 <author title="Author">
@@ -24,8 +24,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>0.21</version>
-<date>2009-11-29</date>
+<version>0.22</version>
+<date>2009-12-23</date>
 
 <chapter>
 <title>What is Java?</title>
@@ -100,11 +100,6 @@
   <th>JRE</th>
 </tr>
 <tr>
-  <ti>The Blackdown Java Kit</ti>
-  <ti>dev-java/blackdown-jdk</ti>
-  <ti>dev-java/blackdown-jre</ti>
-</tr>
-<tr>
   <ti>Sun's Java Kit</ti>
   <ti>dev-java/sun-jdk</ti>
   <ti>dev-java/sun-jre-bin</ti>
@@ -206,10 +201,8 @@
 <pre caption="Listing available VMs">
 # <i>java-config --list-available-vms</i>
 The following VMs are available for generation-2:
-1)      Blackdown JDK 1.4.2.03 [blackdown-jdk-1.4.2] <comment>(Build 
Only)</comment>
-2)      Blackdown JRE 1.4.2.03 [blackdown-jre-1.4.2] <comment>(Build 
Only)</comment>
-3)      IcedTea6-bin 1.4.1 [icedtea6-bin]
-4)      Sun JDK 1.5.0.20 [sun-jdk-1.5] <comment>(Build Only)</comment>
+1)      IcedTea6-bin 1.4.1 [icedtea6-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>
 
@@ -229,11 +222,10 @@
 
 <pre caption="Setting the System VM">
 <comment>(By handle (preferred))</comment>
-# <i>java-config --set-system-vm blackdown-jdk-1.4</i>
-Now using blackdown-jdk-1.4 as your generation-2 system JVM
-WARNING: blackdown-jdk-1.4 is marked as a build-only JVM. Using this vm is not 
recommended.
+# <i>java-config --set-system-vm sun-jdk-1.6</i>
+Now using sun-jdk-1.6 as your generation-2 system JVM
 <comment>(By number)</comment>
-# <i>java-config --set-system-vm 5</i>
+# <i>java-config --set-system-vm 3</i>
 Now using sun-jdk-1.6 as your generation-2 system JVM
 </pre>
 
@@ -308,16 +300,15 @@
 
 <pre caption="Example /etc/java-config-2/build/jdk.conf">
 <comment># For 1.3 I prefer sun-jdk 1.4 but when it is not available, use 
ibm-jdk-bin,
-# For 1.4, use blackdown-jdk, and for 1.5, use sun-jdk </comment>
+# For 1.5, use sun-jdk </comment>
 1.3=sun-jdk-1.4 ibm-jdk-bin
-1.4=blackdown-jdk
 1.5=sun-jdk
 </pre>
 
 <warn>
-You do not have to edit this file. If you change these options to use a
-unsupported VM, things could possibly break. Bugs reported with a unsupported
-VM won't be prioritized as much as bugs present within supported VMs.
+You do not <e>have</e> to edit this file. If you change these options to use a
+unsupported VM, things could possibly break. Bugs reported with a unsupported 
VM
+won't be prioritized as much as bugs present within supported VMs.
 </warn>
 
 </body>




Reply via email to