Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 45830 invoked from network); 30 Nov 2009 19:32:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Nov 2009 19:32:08 -0000 Received: (qmail 9999 invoked by uid 500); 30 Nov 2009 19:32:07 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 9927 invoked by uid 500); 30 Nov 2009 19:32:07 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 9917 invoked by uid 99); 30 Nov 2009 19:32:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Nov 2009 19:32:07 +0000 X-ASF-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_SORBS_WEB X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of list@toolazydogs.com does not designate 209.85.220.216 as permitted sender) Received: from [209.85.220.216] (HELO mail-fx0-f216.google.com) (209.85.220.216) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Nov 2009 19:32:05 +0000 Received: by fxm8 with SMTP id 8so3507860fxm.27 for ; Mon, 30 Nov 2009 11:31:43 -0800 (PST) Received: by 10.87.58.28 with SMTP id l28mr4489590fgk.45.1259609502872; Mon, 30 Nov 2009 11:31:42 -0800 (PST) Received: from acabrera-md.linkedin.biz (dagmar.corp.linkedin.com [69.28.149.29]) by mx.google.com with ESMTPS id l19sm11545089fgb.13.2009.11.30.11.31.40 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 30 Nov 2009 11:31:41 -0800 (PST) Message-Id: <33DF3198-951E-404D-BBCA-3CCD486D5E68@toolazydogs.com> From: "Alan D. Cabrera" To: dev@felix.apache.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Subject: Not importing packages in WEB-INF/lib/*.jar Date: Mon, 30 Nov 2009 11:31:38 -0800 X-Mailer: Apple Mail (2.936) I'm trying to create a bundle that does not import any packages that are contained in jars in WEB-INF/lib/*.jar and yet I want them to be part of the classpath when BND gets executed. I'm not sure if there is an easy way to do this. Does anyone have any ideas? Regards, Alan