Created
September 24, 2013 11:14
-
-
Save cmoulliard/6683302 to your computer and use it in GitHub Desktop.
Features to deploy OSGI Service
This file contains hidden or 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
| <!-- ServiceMix Exercises Client --> | |
| <feature name="servicemix-exercise-osgi-client"> | |
| <feature>spring</feature> | |
| <feature>spring-dm</feature> | |
| <configfile finalname="/etc/greeterClient.cfg">file:///home/chmoulli/Repos/fuse/training/redhat-fuse-training-cgi/servicemix/servicemix-exercises-osgi-client/etc/greeterClient.cfg</configfile> | |
| <bundle>mvn:org.jboss.fuse.training/servicemix-exercises-osgi-client/${pom.version}</bundle> | |
| </feature> | |
| <!-- ServiceMix Exercises Service --> | |
| <feature name="servicemix-exercise-osgi-service"> | |
| <feature>spring</feature> | |
| <feature>spring-dm</feature> | |
| <configfile finalname="/etc/greeter.cfg">file:///home/chmoulli/Repos/fuse/training/redhat-fuse-training-cgi/servicemix/servicemix-exercises-osgi-service/etc/greeter.cfg</configfile> | |
| <bundle>mvn:org.jboss.fuse.training/servicemix-exercises-osgi-service/${pom.version}</bundle> | |
| </feature> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment