Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2018-03-09 00:03:41 +0000
committerslewis2018-03-09 00:03:41 +0000
commit79c46b125fcfe725bb0001347cef84f63cd42bbe (patch)
tree7430899637be57aaf4c8f1e00b4f67ac9cc539af /examples/bundles
parent1e10d8e42baf6ef2a3d72ce8c014538a69d08f4a (diff)
downloadorg.eclipse.ecf-79c46b125fcfe725bb0001347cef84f63cd42bbe.tar.gz
org.eclipse.ecf-79c46b125fcfe725bb0001347cef84f63cd42bbe.tar.xz
org.eclipse.ecf-79c46b125fcfe725bb0001347cef84f63cd42bbe.zip
Revert "for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=532205"
Diffstat (limited to 'examples/bundles')
-rw-r--r--examples/bundles/com.mycorp.examples.timeservice.host/src/com/mycorp/examples/timeservice/host/Activator.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bundles/com.mycorp.examples.timeservice.host/src/com/mycorp/examples/timeservice/host/Activator.java b/examples/bundles/com.mycorp.examples.timeservice.host/src/com/mycorp/examples/timeservice/host/Activator.java
index 4a5766d01..29442961c 100644
--- a/examples/bundles/com.mycorp.examples.timeservice.host/src/com/mycorp/examples/timeservice/host/Activator.java
+++ b/examples/bundles/com.mycorp.examples.timeservice.host/src/com/mycorp/examples/timeservice/host/Activator.java
@@ -67,7 +67,7 @@ public class Activator implements BundleActivator {
result.put(DEFAULT_CONFIG + ".hostname", "localhost");
}
- result.put("osgi.basic.timeout", "30001");
+ result.put("exactlyOnce.timeout", "30");
result.put(SERVICE_EXPORTED_CONFIGS, config);
// add any config properties. config properties start with

Back to the top