Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjongman2010-05-26 16:28:06 +0000
committerwjongman2010-05-26 16:28:06 +0000
commit5061a355272a53a070618863e8792e8c9c4645bc (patch)
tree170f3f1d77ad7bb08ea82e9bf54672e100d5f7c6 /examples
parent51a0ab2c3b0a9e57495270f0ce4e947170fcf56d (diff)
downloadorg.eclipse.ecf-5061a355272a53a070618863e8792e8c9c4645bc.tar.gz
org.eclipse.ecf-5061a355272a53a070618863e8792e8c9c4645bc.tar.xz
org.eclipse.ecf-5061a355272a53a070618863e8792e8c9c4645bc.zip
Bug 314500
Signed-off by Wim.jongman@remainsoftware.com
Diffstat (limited to 'examples')
-rw-r--r--examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer/products/Hello Service Consumer (zookeeper,generic).product8
-rw-r--r--examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer/products/Hello Service Consumer (zookeeper,r-osgi).product5
2 files changed, 7 insertions, 6 deletions
diff --git a/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer/products/Hello Service Consumer (zookeeper,generic).product b/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer/products/Hello Service Consumer (zookeeper,generic).product
index ea37fef03..82588f7ad 100644
--- a/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer/products/Hello Service Consumer (zookeeper,generic).product
+++ b/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer/products/Hello Service Consumer (zookeeper,generic).product
@@ -3,6 +3,7 @@
<product name="Generic Hello Consumer" uid="org.eclipse.ecf.examples.remoteservices.zoogenerichelloconsumer" application="org.eclipse.ecf.examples.remoteservices.hello.consumer.HelloConsumer" version="1.0.0" useFeatures="false" includeLaunchers="false">
+
<configIni use="default">
</configIni>
@@ -11,13 +12,15 @@
-consoleLog
-containerType ecf.generic.client</programArgs>
<vmArgs>-Dzoodiscovery.autoStart=true;
--Dzoodiscovery.clientPort=2002
--Dzoodiscovery.flavor=zoodiscovery.flavor.standalone=localhost:2001
+-Dzoodiscovery.flavor=zoodiscovery.flavor.standalone=localhost:2001;clientPort=2002
-Xms40m
-Xmx512m</vmArgs>
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts</vmArgsMac>
</launcherArgs>
+ <windowImages/>
+
+
<launcher>
<solaris/>
<win useIco="false">
@@ -25,6 +28,7 @@
</win>
</launcher>
+
<vm>
</vm>
diff --git a/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer/products/Hello Service Consumer (zookeeper,r-osgi).product b/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer/products/Hello Service Consumer (zookeeper,r-osgi).product
index 80d7504ac..1731482a5 100644
--- a/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer/products/Hello Service Consumer (zookeeper,r-osgi).product
+++ b/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer/products/Hello Service Consumer (zookeeper,r-osgi).product
@@ -3,15 +3,13 @@
<product name="R-OSGi Zookeeper Hello Consumer" uid="org.eclipse.ecf.examples.remoteservices.rosgizookeeperhelloconsumer" application="org.eclipse.ecf.examples.remoteservices.hello.consumer.HelloConsumer" version="1.0.0" useFeatures="false" includeLaunchers="false">
-
<configIni use="default">
</configIni>
<launcherArgs>
<programArgs>-console -consoleLog</programArgs>
<vmArgs>-Dzoodiscovery.autoStart=true;
--Dzoodiscovery.clientPort=2002
--Dzoodiscovery.flavor=zoodiscovery.flavor.standalone=localhost:2001
+-Dzoodiscovery.flavor=zoodiscovery.flavor.standalone=localhost:2001;clientPort=2002
-Xms40m
-Xmx512m</vmArgs>
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts</vmArgsMac>
@@ -26,7 +24,6 @@
</win>
</launcher>
-
<vm>
</vm>

Back to the top