Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] P2 Query to list bundles from feature
  • From: Julien DEHAUDT <julien.dehaudt@xxxxxx>
  • Date: Thu, 18 Jun 2020 07:14:32 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=st.com; dmarc=pass action=none header.from=st.com; dkim=pass header.d=st.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=mJ2mkFTJcOibQ9zDjRFJFkpIi/smnLBw52LfnmiW/4M=; b=AOv8cYZMjt8pyqYqyoj6Jp56k4s4SiWRJoOF4XtGruXxVdnn/Tp3eW+ZAV3nQQVXLKP5jQqGA/y9Woi+ASuoJCXOrY2SSjO69DFrLLBp2XlEEc1xaKdbRvG5KOOcFvL8NDu+gkOUzfPe/r2+P+MrV9NjLWMgjBiIMagUbxx5sKH+VdZukH0PTa1v06ug7W5Dgp0bhymfCSr+zIwI6dmxfUNnNGgb8KpRnC4+vZ/p1Nb9KlFjGHONczy6Ia9bPZsxD9ffnrxHxVYkjYAK6njMkYvd489nSyIVHIvxG7x4InJ8YtGHQgKb/HYT+DLNNZ5FCarO86bcNke5/Xry/E+QNg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ah8zB28wELfZjctLfXVUPOk0+A2CQVJ3MJrjtPNoo/VvTrZofkRSmlkdpdX4JOGk6gWZJWUSZsPIWSTrTIl8Q8qXm8cb3jeDOvm+IgL3nHbGRUT8e/t7PdzQKBG7Wn+Ey95fpUBqQ3+WO1ldbLbfoReSWfRYZ84GNonupMDosjaAXviUoBoMgNSkhVoJKG1nttTmP1zVnohgnwrZ3bHOFalBcOrk1LuUYnXRkkQCNM+i88xY7tsVLhegUxvIP3PEQy/XMdg+Jn2mpm60yfU/ozHxUMBdxik8IT1XyGmgy9ElYYmr/TrR5WLYrExS3VdhH7sbBWARnx7azUawbMQQhA==
  • Delivered-to: p2-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/p2-dev>
  • List-help: <mailto:p2-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/p2-dev>, <mailto:p2-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/p2-dev>, <mailto:p2-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdZD5LRadTtnf7kBR867C8Rm6O8NQQAA1yaAAFXJ+AA=
  • Thread-topic: [p2-dev] P2 Query to list bundles from feature

Indeed it worked perfectly.
In my mind when I browsed the API getRequirements was more relying to dependencies.

As usual thanks a lot Mickael!

From: p2-dev-bounces@xxxxxxxxxxx <p2-dev-bounces@xxxxxxxxxxx> On Behalf Of Mickael Istria
Sent: mardi 16 juin 2020 16:12
To: P2 developer discussions <p2-dev@xxxxxxxxxxx>
Subject: Re: [p2-dev] P2 Query to list bundles from feature



On Tue, Jun 16, 2020 at 4:08 PM Julien DEHAUDT <mailto:julien.dehaudt@xxxxxx> wrote:
I checked the content of the IInstallableUnit associated to the feature but no trace of any bundles there.

Using IInstallableUnit::getRequirements() should do the job.

Back to the top