Repository: servicemix Updated Branches: refs/heads/servicemix-5.1.x e34ee4804 -> e1f1a1b4b
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/e1f1a1b4 Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/e1f1a1b4 Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/e1f1a1b4 Branch: refs/heads/servicemix-5.1.x Commit: e1f1a1b4bf4111ac35b71333a80969c426c86f30 Parents: e34ee48 Author: Krzysztof Sobkowiak <[email protected]> Authored: Fri May 2 22:45:51 2014 +0200 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Fri May 2 22:50:27 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/e1f1a1b4/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
