Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2013-09-11 16:56:22 +0000
committerslewis2013-09-11 16:56:22 +0000
commitc3e3bf1c4877246410f6223c499538d0600e2beb (patch)
tree320b75721f264045674e2916c30b503c73521292 /examples/bundles/org.eclipse.ecf.examples.loadbalancing.servicehost
parent530e72df400d258516c479973c20264ee5ac9103 (diff)
downloadorg.eclipse.ecf-c3e3bf1c4877246410f6223c499538d0600e2beb.tar.gz
org.eclipse.ecf-c3e3bf1c4877246410f6223c499538d0600e2beb.tar.xz
org.eclipse.ecf-c3e3bf1c4877246410f6223c499538d0600e2beb.zip
Fixes for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=417013
Diffstat (limited to 'examples/bundles/org.eclipse.ecf.examples.loadbalancing.servicehost')
-rw-r--r--examples/bundles/org.eclipse.ecf.examples.loadbalancing.servicehost/products/Data Processor Service Host (activemq).product16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/bundles/org.eclipse.ecf.examples.loadbalancing.servicehost/products/Data Processor Service Host (activemq).product b/examples/bundles/org.eclipse.ecf.examples.loadbalancing.servicehost/products/Data Processor Service Host (activemq).product
index 480ef1e2c..5e33533c3 100644
--- a/examples/bundles/org.eclipse.ecf.examples.loadbalancing.servicehost/products/Data Processor Service Host (activemq).product
+++ b/examples/bundles/org.eclipse.ecf.examples.loadbalancing.servicehost/products/Data Processor Service Host (activemq).product
@@ -7,10 +7,25 @@
</configIni>
<launcherArgs>
+ <programArgs>-console -consoleLog</programArgs>
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts</vmArgsMac>
</launcherArgs>
+ <launcher>
+ <solaris/>
+ <win useIco="false">
+ <bmp/>
+ </win>
+ </launcher>
+
+ <vm>
+ </vm>
+
<plugins>
+ <plugin id="javax.jms"/>
+ <plugin id="org.apache.felix.gogo.command"/>
+ <plugin id="org.apache.felix.gogo.runtime"/>
+ <plugin id="org.apache.felix.gogo.shell"/>
<plugin id="org.eclipse.core.contenttype"/>
<plugin id="org.eclipse.core.jobs"/>
<plugin id="org.eclipse.core.runtime"/>
@@ -30,6 +45,7 @@
<plugin id="org.eclipse.equinox.app"/>
<plugin id="org.eclipse.equinox.common"/>
<plugin id="org.eclipse.equinox.concurrent"/>
+ <plugin id="org.eclipse.equinox.console"/>
<plugin id="org.eclipse.equinox.preferences"/>
<plugin id="org.eclipse.equinox.registry"/>
<plugin id="org.eclipse.osgi"/>

Back to the top