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.tests.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.tests.feature')
-rw-r--r--releng/features/org.eclipse.ecf.tests.feature/feature.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/releng/features/org.eclipse.ecf.tests.feature/feature.xml b/releng/features/org.eclipse.ecf.tests.feature/feature.xml
index cebac2ab5..278313244 100644
--- a/releng/features/org.eclipse.ecf.tests.feature/feature.xml
+++ b/releng/features/org.eclipse.ecf.tests.feature/feature.xml
@@ -413,13 +413,6 @@ limitations under the License.
unpack="false"/>
<plugin
- id="org.eclipse.ecf.tests.osgi.services.discovery"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
id="org.eclipse.ecf.tests.osgi.services.distribution"
download-size="0"
install-size="0"

Back to the top