Return-Path: Delivered-To: apmail-incubator-buildr-commits-archive@locus.apache.org Received: (qmail 18531 invoked from network); 2 Feb 2008 01:01:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Feb 2008 01:01:47 -0000 Received: (qmail 99699 invoked by uid 500); 2 Feb 2008 01:01:39 -0000 Delivered-To: apmail-incubator-buildr-commits-archive@incubator.apache.org Received: (qmail 99678 invoked by uid 500); 2 Feb 2008 01:01:39 -0000 Mailing-List: contact buildr-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: buildr-dev@incubator.apache.org Delivered-To: mailing list buildr-commits@incubator.apache.org Received: (qmail 99669 invoked by uid 99); 2 Feb 2008 01:01:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2008 17:01:39 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Feb 2008 01:01:19 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 106BD1A9832; Fri, 1 Feb 2008 17:01:27 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r617728 - /incubator/buildr/trunk/doc/pages/packaging.textile Date: Sat, 02 Feb 2008 01:01:25 -0000 To: buildr-commits@incubator.apache.org From: assaf@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080202010127.106BD1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: assaf Date: Fri Feb 1 17:01:22 2008 New Revision: 617728 URL: http://svn.apache.org/viewvc?rev=617728&view=rev Log: BUILDR-35 Modified: incubator/buildr/trunk/doc/pages/packaging.textile Modified: incubator/buildr/trunk/doc/pages/packaging.textile URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/doc/pages/packaging.textile?rev=617728&r1=617727&r2=617728&view=diff ============================================================================== --- incubator/buildr/trunk/doc/pages/packaging.textile (original) +++ incubator/buildr/trunk/doc/pages/packaging.textile Fri Feb 1 17:01:22 2008 @@ -125,7 +125,7 @@ # Add an artifact to the existing set: package(:war).libs += artifacts(MYSQL_JDBC) # Remove an artifact from the existing set: -package(:war).libs += artifacts(LOG4J) +package(:war).libs -= artifacts(LOG4J) # List all the artifacts: puts 'Artifacts included in WAR package:' puts package(:war).libs.map(&:to_spec)