nightmorph 09/11/30 07:33:31 Modified: java.xml Log: strip out ECJ version numbering, bug 291885
Revision Changes Path 1.46 xml/htdocs/doc/en/java.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/java.xml?rev=1.46&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/java.xml?rev=1.46&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/java.xml?r1=1.45&r2=1.46 Index: java.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- java.xml 7 Oct 2009 18:25:46 -0000 1.45 +++ java.xml 30 Nov 2009 07:33:31 -0000 1.46 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v 1.45 2009/10/07 18:25:46 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v 1.46 2009/11/30 07:33:31 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.20</version> -<date>2009-10-07</date> +<version>0.21</version> +<date>2009-11-29</date> <chapter> <title>What is Java?</title> @@ -342,7 +342,7 @@ # it will check the COMPILERS var front to back and # use the first compiler that is installed -COMPILERS="ecj-3.1 jikes javac" +COMPILERS="ecj-X.Y jikes javac" </pre> <p> @@ -384,8 +384,8 @@ </tr> <tr> <ti>Eclipse Compiler for Java</ti> - <ti>ecj-3.1</ti> - <ti>=dev-java/eclipse-ecj-3.1*</ti> + <ti>ecj</ti> + <ti>dev-java/eclipse-ecj</ti> <ti> ECJ is the compiler used by the Eclipse software development kit. It is very full featured, and is pretty fast. It does support Java 1.5 syntax.
