Skip to content

Instantly share code, notes, and snippets.

@brindy
Created January 13, 2010 15:09
Show Gist options
  • Save brindy/276260 to your computer and use it in GitHub Desktop.
Save brindy/276260 to your computer and use it in GitHub Desktop.
<repository name="myapp-repo:0" >
<rule name="app/myapp" >
<!-- this line is required by nimble to build the rule and install it -->
<req name="builder/primordial.builder" />
<!-- pre-load my known osgi service requirements -->
<req name="osgi.service/component" />
<req name="osgi.service/cm" />
<req name="osgi.service/http" />
<req name="osgi.service/event" />
<req name="osgi.service/log" />
<!-- install and start my bundles -->
<req name="osgi.active.bundle/uk.co.arum.osgi.amf3.http" />
<req name="osgi.active.bundle/uk.co.arum.osgi.amf3.flex.remoting" />
<req name="osgi.active.bundle/uk.co.arum.osgi.amf3" />
<req name="osgi.active.bundle/uk.org.brindy.sample.main.ui" />
<req name="osgi.active.bundle/uk.org.brindy.sample.main" />
</rule>
</repository>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment