nightmorph 06/10/15 22:03:17 Modified: java.xml Log: Removed java keywords section now that it's all stable, per nichoj's request on IRC
Revision Changes Path 1.35 xml/htdocs/doc/en/java.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/java.xml?rev=1.35&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/java.xml?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/java.xml?r1=1.34&r2=1.35 Index: java.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- java.xml 8 Oct 2006 22:52:16 -0000 1.34 +++ java.xml 15 Oct 2006 22:03:16 -0000 1.35 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v 1.34 2006/10/08 22:52:16 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v 1.35 2006/10/15 22:03:16 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/java.xml"> @@ -24,8 +24,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>0.10</version> -<date>2006-10-08</date> +<version>0.11</version> +<date>2006-10-15</date> <chapter> <title>What is Java?</title> @@ -57,77 +57,7 @@ </chapter> <chapter> -<title>New Java System</title> -<section> -<body> - -<p> -The way Java is handled on Gentoo has recently seen many changes and -improvements. This has only happened very recently, and as a result, all the -packages related to it are marked with testing keywords, ie ~x86. This -document assumes you are using the new system. -</p> - -</body> -</section> -<section> -<title>Keywords</title> -<body> - -<p> -If you are using the stable tree opposed to ~arch, you will need to add some -entries to your <path>/etc/portage/package.keywords</path>: -</p> - -<pre caption="package.keywords"> -# Core Gentoo/Java Packages -dev-java/ant-core -dev-java/ant-tasks -dev-java/ant -dev-java/java-config -dev-java/java-config-wrapper -dev-java/javatoolkit -dev-java/sun-jce-bin -# JDKs -=dev-java/sun-jdk-1.4* -=dev-java/sun-jdk-1.5* -=dev-java/ibm-jdk-bin-1.4* -=dev-java/ibm-jdk-bin-1.5* -=dev-java/jrockit-jdk-bin-1.4* -=dev-java/jrockit-jdk-bin-1.5* -=dev-java/blackdown-jdk-1.4* -dev-java/kaffe -# JREs -=dev-java/sun-jre-bin-1.4* -=dev-java/sun-jre-bin-1.5* -=dev-java/ibm-jre-bin-1.4* -=dev-java/blackdown-jre-1.4* -# Virtuals -virtual/jdk -virtual/jre -# Compilers -dev-java/eclipse-ecj -dev-java/jikes -# Documentation -dev-java/java-sdk-docs -# Misc packages that have been updated to generation-2, -# where the generation-1 won't build and/or run properly -dev-java/lucene -# These have optional Java support, but need ~arch to function properly -# with generation-2 -dev-util/subversion -sys-libs/db -</pre> - -<warn> -It is crucial that you list ALL these packages in -<path>/etc/portage/package.keywords</path>, otherwise you will have problems in -the later steps of this guide. Your new Java system will not function correctly -without this list. -</warn> - -</body> -</section> +<title>Before You Begin</title> <section> <title>Existing installs</title> <body> -- [email protected] mailing list
