You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

feature.xml 1.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <feature
  3. id="org.eclipse.jgit.ssh.jsch"
  4. label="%featureName"
  5. version="5.8.2.qualifier"
  6. provider-name="%providerName">
  7. <description url="http://www.eclipse.org/jgit/">
  8. %description
  9. </description>
  10. <copyright>
  11. %copyright
  12. </copyright>
  13. <license url="%licenseURL">
  14. %license
  15. </license>
  16. <url>
  17. <update label="%updateSiteName" url="https://download.eclipse.org/egit/updates"/>
  18. <discovery label="%updateSiteName" url="https://download.eclipse.org/egit/updates"/>
  19. </url>
  20. <requires>
  21. <import plugin="org.eclipse.jgit" version="5.8.2" match="equivalent"/>
  22. </requires>
  23. <plugin
  24. id="org.eclipse.jgit.ssh.jsch"
  25. download-size="0"
  26. install-size="0"
  27. version="0.0.0"
  28. fragment="true"
  29. unpack="false"/>
  30. <plugin
  31. id="com.jcraft.jsch"
  32. download-size="0"
  33. install-size="0"
  34. version="0.0.0"
  35. unpack="false"/>
  36. <plugin
  37. id="com.jcraft.jzlib"
  38. download-size="0"
  39. install-size="0"
  40. version="0.0.0"
  41. unpack="false"/>
  42. </feature>