From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JzdYQ-0001Dt-Kk for garchives@archives.gentoo.org; Fri, 23 May 2008 20:07:54 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC887E04C7; Fri, 23 May 2008 20:07:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 85406E04D7 for ; Fri, 23 May 2008 20:07:53 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 2A2B7B4024 for ; Fri, 23 May 2008 20:07:53 +0000 (UTC) Received: from swift by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1JzdYN-0006F5-TZ for gentoo-doc-cvs@lists.gentoo.org; Fri, 23 May 2008 20:07:52 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: java.xml Message-Id: From: Sven Vermeulen Date: Fri, 23 May 2008 20:07:51 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@lists.gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: b11ceb92-60e5-4712-a78f-c1a306e72143 X-Archives-Hash: de40348cdf014e68b2709d8d59c82709 swift 08/05/23 20:07:51 Modified: java.xml Log: Coding style Revision Changes Path 1.41 xml/htdocs/doc/en/java.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/java.xml?rev=1.41&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/java.xml?rev=1.41&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/java.xml?r1=1.40&r2=1.41 Index: java.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- java.xml 2 Jan 2008 01:41:02 -0000 1.40 +++ java.xml 23 May 2008 20:07:51 -0000 1.41 @@ -1,5 +1,5 @@ - + @@ -121,12 +121,12 @@

-The default for Java 1.4 is the Blackdown JRE/JDK pair, as it is freely +The default for Java 1.4 is the Blackdown JRE/JDK pair, as it is freely ("free as in beer") available without any registration fuss.

@@ -439,7 +439,7 @@

For users, java-config --set-user-classpath will create ~/.gentoo/java-env-classpath, which you should then source from -your shell's profile. +your shell's profile.

@@ -455,7 +455,7 @@
 

-# export CLASSPATH="${CLASSPATH}:$(java-config --classpath log4j,xerces-2)" 
+# export CLASSPATH="${CLASSPATH}:$(java-config --classpath log4j,xerces-2)"
 
@@ -523,8 +523,8 @@

-If you are running a mixed 64-bit and 32-bit multilib system (for example, on AMD64), -you can only use 32-bit Java plugins. +If you are running a mixed 64-bit and 32-bit multilib system (for example, on +AMD64), you can only use 32-bit Java plugins.

-- gentoo-doc-cvs@lists.gentoo.org mailing list