Gentoo Archives: gentoo-doc-cvs

From: Lukasz Damentko <rane@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: java.xml
Date: Thu, 29 Sep 2005 18:28:02
Message-Id: 200509291820.j8TIKMJI027460@robin.gentoo.org
1 rane 05/09/29 18:27:32
2
3 Modified: xml/htdocs/doc/en java.xml
4 Log:
5 fixed coding style, no content change
6
7 Revision Changes Path
8 1.17 +37 -26 xml/htdocs/doc/en/java.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/java.xml?rev=1.17&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/java.xml?rev=1.17&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/java.xml.diff?r1=1.16&r2=1.17&cvsroot=gentoo
13
14 Index: java.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v
17 retrieving revision 1.16
18 retrieving revision 1.17
19 diff -u -r1.16 -r1.17
20 --- java.xml 29 Sep 2005 18:22:22 -0000 1.16
21 +++ java.xml 29 Sep 2005 18:27:31 -0000 1.17
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.16 2005/09/29 18:22:22 rane Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v 1.17 2005/09/29 18:27:31 rane Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/java.xml">
29 @@ -64,11 +64,11 @@
30 </p>
31
32 <ul>
33 -<li>blackdown-jre and blackdown-jdk, the Blackdown Java Kit</li>
34 -<li>sun-jre-bin and sun-jdk, Sun's Java Kit </li>
35 -<li>ibm-jre-bin and ibm-jdk-bin, the IBM Java Kit</li>
36 -<li>compaq-jre and compaq-jdk, the Compaq Java Kit for Alpha/Linux/GNU</li>
37 -<li>jrockit-jdk-bin, BEA WebLogic's J2SE Development Kit</li>
38 + <li>blackdown-jre and blackdown-jdk, the Blackdown Java Kit</li>
39 + <li>sun-jre-bin and sun-jdk, Sun's Java Kit </li>
40 + <li>ibm-jre-bin and ibm-jdk-bin, the IBM Java Kit</li>
41 + <li>compaq-jre and compaq-jdk, the Compaq Java Kit for Alpha/Linux/GNU</li>
42 + <li>jrockit-jdk-bin, BEA WebLogic's J2SE Development Kit</li>
43 </ul>
44
45 <p>
46 @@ -90,7 +90,6 @@
47
48 </body>
49 </section>
50 -
51 <section>
52 <title>Installing the Sun/IBM JRE/JDKs</title>
53 <body>
54 @@ -171,8 +170,9 @@
55 </note>
56
57 <p>
58 -Once you have issued <c>java-config --set-system-vm</c> with a particular VM ID,
59 -you will need to regenerate your /etc/profile.env. You can do it like this:
60 +Once you have issued <c>java-config --set-system-vm</c> with a particular VM
61 +ID, you will need to regenerate your <path>/etc/profile.env</path>. You can do
62 +it like this:
63 </p>
64
65 <pre caption="Regenerating /etc/profile.env" >
66 @@ -187,8 +187,8 @@
67 <p>
68 As a regular user, you can use <c>java-config --set-user-vm</c>, which will
69 create <path>~/.gentoo/java-env</path> with all required env vars. You would
70 -normally source this from your shell's startup script
71 -(generally <path>~/.bashrc</path>).
72 +normally source this from your shell's startup script (generally
73 +<path>~/.bashrc</path>).
74 </p>
75
76 </body>
77 @@ -202,8 +202,8 @@
78 <body>
79
80 <p>
81 -For more information regarding USE flags, refer to the
82 -<uri link="/doc/en/handbook/handbook-x86.xml?part=2&amp;chap=2">USE flags</uri>
83 +For more information regarding USE flags, refer to the <uri
84 +link="/doc/en/handbook/handbook-x86.xml?part=2&amp;chap=2">USE flags</uri>
85 chapter from the Gentoo Handbook.
86 </p>
87
88 @@ -214,10 +214,12 @@
89 <body>
90
91 <ul>
92 -<li>The <b>java</b> flag adds support for Java in a variety of programs.</li>
93 -<li>The <b>browserplugin</b> flag adds support for Mozilla-like browsers (including Firefox)
94 -if you are using blackdown's Java kit. You will need this for viewing Java applets
95 -in your Mozilla-like browser.</li>
96 + <li>The <b>java</b> flag adds support for Java in a variety of programs.</li>
97 + <li>
98 + The <b>browserplugin</b> flag adds support for Mozilla-like browsers
99 + (including Firefox) if you are using blackdown's Java kit. You will need
100 + this for viewing Java applets in your Mozilla-like browser.
101 + </li>
102 </ul>
103
104 </body>
105 @@ -231,23 +233,32 @@
106 <body>
107
108 <ul>
109 -<li>java-config man page</li>
110 -<li><c>java-config --help</c></li>
111 -<li>The <path>/usr/bin/java-config</path> script itself</li>
112 + <li>java-config man page</li>
113 + <li><c>java-config --help</c></li>
114 + <li>The <path>/usr/bin/java-config</path> script itself</li>
115 </ul>
116
117 </body>
118 </section>
119 -
120 <section>
121 <title>Online resources</title>
122 <body>
123 +
124 <ul>
125 -<li>The <uri link="http://news.gmane.org/gmane.linux.gentoo.devel"
126 ->gentoo-dev</uri>, <uri link="http://news.gmane.org/gmane.linux.gentoo.user"
127 ->gentoo-user </uri> and <uri link="http://news.gmane.org/gmane.linux.gentoo.java">gentoo-java</uri> mailing list archives</li>
128 -<li>#gentoo and #gentoo-java on irc.freenode.net</li>
129 -<li><uri link="http://en.wikipedia.org/wiki/Java_programming_language">Wikipedia's entry for Java</uri></li>
130 + <li>
131 + The <uri
132 + link="http://news.gmane.org/gmane.linux.gentoo.devel">gentoo-dev</uri>,
133 + <uri link="http://news.gmane.org/gmane.linux.gentoo.user">gentoo-user
134 + </uri> and <uri
135 + link="http://news.gmane.org/gmane.linux.gentoo.java">gentoo-java</uri>
136 + mailing list archives</li> <li>#gentoo and #gentoo-java on
137 + irc.freenode.net
138 + </li>
139 + <li>
140 + <uri
141 + link="http://en.wikipedia.org/wiki/Java_programming_language">Wikipedia's
142 + entry for Java</uri>
143 + </li>
144 </ul>
145
146 </body>
147
148
149
150 --
151 gentoo-doc-cvs@g.o mailing list