Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2011-01-26 22:35:50 +0000
committerslewis2011-01-26 22:35:50 +0000
commitfd464a121041e436cc028ec67b690e0268d4bffc (patch)
tree10c1640e2001168a18a9dc2df161790664a2f30e /releng/features/org.eclipse.ecf.remoteservice.soa.feature
parentff93b6acd7e1a61f999ea340d9ab6fbe255a29c0 (diff)
downloadorg.eclipse.ecf-fd464a121041e436cc028ec67b690e0268d4bffc.tar.gz
org.eclipse.ecf-fd464a121041e436cc028ec67b690e0268d4bffc.tar.xz
org.eclipse.ecf-fd464a121041e436cc028ec67b690e0268d4bffc.zip
commit to introduce use of RSA into ECF remote services
implementation. This removes most of the code in org.eclipse.ecf.osgi.services.discovery and o.e.e.osgi.services.distribution and replaces it with code that uses/depends upon the RSA implementation (and the two bundles: org.eclipse.ecf.osgi.services.remoteserviceadmin and org.eclipse.osgi.services.remoteserviceadmin). Also changes features to eliminate the old implementation of remote services from the build (along with the file-based remote service discovery).
Diffstat (limited to 'releng/features/org.eclipse.ecf.remoteservice.soa.feature')
-rw-r--r--releng/features/org.eclipse.ecf.remoteservice.soa.feature/feature.xml130
1 files changed, 63 insertions, 67 deletions
diff --git a/releng/features/org.eclipse.ecf.remoteservice.soa.feature/feature.xml b/releng/features/org.eclipse.ecf.remoteservice.soa.feature/feature.xml
index ccd145051..ef96d3c4f 100644
--- a/releng/features/org.eclipse.ecf.remoteservice.soa.feature/feature.xml
+++ b/releng/features/org.eclipse.ecf.remoteservice.soa.feature/feature.xml
@@ -1,67 +1,63 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.eclipse.ecf.remoteservice.soa.feature"
- label="ECF Service-Oriented Architecture"
- version="1.0.0.qualifier">
-
- <description url="http://www.example.com/description">
- [Enter Feature Description here.]
- </description>
-
- <copyright url="http://www.example.com/copyright">
- [Enter Copyright Description here.]
- </copyright>
-
- <license url="http://www.example.com/license">
- [Enter License Description here.]
- </license>
-
- <includes
- id="org.eclipse.ecf.eventadmin.examples.feature"
- version="0.0.0"/>
-
- <includes
- id="org.eclipse.ecf.eventadmin.feature"
- version="0.0.0"/>
-
- <includes
- id="org.eclipse.ecf.remoteservice.examples.feature"
- version="0.0.0"/>
-
- <includes
- id="org.eclipse.ecf.remoteservice.feature"
- version="0.0.0"/>
-
- <includes
- id="org.eclipse.ecf.remoteservice.rest.feature"
- version="0.0.0"/>
-
- <includes
- id="org.eclipse.ecf.remoteservice.rosgi.feature"
- version="0.0.0"/>
-
- <includes
- id="org.eclipse.ecf.remoteservice.soap.feature"
- version="0.0.0"/>
-
- <includes
- id="org.eclipse.ecf.server.generic.feature"
- version="0.0.0"/>
-
- <includes
- id="org.eclipse.ecf.osgi.services.feature"
- version="0.0.0"/>
-
- <includes
- id="org.eclipse.ecf.discovery.jmdns.feature"
- version="0.0.0"/>
-
- <includes
- id="org.eclipse.ecf.discovery.local.feature"
- version="0.0.0"/>
-
- <includes
- id="org.eclipse.ecf.discovery.slp.feature"
- version="0.0.0"/>
-
-</feature>
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.ecf.remoteservice.soa.feature"
+ label="ECF Service-Oriented Architecture"
+ version="2.0.0.qualifier">
+
+ <description url="http://www.example.com/description">
+ [Enter Feature Description here.]
+ </description>
+
+ <copyright url="http://www.example.com/copyright">
+ [Enter Copyright Description here.]
+ </copyright>
+
+ <license url="http://www.example.com/license">
+ [Enter License Description here.]
+ </license>
+
+ <includes
+ id="org.eclipse.ecf.eventadmin.examples.feature"
+ version="0.0.0"/>
+
+ <includes
+ id="org.eclipse.ecf.eventadmin.feature"
+ version="0.0.0"/>
+
+ <includes
+ id="org.eclipse.ecf.remoteservice.examples.feature"
+ version="0.0.0"/>
+
+ <includes
+ id="org.eclipse.ecf.remoteservice.feature"
+ version="0.0.0"/>
+
+ <includes
+ id="org.eclipse.ecf.remoteservice.rest.feature"
+ version="0.0.0"/>
+
+ <includes
+ id="org.eclipse.ecf.remoteservice.rosgi.feature"
+ version="0.0.0"/>
+
+ <includes
+ id="org.eclipse.ecf.remoteservice.soap.feature"
+ version="0.0.0"/>
+
+ <includes
+ id="org.eclipse.ecf.server.generic.feature"
+ version="0.0.0"/>
+
+ <includes
+ id="org.eclipse.ecf.osgi.services.feature"
+ version="0.0.0"/>
+
+ <includes
+ id="org.eclipse.ecf.discovery.jmdns.feature"
+ version="0.0.0"/>
+
+ <includes
+ id="org.eclipse.ecf.discovery.slp.feature"
+ version="0.0.0"/>
+
+</feature>

Back to the top