feature.xml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- contextQualifierLength=14 -->
  3. <feature
  4. id="org.eclipse.ecf.filetransfer.httpclient4.feature"
  5. label="ECF Httpclient4 Filetransfer Provider"
  6. version="3.9.1.v20140827-1444"
  7. provider-name="Eclipse.org - ECF">
  8. <description url="http://www.eclipse.org/ecf">
  9. This feature provides 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) 2011 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.feature" version="3.9.0" match="compatible"/>
  24. </requires>
  25. <plugin
  26. id="org.eclipse.ecf.provider.filetransfer.httpclient4"
  27. download-size="0"
  28. install-size="0"
  29. version="1.0.800.v20140827-1444"
  30. unpack="false"/>
  31. <plugin
  32. id="org.apache.commons.codec"
  33. download-size="0"
  34. install-size="0"
  35. version="1.6.0.v201305230611"
  36. unpack="false"/>
  37. <plugin
  38. id="org.apache.commons.logging"
  39. download-size="0"
  40. install-size="0"
  41. version="1.1.1.v201101211721"
  42. unpack="false"/>
  43. <plugin
  44. id="org.apache.httpcomponents.httpclient"
  45. download-size="0"
  46. install-size="0"
  47. version="4.2.6.v201311072007"
  48. unpack="false"/>
  49. <plugin
  50. id="org.apache.httpcomponents.httpcore"
  51. download-size="0"
  52. install-size="0"
  53. version="4.2.5.v201311072007"
  54. unpack="false"/>
  55. </feature>