Skip to content

Instantly share code, notes, and snippets.

@Harlampov
Created July 15, 2013 11:19
Show Gist options
  • Save Harlampov/5999243 to your computer and use it in GitHub Desktop.
Save Harlampov/5999243 to your computer and use it in GitHub Desktop.
my
#
# Comma separated list of features repositories to register by default
#
featuresRepositories=\
mvn:org.apache.karaf.assemblies.features/standard/2.2.2-fuse-07-11/xml/features,\
mvn:org.apache.karaf.assemblies.features/enterprise/2.2.2-fuse-07-11/xml/features,\
mvn:org.apache.servicemix.nmr/apache-servicemix-nmr/1.5.1-fuse-06-11/xml/features,\
mvn:org.apache.servicemix/apache-servicemix/4.4.1-fuse-07-11/xml/features,\
mvn:org.apache.camel.karaf/apache-camel/2.8.0-fuse-06-11/xml/features,\
mvn:org.apache.activemq/activemq-karaf/5.5.1-fuse-07-11/xml/features
#
# Comma separated list of features to install at startup
#
featuresBoot=\
karaf-framework,\
config,\
xml-specs,\
activemq-broker,\
activemq-spring,\
camel,\
camel-ftp,\
camel-activemq,\
camel-nmr,\
saaj,\
camel-cxf,\
camel-blueprint,\
war
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment