Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2017-05-07 17:13:45 +0000
committerslewis2017-05-07 17:13:45 +0000
commitfecd6da85f1647f4ad603982a4d2d3d94348a6e8 (patch)
tree400b98736333f317d1409396e74a7d7820f5b894
parentbace050f982075173bbe1e213c1e22e7d9b842d5 (diff)
downloadorg.eclipse.ecf-fecd6da85f1647f4ad603982a4d2d3d94348a6e8.tar.gz
org.eclipse.ecf-fecd6da85f1647f4ad603982a4d2d3d94348a6e8.tar.xz
org.eclipse.ecf-fecd6da85f1647f4ad603982a4d2d3d94348a6e8.zip
Fix for featuresECF_3_13_6_Release
-rw-r--r--releng/org.eclipse.ecf.releng.bm/karaf/features/karaf-features.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/releng/org.eclipse.ecf.releng.bm/karaf/features/karaf-features.xml b/releng/org.eclipse.ecf.releng.bm/karaf/features/karaf-features.xml
index 4073e40c7..741a763b9 100644
--- a/releng/org.eclipse.ecf.releng.bm/karaf/features/karaf-features.xml
+++ b/releng/org.eclipse.ecf.releng.bm/karaf/features/karaf-features.xml
@@ -89,12 +89,38 @@
<bundle>mvn:org.eclipse.ecf/org.eclipse.ecf.server.generic/8.0.0</bundle>
</feature>
+<feature name="ecf-rs-examples-timeservice-api" version="3.13.6" description="ECF RemoteService TimeService API Example. See https://wiki.eclipse.org/Tutorial:_Building_your_first_OSGi_Remote_Service">
+ <bundle>http://download.eclipse.org/rt/ecf/3.13.6/site.p2/plugins/com.mycorp.examples.timeservice.async_2.0.0.v20161123-1113.jar</bundle>
+</feature>
+
+<feature name="ecf-rs-examples-timeservice-host" version="3.13.6" description="ECF RemoteService TimeService Host Example. See https://wiki.eclipse.org/Tutorial:_Building_your_first_OSGi_Remote_Service">
+ <feature version="3.13.6">ecf-rs-examples-timeservice-api</feature>
+ <bundle>http://download.eclipse.org/rt/ecf/3.13.6/site.p2/plugins/com.mycorp.examples.timeservice.host_1.1.100.v20161204-0342.jar</bundle>
+</feature>
+
+<feature name="ecf-rs-examples-timeservice-consumer" version="3.13.6" description="ECF RemoteService TimeService Host Example. See https://wiki.eclipse.org/Tutorial:_Building_your_first_OSGi_Remote_Service">
+ <feature version="3.13.6">ecf-rs-examples-timeservice-api</feature>
+ <bundle>http://download.eclipse.org/rt/ecf/3.13.6/site.p2/plugins/com.mycorp.examples.timeservice.consumer.ds_1.0.100.v20161204-0342.jar</bundle>
+</feature>
+
+<feature name="ecf-rs-examples-timeservice-consumer-async" version="3.13.6" description="ECF RemoteService TimeService Host Example. See https://wiki.eclipse.org/Tutorial:_Building_your_first_OSGi_Remote_Service">
+ <feature version="3.13.6">ecf-rs-examples-timeservice-api</feature>
+ <bundle>http://download.eclipse.org/rt/ecf/3.13.6/site.p2/plugins/com.mycorp.examples.timeservice.consumer.ds.async_1.0.100.v20161204-0342.jar</bundle>
+</feature>
+
<feature name="ecf-rs-sdk" version="3.13.6" description="ECF 3.13.6 RemoteServices SDK with Generic Distribution Provider and JMDNS/Zeroconf Discovery Provider">
<feature version="3.13.6">ecf-rs-rsa</feature>
<feature version="3.13.6">ecf-rs-distribution-generic</feature>
<feature version="3.13.6">ecf-rs-discovery-jmdns</feature>
</feature>
+<feature name="ecf-rs-sdk-examples" version="3.13.6" description="ECF 3.13.6 RemoteServices SDK with Generic Distribution Provider and JMDNS/Zeroconf Discovery Provider">
+ <feature version="3.13.6">ecf-rs-rsa</feature>
+ <feature version="3.13.6">ecf-rs-distribution-generic</feature>
+ <feature version="3.13.6">ecf-rs-discovery-jmdns</feature>
+ <feature version="3.13.6">ecf-rs-examples-timeservice-host</feature>
+</feature>
+
<feature name="ecf-rs-examples-timeservice-api" version="3.13.6" description="ECF RemoteService TimeService API Example. See https://wiki.eclipse.org/Tutorial:_Building_your_first_OSGi_Remote_Service">
<bundle>http://download.eclipse.org/rt/ecf/3.13.6/site.p2/plugins/com.mycorp.examples.timeservice.async_2.0.0.v20161123-1113.jar</bundle>
</feature>

Back to the top