feature.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- contextQualifierLength=14 -->
  3. <feature
  4. id="org.eclipse.ecf.filetransfer.feature"
  5. label="ECF Filetransfer Feature"
  6. version="3.9.0.v20140827-1444"
  7. provider-name="Eclipse.org">
  8. <description url="http://www.eclipse.org/ecf">
  9. This feature provides the ECF Filetransfer API bundle. This API is used
  10. by the Eclipse platform to support P2 filetransfer and is required for any of the ECF FileTransfer providers.
  11. </description>
  12. <copyright>
  13. Copyright (c) 2004, 2007 Composent, Inc. and others. All rights
  14. reserved.
  15. This program and the accompanying materials are made available
  16. under the terms of the Eclipse Public License v1.0 which accompanies
  17. this distribution, and is available at
  18. http://www.eclipse.org/legal/epl-v10.html
  19. Contributors: Composent, Inc. - initial API and implementation
  20. </copyright>
  21. <license url="%licenseURL">
  22. %license
  23. </license>
  24. <requires>
  25. <import plugin="org.eclipse.ecf"/>
  26. <import plugin="org.eclipse.ecf.identity"/>
  27. </requires>
  28. <plugin
  29. id="org.eclipse.ecf.filetransfer"
  30. download-size="0"
  31. install-size="0"
  32. version="5.0.0.v20140827-1444"
  33. unpack="false"/>
  34. <plugin
  35. id="org.eclipse.ecf.provider.filetransfer"
  36. download-size="0"
  37. install-size="0"
  38. version="3.2.200.v20140827-1444"
  39. unpack="false"/>
  40. </feature>