Created
January 13, 2010 15:09
-
-
Save brindy/276260 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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