Skip to content

Bundle naming conventions

kgilmer edited this page May 5, 2011 · 3 revisions

Root

com.buglabs

Bundles intended to be run on BUG target

com.buglabs.bug

ex: com.buglabs.bug.program

Bundles with native code

com.buglabs.<target>.jni

ex: com.buglabs.bug.jni.camera

Library bundles

Offer no Activator, simply export packages.

com.buglabs.bug.util

ex: com.buglabs.bug.util.xml

OSGi-related bundles

Bundles that offer or contribute to standard OSGi services.

com.buglabs.osgi

ex: com.buglabs.osgi.http