Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2014-01-11 02:26:07 +0000
committerslewis2014-01-11 02:26:07 +0000
commitf835c81072464fbc92381de7257c7bbc303cfeac (patch)
tree1e424a7ce80e3e5988135802b1d8f60e84287ba1 /compendium/bundles/org.eclipse.ecf.osgi.services.distribution
parent2e124e31b76728833a1b06480016d9a450618f69 (diff)
downloadorg.eclipse.ecf-f835c81072464fbc92381de7257c7bbc303cfeac.tar.gz
org.eclipse.ecf-f835c81072464fbc92381de7257c7bbc303cfeac.tar.xz
org.eclipse.ecf-f835c81072464fbc92381de7257c7bbc303cfeac.zip
Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=425464
Diffstat (limited to 'compendium/bundles/org.eclipse.ecf.osgi.services.distribution')
-rw-r--r--compendium/bundles/org.eclipse.ecf.osgi.services.distribution/OSGI-INF/eventhookcomponent.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/OSGI-INF/eventhookcomponent.xml b/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/OSGI-INF/eventhookcomponent.xml
index 96108ea8d..38023b132 100644
--- a/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/OSGI-INF/eventhookcomponent.xml
+++ b/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/OSGI-INF/eventhookcomponent.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="activate" immediate="false" name="org.eclipse.ecf.osgi.services.distribution.basictopologymanager">
+<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="activate" immediate="true" name="org.eclipse.ecf.osgi.services.distribution.basictopologymanager">
<implementation class="org.eclipse.ecf.internal.osgi.services.distribution.BasicTopologyManagerComponent"/>
<service>
<provide interface="org.osgi.service.remoteserviceadmin.RemoteServiceAdminListener"/>

Back to the top