Skip to content

Commit

Permalink
Merge pull request #6355 from pkriens/issue/launch_bndrun_fails_resolve
Browse files Browse the repository at this point in the history
Missing package in resolve for the #5829 PR
  • Loading branch information
pkriens authored Nov 6, 2024
2 parents 9d98889 + 11c0b1d commit e39828f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bndtools.core.services/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ Import-Package: \
org.eclipse.core.commands,\
org.eclipse.ui.ide,\
org.eclipse.ui.workbench,\
biz.aQute.bnd.pde
biz.aQute.bnd.pde,\
osgi.annotation
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@Version("1.0.0")
@Export
package org.bndtools.core.editors.quickfix;

import org.osgi.annotation.bundle.Export;
import org.osgi.annotation.versioning.Version;
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@Version("1.0.0")
@Export
package org.bndtools.pde.launchtobndrun;

import org.osgi.annotation.bundle.Export;
import org.osgi.annotation.versioning.Version;

0 comments on commit e39828f

Please sign in to comment.