Return-Path: Delivered-To: apmail-commons-commits-archive@locus.apache.org Received: (qmail 52532 invoked from network); 23 May 2008 02:00:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 May 2008 02:00:46 -0000 Received: (qmail 5452 invoked by uid 500); 23 May 2008 02:00:46 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 5403 invoked by uid 500); 23 May 2008 02:00:46 -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 5394 invoked by uid 99); 23 May 2008 02:00:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 May 2008 19:00:46 -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; Fri, 23 May 2008 02:00:08 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 29F4B23889FA; Thu, 22 May 2008 19:00:24 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r659362 - /commons/proper/chain/trunk/xdocs/building.xml Date: Fri, 23 May 2008 02:00:23 -0000 To: commits@commons.apache.org From: niallp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080523020024.29F4B23889FA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: niallp Date: Thu May 22 19:00:23 2008 New Revision: 659362 URL: http://svn.apache.org/viewvc?rev=659362&view=rev Log: correct references io --> chain Modified: commons/proper/chain/trunk/xdocs/building.xml Modified: commons/proper/chain/trunk/xdocs/building.xml URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/xdocs/building.xml?rev=659362&r1=659361&r2=659362&view=diff ============================================================================== --- commons/proper/chain/trunk/xdocs/building.xml (original) +++ commons/proper/chain/trunk/xdocs/building.xml Thu May 22 19:00:23 2008 @@ -35,12 +35,12 @@

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

  • mvn clean - clean up
  • mvn test - compile and run the unit tests
  • -
  • mvn site - create io documentation
  • +
  • mvn site - create the 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
  • @@ -49,12 +49,12 @@

    - The following Maven 1.0 commands can be used to build io: + The following Maven 1.0 commands can be used to build Chain:

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

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

    • ant clean - clean up