Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: java.xml
Date: Mon, 30 Nov 2009 07:33:34
Message-Id: E1NF0lH-0003G6-Gm@stork.gentoo.org
1 nightmorph 09/11/30 07:33:31
2
3 Modified: java.xml
4 Log:
5 strip out ECJ version numbering, bug 291885
6
7 Revision Changes Path
8 1.46 xml/htdocs/doc/en/java.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/java.xml?rev=1.46&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/java.xml?rev=1.46&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/java.xml?r1=1.45&r2=1.46
13
14 Index: java.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v
17 retrieving revision 1.45
18 retrieving revision 1.46
19 diff -u -r1.45 -r1.46
20 --- java.xml 7 Oct 2009 18:25:46 -0000 1.45
21 +++ java.xml 30 Nov 2009 07:33:31 -0000 1.46
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.45 2009/10/07 18:25:46 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v 1.46 2009/11/30 07:33:31 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/java.xml">
29 @@ -24,8 +24,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>0.20</version>
34 -<date>2009-10-07</date>
35 +<version>0.21</version>
36 +<date>2009-11-29</date>
37
38 <chapter>
39 <title>What is Java?</title>
40 @@ -342,7 +342,7 @@
41 # it will check the COMPILERS var front to back and
42 # use the first compiler that is installed
43
44 -COMPILERS="ecj-3.1 jikes javac"
45 +COMPILERS="ecj-X.Y jikes javac"
46 </pre>
47
48 <p>
49 @@ -384,8 +384,8 @@
50 </tr>
51 <tr>
52 <ti>Eclipse Compiler for Java</ti>
53 - <ti>ecj-3.1</ti>
54 - <ti>=dev-java/eclipse-ecj-3.1*</ti>
55 + <ti>ecj</ti>
56 + <ti>dev-java/eclipse-ecj</ti>
57 <ti>
58 ECJ is the compiler used by the Eclipse software development kit. It is
59 very full featured, and is pretty fast. It does support Java 1.5 syntax.