fox2mike 06/09/08 10:49:38 Modified: java.xml Log: Removing duplicate source USE flag explanation. Thanks to honzig on IRC for reporting
Revision Changes Path 1.31 xml/htdocs/doc/en/java.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/java.xml?rev=1.31&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/java.xml?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/java.xml?r1=1.30&r2=1.31 Index: java.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- java.xml 31 Aug 2006 01:19:43 -0000 1.30 +++ java.xml 8 Sep 2006 10:49:38 -0000 1.31 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v 1.30 2006/08/31 01:19:43 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v 1.31 2006/09/08 10:49:38 fox2mike Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/java.xml"> @@ -25,7 +25,7 @@ <license/> <version>0.8</version> -<date>2006-08-30</date> +<date>2006-09-08</date> <chapter> <title>What is Java?</title> @@ -576,11 +576,6 @@ by javadoc. </li> <li> - The <b>source</b> flag will install a zip of the package's source code. - This is typically used to provide your IDE with the source code for the - package. - </li> - <li> The <b>source</b> flag installs a zip of the source code of a package. This is traditionally used for for IDEs to 'attach' source to the libraries you are using. -- [email protected] mailing list
