廃止されたフラグメントがあり、フラグメントをアンインストールする更新を作成したいと考えています。フラグメントをバンドルとして扱うのが正しい方法だと推測したので、インストーラー アクションを含むプラグインの p2.inf に以下を追加しました。
instructions.install = \
uninstallBundle(bundle:com.iar.cdt.arm.debugger.drivers.win32); \
uninstallBundle(bundle:com.iar.ide.debugger.kernel.win32)
instructions.install.import \
org.eclipse.equinox.p2.touchpoint.eclipse.uninstallBundle
しかし、インストールが完了しようとしているときに、次のエラーが表示されます。
An error occurred while installing the items
session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=null --> [R]com.iar.installer.arm 0.12.0.v201110251455, action=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.UninstallBundleAction).
No matching artifact found for: com.iar.cdt.arm.debugger.drivers.win32.
No matching artifact found for: com.iar.cdt.arm.debugger.drivers.win32.
ホスティング プラグイン全体をアンインストールする必要がありますか?