jeromebridge / osgi-tools

OSGi Bundles that help diagnose issues on OSGi containers.
3 stars 0 forks source link

Ignore Projects That Are Not OSGi Bundles #15

Closed jeromebridge closed 9 years ago

jeromebridge commented 9 years ago

It looks like the tool will try to install all Maven projects in the workspace regardless if it is an OSGi project or not.

Show a message indicating a project is being ignored if it is found but not identified as an OSGi project.

jeromebridge commented 9 years ago

It looks like there is code attempting to do this already but must not be working right.

Yeah...It only checks for a Manifest file. Needs to do more than that. Probably should have a Bundle-SymbolicName and Bundle-Version at a minimum.

Or may follow this advice