Return-Path: X-Original-To: apmail-felix-dev-archive@www.apache.org Delivered-To: apmail-felix-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A9EAC9D09 for ; Wed, 16 May 2012 23:58:03 +0000 (UTC) Received: (qmail 53884 invoked by uid 500); 16 May 2012 23:58:03 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 53824 invoked by uid 500); 16 May 2012 23:58:03 -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 53814 invoked by uid 99); 16 May 2012 23:58:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 May 2012 23:58:03 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mcculls@gmail.com designates 74.125.82.177 as permitted sender) Received: from [74.125.82.177] (HELO mail-we0-f177.google.com) (74.125.82.177) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 May 2012 23:57:56 +0000 Received: by werc12 with SMTP id c12so1114885wer.22 for ; Wed, 16 May 2012 16:57:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; bh=g3JRkJA014BQAGsE+dBQaIcoGF9p8s58bX6GNqssTiQ=; b=cFocPQjAoaDM2zQSQR8suQHtPBPbD8fAyyJslHuY1KPYA0nnf/IxLmfN63DTyLiOLQ SSIe+M9DJuONJbKETb2/hv4SnrqgXxJpwE3lEiFZsaVlujjOd2mpIwIgfpaQY2DxzzsD iJIT6tUuOUSE+unDxGu4EXJgqYyCQCr35uLtVhR5P7a0A+1v2Ri7jpH0UTfx6X9WDwVW jkK7FFQEXob0QzNEb/4lIjfKHGbiQic8HWWo02U+iVgjKRGc0CDOjXV6l9DqQYodnukF 1E8fyAfHHsF1JAKP5HyHJHPpgZOHz3fyUaT/CPz+pLMGiq0y4mWiUs3uckh69MJ42LfE KiaQ== Received: by 10.216.199.1 with SMTP id w1mr3341794wen.19.1337212655568; Wed, 16 May 2012 16:57:35 -0700 (PDT) Received: from [192.168.1.64] (host109-156-85-201.range109-156.btcentralplus.com. [109.156.85.201]) by mx.google.com with ESMTPS id r2sm14454333wif.7.2012.05.16.16.57.33 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 16 May 2012 16:57:34 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1084) Subject: Re: Can maven-bundle-plugin use *.bnd files? From: Stuart McCulloch In-Reply-To: Date: Thu, 17 May 2012 00:57:32 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <02B821E7-E307-449E-8651-1073CBCA5AE4@gmail.com> References: To: dev@felix.apache.org X-Mailer: Apple Mail (2.1084) X-Virus-Checked: Checked by ClamAV on apache.org On 17 May 2012, at 00:43, David Jencks wrote: > I thought I remembered seeing some project that used the = maven-bundle-plugin but put the instructions in a *.bnd file, but when = I've experimented I can't get it to work. Anyone know if this is = possible, how to do it, or if not, anyone else think it would be a good = idea? Just use <_include>test.bnd as = per the bnd docs: http://www.aqute.biz/Bnd/Format#directives Note: paths are relative to the project directory > thanks > david jencks >=20