Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 96337 invoked from network); 14 Mar 2010 02:07:34 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Mar 2010 02:07:34 -0000 Received: (qmail 67032 invoked by uid 500); 14 Mar 2010 02:06:52 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 66978 invoked by uid 500); 14 Mar 2010 02:06:52 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 66971 invoked by uid 99); 14 Mar 2010 02:06:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Mar 2010 02:06:52 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Mar 2010 02:06:51 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 025AE23889E2; Sun, 14 Mar 2010 02:06:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r922721 - /commons/proper/commons-site/src/site/xdoc/commons-parent-pom.xml Date: Sun, 14 Mar 2010 02:06:30 -0000 To: commits@commons.apache.org From: niallp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100314020631.025AE23889E2@eris.apache.org> Author: niallp Date: Sun Mar 14 02:06:30 2010 New Revision: 922721 URL: http://svn.apache.org/viewvc?rev=922721&view=rev Log: Minor language tweaks Modified: commons/proper/commons-site/src/site/xdoc/commons-parent-pom.xml Modified: commons/proper/commons-site/src/site/xdoc/commons-parent-pom.xml URL: http://svn.apache.org/viewvc/commons/proper/commons-site/src/site/xdoc/commons-parent-pom.xml?rev=922721&r1=922720&r2=922721&view=diff ============================================================================== --- commons/proper/commons-site/src/site/xdoc/commons-parent-pom.xml (original) +++ commons/proper/commons-site/src/site/xdoc/commons-parent-pom.xml Sun Mar 14 02:06:30 2010 @@ -232,7 +232,7 @@ Using the target option ensures that the .class file format is compatible with the required Java version - but it does not prevent/catch the use of methods/classes which were introduced in later Java versions (because the build will use the current Java libraries by default). - The only way to ensure that the coded does not accidentally use classes/methods from a different (later) + The only way to ensure that components dont accidentally use classes/methods from a later version of Java is to compile and test using actual Java versions.

@@ -280,7 +280,7 @@ java-1.5 - C:\j\jdk1.5.0_01 + C:\j\jdk1.5.0_22 @@ -293,8 +293,8 @@ ]]>

- (Since the values only depend on the location of the Java installations on your local machine, - and will probably not change frequently, using the settings.xml file is generally + (Since the values are the locations of the Java installations on your local machine, + they are unlikely to change frequently and using the settings.xml file will be the most convenient).