Return-Path: Delivered-To: apmail-incubator-felix-dev-archive@www.apache.org Received: (qmail 83237 invoked from network); 13 Apr 2007 10:57:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Apr 2007 10:57:10 -0000 Received: (qmail 43832 invoked by uid 500); 13 Apr 2007 10:57:16 -0000 Delivered-To: apmail-incubator-felix-dev-archive@incubator.apache.org Received: (qmail 43602 invoked by uid 500); 13 Apr 2007 10:57:16 -0000 Mailing-List: contact felix-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: felix-dev@incubator.apache.org Delivered-To: mailing list felix-dev@incubator.apache.org Received: (qmail 43591 invoked by uid 99); 13 Apr 2007 10:57:16 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Apr 2007 03:57:16 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [62.241.5.253] (HELO relay-pt2.poste.it) (62.241.5.253) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Apr 2007 03:57:09 -0700 Received: from [146.48.86.36] (146.48.86.36) by relay-pt2.poste.it (7.2.063) (authenticated as stefano.lenzi-1980@poste.it) id 461EBA640000F341 for felix-dev@incubator.apache.org; Fri, 13 Apr 2007 12:56:47 +0200 Message-ID: <461F61FA.1040201@interfree.it> Date: Fri, 13 Apr 2007 12:56:58 +0200 From: Stefano Lenzi User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: felix-dev@incubator.apache.org Subject: Manifest Package directive Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi All, I was looking around on the bundles generated by the maven-bundle-plugin and I got some doubts. I hope that you can clarify me: 1 - What is the meaning of Ignore-Package and Private-Package manifest directive? I couldn't find any information on those directive on OSGi R4 specification :S 2 - Why does not "Shell TUI" bundle Import-Package report the package org.apache.felix.shell even if in it's used in the bundle Activator? Stefano "Kismet" Lenzi