Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2015-09-07 19:41:02 +0000
committerslewis2015-09-07 19:41:02 +0000
commitdf86df83018afe162b12a6bc1ac88fb00a3f9c06 (patch)
treefecef0ce498064c529ec3dcb9958535150fbea09 /examples/bundles/com.mycorp.examples.timeservice.host
parent0bf2d22c074fe8f9fa1b6dc8da85baa854ca024c (diff)
downloadorg.eclipse.ecf-df86df83018afe162b12a6bc1ac88fb00a3f9c06.tar.gz
org.eclipse.ecf-df86df83018afe162b12a6bc1ac88fb00a3f9c06.tar.xz
org.eclipse.ecf-df86df83018afe162b12a6bc1ac88fb00a3f9c06.zip
Simplification of REST provider creation tutorial...removed common,
simplified both host and client, used new provider API. Change-Id: I69b3b51f2fb0fb8cbff851ebfafb0c73c7f856f0
Diffstat (limited to 'examples/bundles/com.mycorp.examples.timeservice.host')
-rw-r--r--examples/bundles/com.mycorp.examples.timeservice.host/launch/TimeServiceHost.rest.noreg.product2
-rw-r--r--examples/bundles/com.mycorp.examples.timeservice.host/launch/TimeServiceHost.rest.product2
2 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 10e405a94..7abbf201a 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
@@ -35,7 +35,6 @@
<plugins>
<plugin id="com.mycorp.examples.timeservice"/>
<plugin id="com.mycorp.examples.timeservice.host"/>
- <plugin id="com.mycorp.examples.timeservice.provider.rest.common"/>
<plugin id="com.mycorp.examples.timeservice.provider.rest.host"/>
<plugin id="javax.servlet"/>
<plugin id="org.apache.commons.codec"/>
@@ -86,7 +85,6 @@
<configurations>
<plugin id="com.mycorp.examples.timeservice" autoStart="true" startLevel="0" />
<plugin id="com.mycorp.examples.timeservice.host" autoStart="true" startLevel="0" />
- <plugin id="com.mycorp.examples.timeservice.provider.rest.common" autoStart="true" startLevel="0" />
<plugin id="com.mycorp.examples.timeservice.provider.rest.host" autoStart="true" startLevel="6" />
<plugin id="javax.servlet" autoStart="true" startLevel="0" />
<plugin id="org.apache.commons.codec" autoStart="true" startLevel="0" />
diff --git a/examples/bundles/com.mycorp.examples.timeservice.host/launch/TimeServiceHost.rest.product b/examples/bundles/com.mycorp.examples.timeservice.host/launch/TimeServiceHost.rest.product
index 83431c941..b07591cbc 100644
--- a/examples/bundles/com.mycorp.examples.timeservice.host/launch/TimeServiceHost.rest.product
+++ b/examples/bundles/com.mycorp.examples.timeservice.host/launch/TimeServiceHost.rest.product
@@ -35,7 +35,6 @@
<plugins>
<plugin id="com.mycorp.examples.timeservice"/>
<plugin id="com.mycorp.examples.timeservice.host"/>
- <plugin id="com.mycorp.examples.timeservice.provider.rest.common"/>
<plugin id="com.mycorp.examples.timeservice.provider.rest.host"/>
<plugin id="javax.servlet"/>
<plugin id="javax.xml"/>
@@ -91,7 +90,6 @@
<configurations>
<plugin id="com.mycorp.examples.timeservice" autoStart="true" startLevel="0" />
<plugin id="com.mycorp.examples.timeservice.host" autoStart="true" startLevel="0" />
- <plugin id="com.mycorp.examples.timeservice.provider.rest.common" autoStart="true" startLevel="0" />
<plugin id="com.mycorp.examples.timeservice.provider.rest.host" autoStart="true" startLevel="0" />
<plugin id="javax.servlet" autoStart="true" startLevel="6" />
<plugin id="javax.xml" autoStart="true" startLevel="0" />

Back to the top