You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public class BndPluginAdapter implements IAdapterFactory {
29
+
public class PdeBndAdapter implements IAdapterFactory {
30
30
31
31
@Override
32
32
public <T> T getAdapter(Object adaptableObject, Class<T> adapterType) {
@@ -46,6 +46,8 @@ public class BndPluginAdapter implements IAdapterFactory {
46
46
}
47
47
```
48
48
49
+
Also see `BndProjectManager.java~.
50
+
49
51
## Available components
50
52
51
53
Beside some integration stuff (e.g. enable to [discover bndlib plugins](https://github.com/eclipse-pde/eclipse.pde/blob/master/ui/org.eclipse.pde.bnd.ui/src/org/eclipse/pde/bnd/ui/internal/Auxiliary.java) inside an OSGi runtime)
0 commit comments