Return-Path: Delivered-To: apmail-commons-commits-archive@locus.apache.org Received: (qmail 93578 invoked from network); 16 Jun 2008 14:48:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Jun 2008 14:48:31 -0000 Received: (qmail 49864 invoked by uid 500); 16 Jun 2008 14:48:31 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 49803 invoked by uid 500); 16 Jun 2008 14:48:31 -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 49794 invoked by uid 99); 16 Jun 2008 14:48:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jun 2008 07:48:31 -0700 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; Mon, 16 Jun 2008 14:47:50 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B497823889F3; Mon, 16 Jun 2008 07:48:08 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r668176 - /commons/proper/jxpath/trunk/xdocs/building.xml Date: Mon, 16 Jun 2008 14:48:08 -0000 To: commits@commons.apache.org From: mbenson@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080616144808.B497823889F3@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mbenson Date: Mon Jun 16 07:48:08 2008 New Revision: 668176 URL: http://svn.apache.org/viewvc?rev=668176&view=rev Log: s/io/Commons JXPath/g - thanks to psteitz Modified: commons/proper/jxpath/trunk/xdocs/building.xml Modified: commons/proper/jxpath/trunk/xdocs/building.xml URL: http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/xdocs/building.xml?rev=668176&r1=668175&r2=668176&view=diff ============================================================================== --- commons/proper/jxpath/trunk/xdocs/building.xml (original) +++ commons/proper/jxpath/trunk/xdocs/building.xml Mon Jun 16 07:48:08 2008 @@ -31,12 +31,12 @@

- The following Maven 2 commands can be used to build io: + The following Maven 2 commands can be used to build Commons JXPath:

  • mvn clean - clean up
  • mvn test - compile and run the unit tests
  • -
  • mvn site - create io documentation
  • +
  • mvn site - create Commons JXPath documentation
  • mvn package - build the jar
  • mvn install - build the jar and install in local maven repository
  • mvn site assembly:assembly - Create the source and binary distributions
  • @@ -45,12 +45,12 @@

    - The following Maven 1 commands can be used to build io: + The following Maven 1 commands can be used to build Commons JXPath:

    • maven clean - clean up
    • maven test - compile and run the unit tests
    • -
    • maven site - create io documentation
    • +
    • maven site - create Commons JXPath documentation
    • maven jar - build the jar
    • maven dist - Create the source and binary distributions
    @@ -65,7 +65,7 @@

- The following Ant commands can be used to build io: + The following Ant commands can be used to build Commons JXPath:

  • ant clean - clean up