Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorslewis2017-07-15 22:57:34 +0000
committerslewis2017-07-15 22:57:34 +0000
commit4a01b3bec2ca443f8512b94512d332b09c1193a3 (patch)
tree296ebfd840c3a81ed2e20234582cb28b15ef7219 /releng
parent6b6f1a736948ec0e689da4b2916d4e614a65f24b (diff)
downloadorg.eclipse.ecf-4a01b3bec2ca443f8512b94512d332b09c1193a3.tar.gz
org.eclipse.ecf-4a01b3bec2ca443f8512b94512d332b09c1193a3.tar.xz
org.eclipse.ecf-4a01b3bec2ca443f8512b94512d332b09c1193a3.zip
Diffstat (limited to 'releng')
-rw-r--r--releng/features/org.eclipse.ecf.core.featurepatch/feature.xml2
-rw-r--r--releng/features/org.eclipse.ecf.core/feature.xml2
-rw-r--r--releng/features/org.eclipse.ecf.core/pom.xml2
-rw-r--r--releng/features/org.eclipse.ecf.filetransfer.feature/feature.xml2
-rw-r--r--releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml2
-rw-r--r--releng/features/org.eclipse.ecf.filetransfer.httpclient4.feature/feature.xml2
-rw-r--r--releng/features/org.eclipse.ecf.filetransfer.httpclient4.feature/pom.xml2
-rw-r--r--releng/features/org.eclipse.ecf.remoteservice.sdk.feature/feature.xml2
-rw-r--r--releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml2
-rw-r--r--releng/features/org.eclipse.ecf.sdk/feature.xml2
-rw-r--r--releng/org.eclipse.ecf.releng.bm/karaf/features/karaf-features.xml120
11 files changed, 70 insertions, 70 deletions
diff --git a/releng/features/org.eclipse.ecf.core.featurepatch/feature.xml b/releng/features/org.eclipse.ecf.core.featurepatch/feature.xml
index e49d9d433..176a4f9ae 100644
--- a/releng/features/org.eclipse.ecf.core.featurepatch/feature.xml
+++ b/releng/features/org.eclipse.ecf.core.featurepatch/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.ecf.core.featurepatch"
label="ECF Patch for Eclipse Kepler (4.3). Not needed for Eclipse Luna (4.4)."
- version="3.13.7.qualifier"
+ version="3.13.8.qualifier"
provider-name="%providerName">
<description url="http://www.eclipse.org/ecf">
diff --git a/releng/features/org.eclipse.ecf.core/feature.xml b/releng/features/org.eclipse.ecf.core/feature.xml
index 7bd59aa4f..f79520191 100644
--- a/releng/features/org.eclipse.ecf.core/feature.xml
+++ b/releng/features/org.eclipse.ecf.core/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.ecf.core"
label="ECF SDK for Eclipse"
- version="3.13.7.qualifier"
+ version="3.13.8.qualifier"
provider-name="%providerName"
plugin="org.eclipse.ecf">
diff --git a/releng/features/org.eclipse.ecf.core/pom.xml b/releng/features/org.eclipse.ecf.core/pom.xml
index b8da95d60..3d798e21b 100644
--- a/releng/features/org.eclipse.ecf.core/pom.xml
+++ b/releng/features/org.eclipse.ecf.core/pom.xml
@@ -10,6 +10,6 @@
</parent>
<groupId>org.eclipse.ecf</groupId>
<artifactId>org.eclipse.ecf.core</artifactId>
- <version>3.13.7-SNAPSHOT</version>
+ <version>3.13.8-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
diff --git a/releng/features/org.eclipse.ecf.filetransfer.feature/feature.xml b/releng/features/org.eclipse.ecf.filetransfer.feature/feature.xml
index 95fc579f9..803f442ca 100644
--- a/releng/features/org.eclipse.ecf.filetransfer.feature/feature.xml
+++ b/releng/features/org.eclipse.ecf.filetransfer.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.ecf.filetransfer.feature"
label="ECF Filetransfer Feature"
- version="3.13.7.qualifier"
+ version="3.13.8.qualifier"
provider-name="Eclipse.org"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
diff --git a/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml b/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml
index d030173dd..42767e697 100644
--- a/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml
+++ b/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml
@@ -10,6 +10,6 @@
</parent>
<groupId>org.eclipse.ecf</groupId>
<artifactId>org.eclipse.ecf.filetransfer.feature</artifactId>
- <version>3.13.7-SNAPSHOT</version>
+ <version>3.13.8-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
diff --git a/releng/features/org.eclipse.ecf.filetransfer.httpclient4.feature/feature.xml b/releng/features/org.eclipse.ecf.filetransfer.httpclient4.feature/feature.xml
index aa45e6805..10a1e7920 100644
--- a/releng/features/org.eclipse.ecf.filetransfer.httpclient4.feature/feature.xml
+++ b/releng/features/org.eclipse.ecf.filetransfer.httpclient4.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.ecf.filetransfer.httpclient4.feature"
label="ECF Httpclient4 Filetransfer Provider"
- version="3.13.7.qualifier"
+ version="3.13.8.qualifier"
provider-name="Eclipse.org - ECF"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
diff --git a/releng/features/org.eclipse.ecf.filetransfer.httpclient4.feature/pom.xml b/releng/features/org.eclipse.ecf.filetransfer.httpclient4.feature/pom.xml
index 0348b754e..13a4e423d 100644
--- a/releng/features/org.eclipse.ecf.filetransfer.httpclient4.feature/pom.xml
+++ b/releng/features/org.eclipse.ecf.filetransfer.httpclient4.feature/pom.xml
@@ -10,6 +10,6 @@
</parent>
<groupId>org.eclipse.ecf</groupId>
<artifactId>org.eclipse.ecf.filetransfer.httpclient4.feature</artifactId>
- <version>3.13.7-SNAPSHOT</version>
+ <version>3.13.8-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
diff --git a/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/feature.xml b/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/feature.xml
index 11eb6e581..00bdc509e 100644
--- a/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/feature.xml
+++ b/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.ecf.remoteservice.sdk.feature"
label="ECF Remote Services SDK"
- version="3.13.7.qualifier"
+ version="3.13.8.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
diff --git a/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml b/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml
index d8ec78502..1d4075dc3 100644
--- a/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml
+++ b/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml
@@ -10,6 +10,6 @@
</parent>
<groupId>org.eclipse.ecf</groupId>
<artifactId>org.eclipse.ecf.remoteservice.sdk.feature</artifactId>
- <version>3.13.7-SNAPSHOT</version>
+ <version>3.13.8-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
diff --git a/releng/features/org.eclipse.ecf.sdk/feature.xml b/releng/features/org.eclipse.ecf.sdk/feature.xml
index c0a1c28e6..dd5e7ced4 100644
--- a/releng/features/org.eclipse.ecf.sdk/feature.xml
+++ b/releng/features/org.eclipse.ecf.sdk/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.ecf.sdk"
label="ECF SDK Feature"
- version="3.13.7.qualifier"
+ version="3.13.8.qualifier"
provider-name="Eclipse.org">
<description url="http://www.eclipse.org/ecf">
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 741a763b9..de61a5d98 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
@@ -1,5 +1,5 @@
-<features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" name="ecf-remoteservices-sdk-3.13.6">
-<feature name="ecf-rs-dependencies" version="3.13.6" description="ECF 3.13.6 RemoteServices External Dependencies. https://wiki.eclipse.org/ECF#OSGi_Remote_Services">
+<features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" name="ecf-remoteservices-sdk-3.13.7">
+<feature name="ecf-rs-dependencies" version="3.13.7" description="ECF 3.13.7 RemoteServices External Dependencies. https://wiki.eclipse.org/ECF#OSGi_Remote_Services">
<bundle>mvn:org.eclipse.platform/org.eclipse.equinox.supplement/1.6.100</bundle>
<bundle start-level="50">mvn:org.eclipse.platform/org.eclipse.equinox.common/3.8.0</bundle>
<bundle>mvn:org.eclipse.platform/org.eclipse.core.jobs/3.8.0</bundle>
@@ -8,8 +8,8 @@
<feature>eventadmin</feature>
</feature>
-<feature name="ecf-rs-core" version="3.13.6" description="ECF Core">
- <feature version="3.13.6">ecf-rs-dependencies</feature>
+<feature name="ecf-rs-core" version="3.13.7" description="ECF Core">
+ <feature version="3.13.7">ecf-rs-dependencies</feature>
<bundle>mvn:org.eclipse.ecf/org.eclipse.ecf.identity/3.8.0</bundle>
<bundle>mvn:org.eclipse.ecf/org.eclipse.ecf/3.8.0</bundle>
<bundle>mvn:org.eclipse.ecf/org.eclipse.ecf.sharedobject/2.5.100</bundle>
@@ -18,53 +18,53 @@
<bundle>mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice/8.12.0</bundle>
</feature>
-<feature name="ecf-rs-rsa-impl" version="3.13.6" description="ECF RemoteServices OSGi R6 Remote Service Admin (RSA) Impl. See https://wiki.eclipse.org/Remote_Services_Admin">
- <feature version="3.13.6">ecf-rs-core</feature>
+<feature name="ecf-rs-rsa-impl" version="3.13.7" description="ECF RemoteServices OSGi R6 Remote Service Admin (RSA) Impl. See https://wiki.eclipse.org/Remote_Services_Admin">
+ <feature version="3.13.7">ecf-rs-core</feature>
<bundle>mvn:org.eclipse.ecf/org.eclipse.osgi.services.remoteserviceadmin/1.6.100</bundle>
<bundle>mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/1.0.0</bundle>
- <bundle>mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin/4.5.0</bundle>
+ <bundle>mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin/4.5.100</bundle>
</feature>
-<feature name="ecf-rs-rsa-topology-manager" version="3.13.6" description="ECF RemoteServices OSGi R6 Default Topology Manager (promiscuous). See https://wiki.eclipse.org/Remote_Services_Admin">
+<feature name="ecf-rs-rsa-topology-manager" version="3.13.7" description="ECF RemoteServices OSGi R6 Default Topology Manager (promiscuous). See https://wiki.eclipse.org/Remote_Services_Admin">
<bundle>mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.distribution/2.1.0</bundle>
</feature>
-<feature name="ecf-rs-rsa" version="3.13.6" description="ECF 3.13.6 Remote Service Admin">
- <feature version="3.13.6">ecf-rs-rsa-impl</feature>
- <feature version="3.13.6">ecf-rs-rsa-topology-manager</feature>
+<feature name="ecf-rs-rsa" version="3.13.7" description="ECF 3.13.7 Remote Service Admin">
+ <feature version="3.13.7">ecf-rs-rsa-impl</feature>
+ <feature version="3.13.7">ecf-rs-rsa-topology-manager</feature>
</feature>
-<feature name="ecf-rs-distribution-generic" version="3.13.6" description="ECF RemoteServices Generic Distribution Provider. https://wiki.eclipse.org/EIG:Configuration_Properties">
- <feature version="3.13.6">ecf-rs-core</feature>
+<feature name="ecf-rs-distribution-generic" version="3.13.7" description="ECF RemoteServices Generic Distribution Provider. https://wiki.eclipse.org/EIG:Configuration_Properties">
+ <feature version="3.13.7">ecf-rs-core</feature>
<bundle>mvn:org.eclipse.ecf/org.eclipse.ecf.provider/4.7.500</bundle>
<bundle>mvn:org.eclipse.ecf/org.eclipse.ecf.provider.remoteservice/4.2.200</bundle>
</feature>
-<feature name="ecf-rs-distribution-rosgi" version="3.13.6" description="ECF RemoteService ROSGi Distribution Provider. https://wiki.eclipse.org/EIG:Configuration_Properties">
- <feature version="3.13.6">ecf-rs-core</feature>
+<feature name="ecf-rs-distribution-rosgi" version="3.13.7" description="ECF RemoteService ROSGi Distribution Provider. https://wiki.eclipse.org/EIG:Configuration_Properties">
+ <feature version="3.13.7">ecf-rs-core</feature>
<bundle>mvn:org.eclipse.ecf/ch.ethz.iks.r_osgi.remote/1.0.9</bundle>
<bundle>mvn:org.eclipse.ecf/org.eclipse.ecf.provider.r_osgi/3.5.600</bundle>
</feature>
-<feature name="ecf-rs-discovery-jmdns" version="3.13.6" description="ECF RemoteServices JMDNS Discovery Provider">
- <feature version="3.13.6">ecf-rs-core</feature>
+<feature name="ecf-rs-discovery-jmdns" version="3.13.7" description="ECF RemoteServices JMDNS Discovery Provider">
+ <feature version="3.13.7">ecf-rs-core</feature>
<bundle>mvn:org.eclipse.ecf/org.eclipse.ecf.provider.jmdns/4.3.100</bundle>
</feature>
-<feature name="ecf-rs-discovery-zookeeper" version="3.13.6" description="ECF RemoteServices Zookeeper Discovery Provider. See https://wiki.eclipse.org/Zookeeper_Based_ECF_Discovery">
- <feature version="3.13.6">ecf-rs-core</feature>
+<feature name="ecf-rs-discovery-zookeeper" version="3.13.7" description="ECF RemoteServices Zookeeper Discovery Provider. See https://wiki.eclipse.org/Zookeeper_Based_ECF_Discovery">
+ <feature version="3.13.7">ecf-rs-core</feature>
<bundle>mvn:org.eclipse.ecf/org.apache.hadoop.zookeeper/3.3.3.v201105210832</bundle>
<bundle>mvn:org.eclipse.ecf/org.eclipse.ecf.provider.zookeeper/1.2.100</bundle>
</feature>
-<feature name="ecf-rs-discovery-slp" version="3.13.6" description="ECF Discovery SLP Provider. See https://wiki.eclipse.org/R-OSGi_Properties">
- <feature version="3.13.6">ecf-rs-core</feature>
+<feature name="ecf-rs-discovery-slp" version="3.13.7" description="ECF Discovery SLP Provider. See https://wiki.eclipse.org/R-OSGi_Properties">
+ <feature version="3.13.7">ecf-rs-core</feature>
<bundle>mvn:org.eclipse.ecf/ch.ethz.iks.slp/1.1.100</bundle>
<bundle>mvn:org.eclipse.ecf/org.eclipse.ecf.provider.jslp/3.2.100</bundle>
</feature>
-<feature name="ecf-rs-distribution-rest" version="3.13.6" description="ECF Discovery REST Provider Support">
- <feature version="3.13.6">ecf-rs-core</feature>
+<feature name="ecf-rs-distribution-rest" version="3.13.7" description="ECF Discovery REST Provider Support">
+ <feature version="3.13.7">ecf-rs-core</feature>
<bundle>mvn:org.eclipse.ecf/org.apache.commons.codec/1.9.0.v20170208-1614</bundle>
<bundle>mvn:org.eclipse.ecf/org.apache.httpcomponents.httpclient/4.5.2.v20170210-0925</bundle>
<bundle>mvn:org.eclipse.ecf/org.apache.httpcomponents.httpcore/4.4.6.v20170210-0925</bundle>
@@ -72,72 +72,72 @@
<bundle>mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.rest/2.7.100</bundle>
</feature>
-<feature name="ecf-rs-eventadmin" version="3.13.6" description="ECF 3.13.6 RemoteServices SDK Distributed EventAdmin">
- <feature version="3.13.6">ecf-rs-core</feature>
+<feature name="ecf-rs-eventadmin" version="3.13.7" description="ECF 3.13.7 RemoteServices SDK Distributed EventAdmin">
+ <feature version="3.13.7">ecf-rs-core</feature>
<bundle>mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.eventadmin/1.2.100</bundle>
</feature>
-<feature name="ecf-rs-distribution-servlet" version="3.13.6" description="ECF 3.13.6 RemoteServices SDK Generic Servlet Support">
- <feature version="3.13.6">ecf-rs-core</feature>
+<feature name="ecf-rs-distribution-servlet" version="3.13.7" description="ECF 3.13.7 RemoteServices SDK Generic Servlet Support">
+ <feature version="3.13.7">ecf-rs-core</feature>
<bundle>mvn:org.eclipse.ecf/javax.servlet/3.1.0.v201410161800</bundle>
<bundle>mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.servlet/1.0.0</bundle>
</feature>
-<feature name="ecf-rs-distribution-generic-server" version="3.13.6" description="ECF 3.13.6 RemoteServices SDK Generic Server Support">
- <feature version="3.13.6">ecf-rs-distribution-generic</feature>
+<feature name="ecf-rs-distribution-generic-server" version="3.13.7" description="ECF 3.13.7 RemoteServices SDK Generic Server Support">
+ <feature version="3.13.7">ecf-rs-distribution-generic</feature>
<bundle>mvn:org.eclipse.ecf/org.eclipse.ecf.server/2.1.100</bundle>
<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 name="ecf-rs-examples-timeservice-api" version="3.13.7" 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.7/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 name="ecf-rs-examples-timeservice-host" version="3.13.7" description="ECF RemoteService TimeService Host Example. See https://wiki.eclipse.org/Tutorial:_Building_your_first_OSGi_Remote_Service">
+ <feature version="3.13.7">ecf-rs-examples-timeservice-api</feature>
+ <bundle>http://download.eclipse.org/rt/ecf/3.13.7/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 name="ecf-rs-examples-timeservice-consumer" version="3.13.7" description="ECF RemoteService TimeService Host Example. See https://wiki.eclipse.org/Tutorial:_Building_your_first_OSGi_Remote_Service">
+ <feature version="3.13.7">ecf-rs-examples-timeservice-api</feature>
+ <bundle>http://download.eclipse.org/rt/ecf/3.13.7/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 name="ecf-rs-examples-timeservice-consumer-async" version="3.13.7" description="ECF RemoteService TimeService Host Example. See https://wiki.eclipse.org/Tutorial:_Building_your_first_OSGi_Remote_Service">
+ <feature version="3.13.7">ecf-rs-examples-timeservice-api</feature>
+ <bundle>http://download.eclipse.org/rt/ecf/3.13.7/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 name="ecf-rs-sdk" version="3.13.7" description="ECF 3.13.7 RemoteServices SDK with Generic Distribution Provider and JMDNS/Zeroconf Discovery Provider">
+ <feature version="3.13.7">ecf-rs-rsa</feature>
+ <feature version="3.13.7">ecf-rs-distribution-generic</feature>
+ <feature version="3.13.7">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 name="ecf-rs-sdk-examples" version="3.13.7" description="ECF 3.13.7 RemoteServices SDK with Generic Distribution Provider and JMDNS/Zeroconf Discovery Provider">
+ <feature version="3.13.7">ecf-rs-rsa</feature>
+ <feature version="3.13.7">ecf-rs-distribution-generic</feature>
+ <feature version="3.13.7">ecf-rs-discovery-jmdns</feature>
+ <feature version="3.13.7">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 name="ecf-rs-examples-timeservice-api" version="3.13.7" 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.7/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 name="ecf-rs-examples-timeservice-host" version="3.13.7" description="ECF RemoteService TimeService Host Example. See https://wiki.eclipse.org/Tutorial:_Building_your_first_OSGi_Remote_Service">
+ <feature version="3.13.7">ecf-rs-examples-timeservice-api</feature>
+ <bundle>http://download.eclipse.org/rt/ecf/3.13.7/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 name="ecf-rs-examples-timeservice-consumer" version="3.13.7" description="ECF RemoteService TimeService Host Example. See https://wiki.eclipse.org/Tutorial:_Building_your_first_OSGi_Remote_Service">
+ <feature version="3.13.7">ecf-rs-examples-timeservice-api</feature>
+ <bundle>http://download.eclipse.org/rt/ecf/3.13.7/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 name="ecf-rs-examples-timeservice-consumer-async" version="3.13.7" description="ECF RemoteService TimeService Host Example. See https://wiki.eclipse.org/Tutorial:_Building_your_first_OSGi_Remote_Service">
+ <feature version="3.13.7">ecf-rs-examples-timeservice-api</feature>
+ <bundle>http://download.eclipse.org/rt/ecf/3.13.7/site.p2/plugins/com.mycorp.examples.timeservice.consumer.ds.async_1.0.100.v20161204-0342.jar</bundle>
</feature>
</features>

Back to the top