Return-Path: Delivered-To: apmail-felix-users-archive@locus.apache.org Received: (qmail 50365 invoked from network); 26 Nov 2008 19:27:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Nov 2008 19:27:05 -0000 Received: (qmail 14182 invoked by uid 500); 26 Nov 2008 19:27:16 -0000 Delivered-To: apmail-felix-users-archive@felix.apache.org Received: (qmail 14162 invoked by uid 500); 26 Nov 2008 19:27:15 -0000 Mailing-List: contact users-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@felix.apache.org Delivered-To: mailing list users@felix.apache.org Delivered-To: moderator for users@felix.apache.org Received: (qmail 50005 invoked by uid 99); 26 Nov 2008 18:40:17 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of peter.gardfjell@gmail.com designates 74.125.46.156 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=9mx/8+HsQXTBbg3IAjMkEjLHFNO6XWirkLIjut3LSgI=; b=pV5MV5jdaoUnMZFNFgLKLKrQ8egbzZZ7XGFI3EVY2AeIsfX6OHGC/JUc7IcQnxZNE7 tVNlfPd7tzBqQLd6IYMySBdv+n+uR+lw6Yg5maFIQY0K6A0pZbZei+2X82MCe5Gk3jYW wlVsRb0FCbrIucO8EbEA9aWOb1nmXjZvS+XT0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=k+p3TIb33XyljQV3gWWuuAS3vM5fzVSYEaBkMFiadLhlJV5aOX+I7oOUvUU58oIimu LW1rkpDNuiWTtKuvdFcr5z008ADLCOBGMfSFph5EPHbJgrt9PpAwHiU77jfI+Coc43fJ KXboERUVBZ7+FUWS42f+WpvUyhAssbc5pK7cA= Message-ID: Date: Wed, 26 Nov 2008 19:39:37 +0100 From: "=?ISO-8859-1?Q?Peter_Gardfj=E4ll?=" To: users@felix.apache.org Subject: Re: bnd to include META-INF/spring/*.xml MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Martin, I have used bnd to package spring files into my bundles. My project structure looks like - src - META-INF - spring - context.xml - osgi-context.xml - ... java packages and files And this is the corresponding Include-Resource declaration in my .bnd file to include the spring files in the bundle. Include-Resource: \ META-INF=src/META-INF regards, Peter --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@felix.apache.org For additional commands, e-mail: users-help@felix.apache.org