Return-Path: Delivered-To: apmail-incubator-sling-commits-archive@locus.apache.org Received: (qmail 51810 invoked from network); 9 Jan 2008 14:12:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jan 2008 14:12:35 -0000 Received: (qmail 38721 invoked by uid 500); 9 Jan 2008 14:12:24 -0000 Delivered-To: apmail-incubator-sling-commits-archive@incubator.apache.org Received: (qmail 38680 invoked by uid 500); 9 Jan 2008 14:12:24 -0000 Mailing-List: contact sling-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: sling-dev@incubator.apache.org Delivered-To: mailing list sling-commits@incubator.apache.org Received: (qmail 38671 invoked by uid 99); 9 Jan 2008 14:12:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jan 2008 06:12:24 -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; Wed, 09 Jan 2008 14:12:09 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 188381A9897; Wed, 9 Jan 2008 06:12:04 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r610389 - /incubator/sling/trunk/launcher/webapp/pom.xml Date: Wed, 09 Jan 2008 14:12:01 -0000 To: sling-commits@incubator.apache.org From: bdelacretaz@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080109141205.188381A9897@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bdelacretaz Date: Wed Jan 9 06:11:29 2008 New Revision: 610389 URL: http://svn.apache.org/viewvc?rev=610389&view=rev Log: Do not copy the pax-web-service bundle into our webapp (not needed, and starts an extra http server if copied) Modified: incubator/sling/trunk/launcher/webapp/pom.xml Modified: incubator/sling/trunk/launcher/webapp/pom.xml URL: http://svn.apache.org/viewvc/incubator/sling/trunk/launcher/webapp/pom.xml?rev=610389&r1=610388&r2=610389&view=diff ============================================================================== --- incubator/sling/trunk/launcher/webapp/pom.xml (original) +++ incubator/sling/trunk/launcher/webapp/pom.xml Wed Jan 9 06:11:29 2008 @@ -163,6 +163,9 @@ resources/bundles/org.apache.felix.commons.servlet-api*.jar + + resources/bundles/pax-web-service*.jar +