Return-Path: X-Original-To: apmail-felix-users-archive@minotaur.apache.org Delivered-To: apmail-felix-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E1F8D1012A for ; Fri, 21 Jun 2013 07:18:00 +0000 (UTC) Received: (qmail 76543 invoked by uid 500); 21 Jun 2013 07:17:59 -0000 Delivered-To: apmail-felix-users-archive@felix.apache.org Received: (qmail 76505 invoked by uid 500); 21 Jun 2013 07:17:54 -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 Received: (qmail 76492 invoked by uid 99); 21 Jun 2013 07:17:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jun 2013 07:17:53 +0000 X-ASF-Spam-Status: No, hits=1.0 required=5.0 tests=FORGED_YAHOO_RCVD,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [67.195.87.84] (HELO nm48.bullet.mail.gq1.yahoo.com) (67.195.87.84) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jun 2013 07:17:48 +0000 Received: from [98.137.12.62] by nm48.bullet.mail.gq1.yahoo.com with NNFMP; 21 Jun 2013 07:17:28 -0000 Received: from [208.71.42.198] by tm7.bullet.mail.gq1.yahoo.com with NNFMP; 21 Jun 2013 07:17:27 -0000 Received: from [127.0.0.1] by smtp209.mail.gq1.yahoo.com with NNFMP; 21 Jun 2013 07:17:27 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1371799047; bh=ZmKzBU/jS0QMq3I3NJk11fsfw3//9PWC/T5O+ZOGVOA=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Content-Type:Mime-Version:Subject:From:In-Reply-To:Date:Content-Transfer-Encoding:Message-Id:References:To:X-Mailer; b=5pWfyiJji3PCGn8DM+ZYQsaozs1LeOnvrZaKU10d+Chd/X53Iacyfq3NgI2noZzLS/3e5hm1gRwsBz7Sf4q6N01a1UYg0aTQHpN6FrS/CDt6RwzHq1lE6HjtCqnikQEl8JTXDT4Bv4jI85hBEuTj8D2CGWKSaIEZAq/EsZc/IEk= X-Yahoo-Newman-Id: 976062.55255.bm@smtp209.mail.gq1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: XNv.Co4VM1l.VcKV5kxKDz21T_0XzK_3bfSnU0vd1OT8WU3 tM_yb14SRJPpKVCe9ZPRWKMyMrDzN1Yb3yZw64fD.TGo8cOL_t5aXLOpoWu9 e5qpThb2mC77zSKDy9T_eaBd2WUU6gPUJgQjpayfMRYiJhmrMyPepXDwjhmB jzaCYvYBZOSjIDLOloeQdsYnhiLUCu140KmHkZOB9OQiN4kkKZtYTBEbkRQp soy8z8V4Jp8fOZSVfb_o0V8jyfwqs28JIfZNNAo948qhNnLgMXhCS_5CMQAn WpFiZ6gs9M0Hks3ZgydAQ4gTxuWSBrGs68huL8yePtGudNFUZfR4h7vGqsRy LvQKoRf5JNdp_WsE_tgPQZJd1Poog7htUOVgjozb1Pivlso7SI1q9LWJ5W_0 p3T7biuyYO8TnCAHwxLWxmPEMdHK6YLmHA3Y2I2uNPfdkE5szhIYbkX.2GnU oErQW2jm8BxJzSaaJQJHjgLrgSohouuWccyBM92UvmabFYaeiib2TJweq X-Yahoo-SMTP: .9oIUzyswBANsYgUm_5uPui0skTnzGJXJQ-- X-Rocket-Received: from [192.168.0.8] (david_jencks@67.168.246.9 with ) by smtp209.mail.gq1.yahoo.com with SMTP; 21 Jun 2013 00:17:27 -0700 PDT Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Subject: Re: Get version of package (not bundle) with OSGi From: David Jencks In-Reply-To: <9C09F904-CF82-47E5-83DC-6C5087A7734A@luminis.nl> Date: Fri, 21 Jun 2013 00:17:27 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <7BC39564-6092-453D-93B3-A28789AC7302@yahoo.com> References: <9C09F904-CF82-47E5-83DC-6C5087A7734A@luminis.nl> To: users@felix.apache.org X-Mailer: Apple Mail (2.1503) X-Virus-Checked: Checked by ClamAV on apache.org Well, in more recent specs it's still chapter 7 but Package Admin is = deprecated and replaced by the bundle wiring api (which is a lot easier = to use) david jencks On Jun 21, 2013, at 12:01 AM, Marcel Offermans = wrote: > On Jun 21, 2013, at 8:48 , Christopher BROWN wrote: >=20 >> Is there any correct way to get the version of a package with OSGi ? = I >> didn't see anything on the Bundle or BundleContext other than the = bundle >> version. >=20 > Take a look at Package Admin (chapter 7 in the core spec). >=20 > Greetings, Marcel >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@felix.apache.org For additional commands, e-mail: users-help@felix.apache.org