From 98c64f7d43025d7ccdf18058cf2d790970406ab2 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 9 Apr 2014 16:26:39 +0200 Subject: [PATCH] Document why we are using Virgo ExtensionsHookConfigurator Change-Id: I289f091262c238985a83ea69df1b6b57fb29c2e1 Signed-off-by: Robert Varga --- .../opendaylight/src/main/resources/configuration/config.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/opendaylight/distribution/opendaylight/src/main/resources/configuration/config.ini b/opendaylight/distribution/opendaylight/src/main/resources/configuration/config.ini index 9df653cf94..e678ef726d 100644 --- a/opendaylight/distribution/opendaylight/src/main/resources/configuration/config.ini +++ b/opendaylight/distribution/opendaylight/src/main/resources/configuration/config.ini @@ -47,9 +47,12 @@ eclipse.ignoreApp=true osgi.noShutdown=true # Clean any cached data on restart of the framework osgi.clean=true + +# https://bugs.eclipse.org/bugs/show_bug.cgi?id=325578 # Extend the framework to avoid the resources to be presented with # a URL of type bundleresource: but to be presented as file: osgi.hook.configurators.include=org.eclipse.virgo.kernel.equinox.extensions.hooks.ExtensionsHookConfigurator + # Directory from where the fileinstall will monitor for new bundles felix.fileinstall.dir=./plugins # Immediately learn new bundles at startup -- 2.36.6