Return-Path: Delivered-To: apmail-incubator-felix-dev-archive@www.apache.org Received: (qmail 27275 invoked from network); 9 Feb 2006 09:34:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Feb 2006 09:34:11 -0000 Received: (qmail 8907 invoked by uid 500); 9 Feb 2006 09:34:10 -0000 Delivered-To: apmail-incubator-felix-dev-archive@incubator.apache.org Received: (qmail 8759 invoked by uid 500); 9 Feb 2006 09:34:09 -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 8748 invoked by uid 99); 9 Feb 2006 09:34:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Feb 2006 01:34:09 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [207.97.245.131] (HELO smtp131.iad.emailsrvr.com) (207.97.245.131) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Feb 2006 01:34:09 -0800 Received: from [10.0.0.150] (a80-126-75-36.adsl.xs4all.nl [80.126.75.36]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: marcel.offermans@luminis.nl) by relay3.r3.iad.emailsrvr.com (SMTP Server) with ESMTP id ECF0544C00D for ; Thu, 9 Feb 2006 04:33:47 -0500 (EST) Message-ID: <43EB0C7A.7000305@luminis.nl> Date: Thu, 09 Feb 2006 10:33:46 +0100 From: Marcel Offermans User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: felix-dev@incubator.apache.org Subject: Re: Getting information about imported and exported packages References: <43EA1C61.8020802@luminis.nl> <43EAF4DC.9000803@ungoverned.org> In-Reply-To: <43EAF4DC.9000803@ungoverned.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: OK X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Richard S. Hall wrote: > Well, I think you should be able to use PackageAdmin to get an > exported package and from there you can get the exporting bundle and > the bundles that import it. Would that be sufficient? Yes, that will do the trick! I somehow completely overlooked PackageAdmin. :) Greetings, Marcel