Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2015-03-04 06:51:53 +0000
committerslewis2015-03-04 06:51:53 +0000
commita0d7c04c82d8a233364137599d37cc9a858f7dfe (patch)
tree6dac15505f9620518a1ec26df3d0f4741196b825 /examples/bundles/com.mycorp.examples.timeservice.host/launch/TimeServiceHost.rosgi.wss.noreg.product
parent0fe75bc45809dc33ac9b9eb306e39be0981c1b6a (diff)
downloadorg.eclipse.ecf-a0d7c04c82d8a233364137599d37cc9a858f7dfe.tar.gz
org.eclipse.ecf-a0d7c04c82d8a233364137599d37cc9a858f7dfe.tar.xz
org.eclipse.ecf-a0d7c04c82d8a233364137599d37cc9a858f7dfe.zip
update rosgi with filter=* system property set to avoid spurious sending
of EventAdmin events. Change-Id: I2861651af7b67579a5d0e3dbdb92a2a54ba8b2b1
Diffstat (limited to 'examples/bundles/com.mycorp.examples.timeservice.host/launch/TimeServiceHost.rosgi.wss.noreg.product')
-rw-r--r--examples/bundles/com.mycorp.examples.timeservice.host/launch/TimeServiceHost.rosgi.wss.noreg.product5
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/bundles/com.mycorp.examples.timeservice.host/launch/TimeServiceHost.rosgi.wss.noreg.product b/examples/bundles/com.mycorp.examples.timeservice.host/launch/TimeServiceHost.rosgi.wss.noreg.product
index ebce407fc..ce3c2a73d 100644
--- a/examples/bundles/com.mycorp.examples.timeservice.host/launch/TimeServiceHost.rosgi.wss.noreg.product
+++ b/examples/bundles/com.mycorp.examples.timeservice.host/launch/TimeServiceHost.rosgi.wss.noreg.product
@@ -3,7 +3,6 @@
<product name="MyCorp Remote TimeService ROSGI Websockets Secure No Extension Registry" uid="com.mycorp.examples.timeservice.host.rosgi.wss.noreg.product" version="1.0.0.qualifier" useFeatures="false" includeLaunchers="false">
-
<configIni use="default">
</configIni>
@@ -21,6 +20,7 @@
-Djavax.net.ssl.keyStorePassword=server
-Djavax.net.ssl.trustStore=security/server.ks
-Djavax.net.debug=all
+-Dch.ethz.iks.r_osgi.topic.filter=*
</vmArgs>
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
</vmArgsMac>
@@ -28,7 +28,6 @@
<windowImages/>
-
<launcher>
<solaris/>
<win useIco="false">
@@ -36,11 +35,9 @@
</win>
</launcher>
-
<vm>
</vm>
-
<plugins>
<plugin id="ch.ethz.iks.r_osgi.remote"/>
<plugin id="ch.ethz.iks.r_osgi.transport.http"/>

Back to the top