Repository: servicemix Updated Branches: refs/heads/master c6cb8ad0d -> bf9f30d72
SM-2279 The jndi feature can not be installed (Cherry picked from the commit 62cd7187fe755bab2ee4c29eb0803467320ce79d) Project: http://git-wip-us.apache.org/repos/asf/servicemix/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix/commit/bf9f30d7 Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/bf9f30d7 Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/bf9f30d7 Branch: refs/heads/master Commit: bf9f30d72525859e7043cc23b51ad1c9ff94aa97 Parents: c6cb8ad Author: Krzysztof Sobkowiak <[email protected]> Authored: Fri May 2 22:45:51 2014 +0200 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Fri May 2 22:51:42 2014 +0200 ---------------------------------------------------------------------- assembly/src/main/filtered-resources/startup-obr.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/bf9f30d7/assembly/src/main/filtered-resources/startup-obr.properties ---------------------------------------------------------------------- diff --git a/assembly/src/main/filtered-resources/startup-obr.properties b/assembly/src/main/filtered-resources/startup-obr.properties index 5eaf2e1..242d058 100644 --- a/assembly/src/main/filtered-resources/startup-obr.properties +++ b/assembly/src/main/filtered-resources/startup-obr.properties @@ -16,5 +16,5 @@ # # enabling features OBR resolver support -org/apache/felix/org.apache.felix.bundlerepository/${felix.obr.version}/org.apache.felix.bundlerepository-${felix.obr.version}.jar=10 +org/apache/felix/org.apache.felix.bundlerepository/${felix.obr.version}/org.apache.felix.bundlerepository-${felix.obr.version}.jar=30 org/apache/karaf/features/org.apache.karaf.features.obr/${karaf.version}/org.apache.karaf.features.obr-${karaf.version}.jar=30 \ No newline at end of file
