Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 476 Bytes

File metadata and controls

25 lines (20 loc) · 476 Bytes

bundle-listener

Osgi bundle listener sample

To create a bundle with element definitions (events, agents, etc), just create a folder with xml definitions of the elements and include that option in your .bnd file:

Sample tree:

.
|-- DSOA-INF
|   |-- agent.xml
|   |-- context-model.xml
|   `-- event.xml
|-- bin
|-- configuration-bundle.bnd
|-- configuration-bundle.jar
`-- src

definition.bnd

Include-Resource: DSOA-INF=DSOA-INF