Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2015-05-06 17:05:46 +0000
committerslewis2015-05-06 17:05:46 +0000
commit115f26f1211fb2d46da4ff5e04a60b6651fb29f5 (patch)
tree486a252df4a4c136ea14088a3f2271163d7e83af /releng/features/org.eclipse.ecf.sdk
parente818b9dcca08dfff50836dfff532ffaa14fe6da4 (diff)
downloadorg.eclipse.ecf-115f26f1211fb2d46da4ff5e04a60b6651fb29f5.tar.gz
org.eclipse.ecf-115f26f1211fb2d46da4ff5e04a60b6651fb29f5.tar.xz
org.eclipse.ecf-115f26f1211fb2d46da4ff5e04a60b6651fb29f5.zip
Updated descriptions for the ECF categories (i.e. ECF SDK for Eclipse
and ECF Remote Services SDK). Change-Id: Ie347bc559105499b4f5f904a0327b89cc26e7f63
Diffstat (limited to 'releng/features/org.eclipse.ecf.sdk')
-rw-r--r--releng/features/org.eclipse.ecf.sdk/build.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/releng/features/org.eclipse.ecf.sdk/build.properties b/releng/features/org.eclipse.ecf.sdk/build.properties
index 00bcb6b49..9cb4944e7 100644
--- a/releng/features/org.eclipse.ecf.sdk/build.properties
+++ b/releng/features/org.eclipse.ecf.sdk/build.properties
@@ -14,11 +14,11 @@ generate.feature@org.eclipse.ecf.remoteservice.sdk.source.feature=org.eclipse.ec
generate.feature@org.eclipse.ecf.remoteservice.sdk.examples.source.feature=org.eclipse.ecf.remoteservice.sdk.examples.feature
category.id.core=ECF SDK for Eclipse
-category.description.core=All-in-one distribution of ECF for Eclipse. Included are Eclipse-specific APIs, plugins, and Applications (e.g. docshare, collab, server apps), along with the Remote Service SDK.
+category.description.core=All-in-one distribution of ECF for Eclipse. Includes Eclipse-specific tooling like the Remote Service Perspective, Eclipse plugins, and other ECF-based applications and examples (docshare, collab, server apps). Also includes the ECF Remote Services SDK.
category.members.core=org.eclipse.ecf.core,org.eclipse.ecf.core.source
category.id.rmt=ECF Remote Services SDK
-category.description.rmt=The OSGi Remote Services/Remote Service Admin SDK. Included are ECF's implementation of the OSGi Remote Services and RSA specifications, and multiple discovery providers (e.g. zookeeper, dnssd, zeroconf, jslp), distribution providers (r-osgi and generic) and examples.
+category.description.rmt=ECF's Remote Services/Remote Service Admin SDK. Included are ECF's implementation of the OSGi Remote Services and RSA specifications, multiple discovery providers (e.g. zookeeper, dnssd, zeroconf, jslp), multiple distribution providers (r-osgi and generic), ECF's implementation of Distributed EventAdmin, and remote services examples. The RS SDK does not include any Eclipse-specific tooling, and so can/may be installed into non-Eclipse OSGi environments (e.g. Karaf, etc). If the Eclipse-specific tooling (Remote Services perspective) is desired, please install the ECF SDK for Eclipse.
category.members.rmt=org.eclipse.ecf.remoteservice.sdk.feature,org.eclipse.ecf.remoteservice.sdk.source.feature,org.eclipse.ecf.remoteservice.sdk.examples.feature,org.eclipse.ecf.remoteservice.sdk.examples.source.feature

Back to the top