Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2014-04-27 17:47:02 +0000
committerslewis2014-04-27 17:47:02 +0000
commit6ad9feed921dd8759fe95ed4c11f047937556f76 (patch)
tree712e1a9262999137b31a24724fff57187a11a6cb /examples
parent61e6ba024527e96c3922fd360bcc8518c34d3522 (diff)
downloadorg.eclipse.ecf-6ad9feed921dd8759fe95ed4c11f047937556f76.tar.gz
org.eclipse.ecf-6ad9feed921dd8759fe95ed4c11f047937556f76.tar.xz
org.eclipse.ecf-6ad9feed921dd8759fe95ed4c11f047937556f76.zip
Another fix for raspberry pi product configuration
Diffstat (limited to 'examples')
-rw-r--r--examples/bundles/org.eclipse.ecf.examples.raspberrypi.management.host.feature/products/RaspberryPiManagmentHost.product3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/bundles/org.eclipse.ecf.examples.raspberrypi.management.host.feature/products/RaspberryPiManagmentHost.product b/examples/bundles/org.eclipse.ecf.examples.raspberrypi.management.host.feature/products/RaspberryPiManagmentHost.product
index 8ef6690aa..91c1854c2 100644
--- a/examples/bundles/org.eclipse.ecf.examples.raspberrypi.management.host.feature/products/RaspberryPiManagmentHost.product
+++ b/examples/bundles/org.eclipse.ecf.examples.raspberrypi.management.host.feature/products/RaspberryPiManagmentHost.product
@@ -57,7 +57,7 @@
<plugin id="org.eclipse.ecf.provider.jmdns"/>
<plugin id="org.eclipse.ecf.provider.remoteservice"/>
<plugin id="org.eclipse.ecf.remoteservice"/>
- <plugin id="org.eclipse.ecf.remoteservice.asyncproxy" version="2.0.0"/>
+ <plugin id="org.eclipse.ecf.remoteservice.asyncproxy" version="2.0.0.v20140410-1838"/>
<plugin id="org.eclipse.ecf.sharedobject"/>
<plugin id="org.eclipse.equinox.common"/>
<plugin id="org.eclipse.equinox.concurrent"/>
@@ -74,6 +74,7 @@
<plugin id="org.apache.felix.gogo.shell" autoStart="true" startLevel="0" />
<plugin id="org.eclipse.core.jobs" autoStart="true" startLevel="0" />
<plugin id="org.eclipse.ecf" autoStart="true" startLevel="0" />
+ <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.examples.raspberrypi.management" autoStart="true" startLevel="0" />
<plugin id="org.eclipse.ecf.examples.raspberrypi.management.host" autoStart="true" startLevel="6" />

Back to the top