Gentoo Archives: gentoo-doc-cvs

From: Sven Vermeulen <swift@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: java.xml
Date: Fri, 23 May 2008 20:07:54
Message-Id: E1JzdYN-0006F5-TZ@stork.gentoo.org
1 swift 08/05/23 20:07:51
2
3 Modified: java.xml
4 Log:
5 Coding style
6
7 Revision Changes Path
8 1.41 xml/htdocs/doc/en/java.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/java.xml?rev=1.41&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/java.xml?rev=1.41&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/java.xml?r1=1.40&r2=1.41
13
14 Index: java.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v
17 retrieving revision 1.40
18 retrieving revision 1.41
19 diff -u -r1.40 -r1.41
20 --- java.xml 2 Jan 2008 01:41:02 -0000 1.40
21 +++ java.xml 23 May 2008 20:07:51 -0000 1.41
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v 1.40 2008/01/02 01:41:02 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v 1.41 2008/05/23 20:07:51 swift Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/java.xml">
29 @@ -121,12 +121,12 @@
30 </table>
31
32 <!--
33 -TODO: list free implementations?
34 +TODO: list free implementations?
35 note about not drop-in replacements
36 -kaffe/sablevm/gcj/jamvm
37 +kaffe/sablevm/gcj/jamvm
38 -->
39 <p>
40 -The default for Java 1.4 is the Blackdown JRE/JDK pair, as it is freely
41 +The default for Java 1.4 is the Blackdown JRE/JDK pair, as it is freely
42 ("free as in beer") available without any registration fuss.
43 </p>
44
45 @@ -439,7 +439,7 @@
46 <p>
47 For users, <c>java-config --set-user-classpath</c> will create
48 <path>~/.gentoo/java-env-classpath</path>, which you should then source from
49 -your shell's profile.
50 +your shell's profile.
51 </p>
52
53 <pre caption="Sourcing user specific classpath">
54 @@ -455,7 +455,7 @@
55 </p>
56
57 <pre caption="Setting classpath">
58 -# <i>export CLASSPATH="${CLASSPATH}:$(java-config --classpath log4j,xerces-2)"</i>
59 +# <i>export CLASSPATH="${CLASSPATH}:$(java-config --classpath log4j,xerces-2)"</i>
60 </pre>
61
62 </body>
63 @@ -523,8 +523,8 @@
64 <body>
65
66 <p>
67 -If you are running a mixed 64-bit and 32-bit multilib system (for example, on AMD64),
68 -you can only use 32-bit Java plugins.
69 +If you are running a mixed 64-bit and 32-bit multilib system (for example, on
70 +AMD64), you can only use 32-bit Java plugins.
71 </p>
72
73 <p>
74
75
76
77 --
78 gentoo-doc-cvs@l.g.o mailing list