Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2014-03-30 20:29:04 +0000
committerslewis2014-03-30 20:29:04 +0000
commit9c8071923b4d3c20a70abef0024be7cfcd828366 (patch)
treea906e64c0054ca2916b45b758c2488eaff2479f0 /examples/bundles/com.mycorp.examples.timeservice.host/launch
parent12fb1a206b04c1277b8e264bc975db126127a4f2 (diff)
downloadorg.eclipse.ecf-9c8071923b4d3c20a70abef0024be7cfcd828366.tar.gz
org.eclipse.ecf-9c8071923b4d3c20a70abef0024be7cfcd828366.tar.xz
org.eclipse.ecf-9c8071923b4d3c20a70abef0024be7cfcd828366.zip
Fixes for timeservice rest common to allow for use without extension
registry as per bug 421569. Change-Id: I4435fa53fb0b8b2bc7da908c30843d59e025b616
Diffstat (limited to 'examples/bundles/com.mycorp.examples.timeservice.host/launch')
-rw-r--r--examples/bundles/com.mycorp.examples.timeservice.host/launch/TimeServiceHost.rest.noreg.product4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/bundles/com.mycorp.examples.timeservice.host/launch/TimeServiceHost.rest.noreg.product b/examples/bundles/com.mycorp.examples.timeservice.host/launch/TimeServiceHost.rest.noreg.product
index d3192bb99..380fd546a 100644
--- a/examples/bundles/com.mycorp.examples.timeservice.host/launch/TimeServiceHost.rest.noreg.product
+++ b/examples/bundles/com.mycorp.examples.timeservice.host/launch/TimeServiceHost.rest.noreg.product
@@ -68,8 +68,6 @@
<plugin id="org.eclipse.equinox.event"/>
<plugin id="org.eclipse.equinox.http.jetty"/>
<plugin id="org.eclipse.equinox.http.servlet"/>
- <plugin id="org.eclipse.equinox.preferences"/>
- <plugin id="org.eclipse.equinox.registry"/>
<plugin id="org.eclipse.equinox.util"/>
<plugin id="org.eclipse.jetty.continuation"/>
<plugin id="org.eclipse.jetty.http"/>
@@ -120,8 +118,6 @@
<plugin id="org.eclipse.equinox.event" autoStart="true" startLevel="0" />
<plugin id="org.eclipse.equinox.http.jetty" autoStart="true" startLevel="0" />
<plugin id="org.eclipse.equinox.http.servlet" autoStart="true" startLevel="0" />
- <plugin id="org.eclipse.equinox.preferences" autoStart="true" startLevel="0" />
- <plugin id="org.eclipse.equinox.registry" autoStart="true" startLevel="0" />
<plugin id="org.eclipse.equinox.util" autoStart="true" startLevel="0" />
<plugin id="org.eclipse.jetty.continuation" autoStart="true" startLevel="0" />
<plugin id="org.eclipse.jetty.http" autoStart="true" startLevel="0" />

Back to the top