Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2014-05-12 14:13:54 +0000
committerslewis2014-05-12 14:13:54 +0000
commit36c5e5215a1998c5e5f598a6c2e23cfe58786225 (patch)
tree3203c5e0ab002898974aa98b31b4f332814cfb7a
parentab8837396532acf05e1f7ca337d1c2c1e114f335 (diff)
downloadorg.eclipse.ecf-36c5e5215a1998c5e5f598a6c2e23cfe58786225.tar.gz
org.eclipse.ecf-36c5e5215a1998c5e5f598a6c2e23cfe58786225.tar.xz
org.eclipse.ecf-36c5e5215a1998c5e5f598a6c2e23cfe58786225.zip
Added not needed warning for supplmental file transfer category
-rw-r--r--releng/features/org.eclipse.ecf.sdk/build.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/features/org.eclipse.ecf.sdk/build.properties b/releng/features/org.eclipse.ecf.sdk/build.properties
index 9ef9bf02a..4cc990016 100644
--- a/releng/features/org.eclipse.ecf.sdk/build.properties
+++ b/releng/features/org.eclipse.ecf.sdk/build.properties
@@ -21,7 +21,7 @@ category.id.rmt=ECF OSGi Remote Services SDK
category.description.rmt=The OSGi Remote Services/Remote Service Admin SDK. Included are ECF's implementation of OSGi Remote Services and Remote Service Admin specifications, as well as multiple discovery providers (e.g. zookeeper, dnssd, zeroconf, jslp), distribution providers (r-osgi and generic) and remote service/remote service admin examples.
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
-category.id.ft=ECF Supplemental File Transfer Providers
+category.id.ft=ECF Supplemental File Transfer Providers. Not needed for Eclipse Luna or Kepler.
category.description.ft=ECF Supplemental File Transfer Providers. Included are ECF's implementation of the HttpClient3-based provider, the HttpClient4-based provider, and the JRE/URLConnection-based file transfer provider.
category.members.ft=org.eclipse.ecf.core.feature,org.eclipse.ecf.core.source.feature,org.eclipse.ecf.core.ssl.feature,org.eclipse.ecf.core.ssl.source.feature,org.eclipse.ecf.filetransfer.feature,org.eclipse.ecf.filetransfer.source.feature,org.eclipse.ecf.filetransfer.ssl.feature,org.eclipse.ecf.filetransfer.ssl.source.feature,org.eclipse.ecf.filetransfer.httpclient.feature,org.eclipse.ecf.filetransfer.httpclient.source.feature,org.eclipse.ecf.filetransfer.httpclient.ssl.feature,org.eclipse.ecf.filetransfer.httpclient.ssl.source.feature,org.eclipse.ecf.filetransfer.httpclient4.feature,org.eclipse.ecf.filetransfer.httpclient4.source.feature,org.eclipse.ecf.filetransfer.httpclient4.ssl.feature,org.eclipse.ecf.filetransfer.httpclient4.ssl.source.feature

Back to the top