feature.xml 1.3 KB

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