Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2014-04-11 01:22:59 +0000
committerslewis2014-04-11 01:22:59 +0000
commit9c14aa22620c4b38b3ea7cdb229935b57a8898f1 (patch)
treec4cf918575642b78b07b840b46f96037daae6604 /examples/bundles/com.mycorp.examples.timeservice.host/launch
parenta2eb68c401eb994cb14f0fe529078f91253b93eb (diff)
downloadorg.eclipse.ecf-9c14aa22620c4b38b3ea7cdb229935b57a8898f1.tar.gz
org.eclipse.ecf-9c14aa22620c4b38b3ea7cdb229935b57a8898f1.tar.xz
org.eclipse.ecf-9c14aa22620c4b38b3ea7cdb229935b57a8898f1.zip
Changed startup sequence for timeservice host for java8
Diffstat (limited to 'examples/bundles/com.mycorp.examples.timeservice.host/launch')
-rw-r--r--examples/bundles/com.mycorp.examples.timeservice.host/launch/TimeServiceHost.generic.noreg.java8.product6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/bundles/com.mycorp.examples.timeservice.host/launch/TimeServiceHost.generic.noreg.java8.product b/examples/bundles/com.mycorp.examples.timeservice.host/launch/TimeServiceHost.generic.noreg.java8.product
index dfad085b6..d38931723 100644
--- a/examples/bundles/com.mycorp.examples.timeservice.host/launch/TimeServiceHost.generic.noreg.java8.product
+++ b/examples/bundles/com.mycorp.examples.timeservice.host/launch/TimeServiceHost.generic.noreg.java8.product
@@ -65,7 +65,7 @@
<configurations>
<plugin id="com.mycorp.examples.timeservice.async" autoStart="true" startLevel="0" />
- <plugin id="com.mycorp.examples.timeservice.host" autoStart="true" startLevel="0" />
+ <plugin id="com.mycorp.examples.timeservice.host" autoStart="true" startLevel="6" />
<plugin id="org.apache.felix.gogo.command" autoStart="true" startLevel="0" />
<plugin id="org.apache.felix.gogo.runtime" autoStart="true" startLevel="0" />
<plugin id="org.apache.felix.gogo.shell" autoStart="true" startLevel="0" />
@@ -74,8 +74,8 @@
<plugin id="org.eclipse.ecf.console" autoStart="true" startLevel="0" />
<plugin id="org.eclipse.ecf.discovery" autoStart="true" startLevel="0" />
<plugin id="org.eclipse.ecf.identity" autoStart="true" startLevel="0" />
- <plugin id="org.eclipse.ecf.osgi.services.distribution" autoStart="true" startLevel="0" />
- <plugin id="org.eclipse.ecf.osgi.services.remoteserviceadmin" autoStart="true" startLevel="0" />
+ <plugin id="org.eclipse.ecf.osgi.services.distribution" autoStart="true" startLevel="5" />
+ <plugin id="org.eclipse.ecf.osgi.services.remoteserviceadmin" autoStart="true" startLevel="5" />
<plugin id="org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy" autoStart="true" startLevel="0" />
<plugin id="org.eclipse.ecf.provider" autoStart="true" startLevel="0" />
<plugin id="org.eclipse.ecf.provider.jmdns" autoStart="true" startLevel="0" />

Back to the top