Return-Path: Delivered-To: apmail-incubator-click-commits-archive@minotaur.apache.org Received: (qmail 92296 invoked from network); 21 Feb 2009 13:33:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Feb 2009 13:33:47 -0000 Received: (qmail 95641 invoked by uid 500); 21 Feb 2009 13:33:47 -0000 Delivered-To: apmail-incubator-click-commits-archive@incubator.apache.org Received: (qmail 95629 invoked by uid 500); 21 Feb 2009 13:33:46 -0000 Mailing-List: contact click-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: click-dev@incubator.apache.org Delivered-To: mailing list click-commits@incubator.apache.org Received: (qmail 95618 invoked by uid 99); 21 Feb 2009 13:33:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Feb 2009 05:33:46 -0800 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; Sat, 21 Feb 2009 13:33:46 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D63E823888CA; Sat, 21 Feb 2009 13:33:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r746504 - /incubator/click/trunk/click/documentation/docs/downloads.html Date: Sat, 21 Feb 2009 13:33:25 -0000 To: click-commits@incubator.apache.org From: sabob@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090221133325.D63E823888CA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sabob Date: Sat Feb 21 13:33:25 2009 New Revision: 746504 URL: http://svn.apache.org/viewvc?rev=746504&view=rev Log: docs Modified: incubator/click/trunk/click/documentation/docs/downloads.html Modified: incubator/click/trunk/click/documentation/docs/downloads.html URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/documentation/docs/downloads.html?rev=746504&r1=746503&r2=746504&view=diff ============================================================================== --- incubator/click/trunk/click/documentation/docs/downloads.html (original) +++ incubator/click/trunk/click/documentation/docs/downloads.html Sat Feb 21 13:33:25 2009 @@ -124,7 +124,7 @@ To include Click in your project add the following dependency in your pom.xml:
-<!-- Specifying the artifactId click will include Click Core in your pom.xml -->
+<!-- Specifying the artifactId click will include Click Core in your project -->
 <dependency>
     <groupId>org.apache.click</groupId>
     <artifactId>click</artifactId>
@@ -132,7 +132,7 @@
     <scope>compile</scope>
 </dependency>
 
-<!-- Specifying the artifactId click-extras will include Click Extras in your pom.xml -->
+<!-- Specifying the artifactId click-extras will include Click Extras in your project -->
 <dependency>
     <groupId>org.apache.click</groupId>
     <artifactId>click-extras</artifactId>