Skip to content

Commit

Permalink
Update ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bnd/…
Browse files Browse the repository at this point in the history
…PdeBndAdapter.java

Co-authored-by: Hannes Wellmann <wellmann.hannes1@gmx.net>
  • Loading branch information
laeubi and HannesWell authored Nov 28, 2023
1 parent 386b2d6 commit efc55f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

@Component(service = IAdapterFactory.class, property = {
IAdapterFactory.SERVICE_PROPERTY_ADAPTABLE_CLASS + "=org.eclipse.core.resources.IProject",
IAdapterFactory.SERVICE_PROPERTY_ADAPTABLE_CLASS + "=aQute.bnd.build.Project" })
IAdapterFactory.SERVICE_PROPERTY_ADAPTER_NAMES + "=aQute.bnd.build.Project" })
public class PdeBndAdapter implements IAdapterFactory {

@Override
Expand Down

0 comments on commit efc55f8

Please sign in to comment.