Repository: servicemix Updated Branches: refs/heads/servicemix-5.0.x 5f379a312 -> 2a768f5d9
SM-2296 Add the boot features to the system repository Project: http://git-wip-us.apache.org/repos/asf/servicemix/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix/commit/2a768f5d Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/2a768f5d Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/2a768f5d Branch: refs/heads/servicemix-5.0.x Commit: 2a768f5d92d16ae7ebd4e4927a346d0c5cdefc78 Parents: 5f379a3 Author: Krzysztof Sobkowiak <[email protected]> Authored: Sat May 10 00:16:40 2014 +0200 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Sat May 10 00:16:40 2014 +0200 ---------------------------------------------------------------------- assembly/pom.xml | 6 +++++- .../main/filtered-resources/etc/org.apache.karaf.features.cfg | 7 +++++-- 2 files changed, 10 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/2a768f5d/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index b45fc95..9c61ddb 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -156,14 +156,18 @@ <feature>cxf</feature> <feature>obr</feature> <feature>config</feature> + <feature>ssh</feature> + <feature>management</feature> + <feature>kar</feature> <feature>eventadmin</feature> <feature>activemq-broker-noweb</feature> <feature>activemq-service</feature> <feature>camel</feature> <feature>camel-cxf</feature> - <feature>camel-jms</feature> + <feature>activemq-camel</feature> <feature>camel-blueprint</feature> <feature>war</feature> + <feature>jaxrs-api</feature> </features> <includeMvnBasedDescriptors>true</includeMvnBasedDescriptors> <repository>target/features-repo</repository> http://git-wip-us.apache.org/repos/asf/servicemix/blob/2a768f5d/assembly/src/main/filtered-resources/etc/org.apache.karaf.features.cfg ---------------------------------------------------------------------- diff --git a/assembly/src/main/filtered-resources/etc/org.apache.karaf.features.cfg b/assembly/src/main/filtered-resources/etc/org.apache.karaf.features.cfg index 9221e70..3ae6292 100644 --- a/assembly/src/main/filtered-resources/etc/org.apache.karaf.features.cfg +++ b/assembly/src/main/filtered-resources/etc/org.apache.karaf.features.cfg @@ -17,7 +17,10 @@ # ################################################################################ -respectStartLvlDuringFeatureStartup=false +# +# Defines if the startlvl should be respected during feature startup. The default value is false. +# +#respectStartLvlDuringFeatureStartup=false # # Comma separated list of features repositories to register by default @@ -27,7 +30,7 @@ featuresRepositories=mvn:org.apache.karaf.assemblies.features/standard/${karaf.v # # Comma separated list of features to install at startup # -featuresBoot=config,eventadmin,activemq-broker-noweb,jaxrs-api,camel,camel-jms,camel-cxf,camel-blueprint,activemq-service,war +featuresBoot=config,kar,ssh,management,eventadmin,activemq-broker-noweb,jaxrs-api,activemq-camel,camel-cxf,camel-blueprint,activemq-service,war # # Defines if the boot features are started in asynchronous mode (in a dedicated thread)
