feature.xml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- contextQualifierLength=14 -->
  3. <feature
  4. id="org.eclipse.ecf.filetransfer.httpclient4.ssl.feature"
  5. label="ECF Httpclient4 Filetransfer SSL Provider"
  6. version="1.0.0.v20140827-1444"
  7. provider-name="Eclipse.org - ECF">
  8. <description url="http://www.eclipse.org/ecf">
  9. This feature provides the SSL support for the Apache HttpComponents/HttpClient4-based FileTransfer provider used by the Eclipse platform to support P2 filetransfer.
  10. </description>
  11. <copyright url="http://www.example.com/copyright">
  12. Copyright (c) 2014 Composent, Inc. and others. All rights reserved.
  13. This program and the accompanying materials are made available
  14. under the terms of the Eclipse Public License v1.0 which accompanies
  15. this distribution, and is available at
  16. http://www.eclipse.org/legal/epl-v10.html
  17. Contributors: Composent, Inc. - initial API and implementation
  18. </copyright>
  19. <license url="%licenseURL">
  20. %license
  21. </license>
  22. <requires>
  23. <import feature="org.eclipse.ecf.filetransfer.ssl.feature" version="1.0" match="compatible"/>
  24. </requires>
  25. <plugin
  26. id="org.eclipse.ecf.provider.filetransfer.httpclient4.ssl"
  27. download-size="0"
  28. install-size="0"
  29. version="1.0.0.v20140827-1444"
  30. fragment="true"
  31. unpack="false"/>
  32. </feature>