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.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <feature
  3. id="org.eclipse.jgit.pgm"
  4. label="%featureName"
  5. version="5.12.1.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. <includes
  21. id="org.eclipse.jgit"
  22. version="0.0.0"/>
  23. <includes
  24. id="org.eclipse.jgit.lfs"
  25. version="0.0.0"/>
  26. <includes
  27. id="org.eclipse.jgit.ssh.apache"
  28. version="0.0.0"/>
  29. <requires>
  30. <import feature="org.eclipse.jgit" version="5.12.1" match="equivalent"/>
  31. <import feature="org.eclipse.jgit.lfs" version="5.12.1" match="equivalent"/>
  32. <import feature="org.eclipse.jgit.ssh.apache" version="5.12.1" match="equivalent"/>
  33. </requires>
  34. <plugin
  35. id="org.eclipse.jgit.pgm"
  36. download-size="0"
  37. install-size="0"
  38. version="0.0.0"
  39. unpack="false"/>
  40. <plugin
  41. id="org.eclipse.jgit.ui"
  42. download-size="0"
  43. install-size="0"
  44. version="0.0.0"
  45. unpack="false"/>
  46. </feature>