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 862B

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <feature
  3. id="org.eclipse.jgit.ssh.apache"
  4. label="%featureName"
  5. version="5.13.0.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 feature="org.eclipse.jgit" version="5.13.0" match="equivalent"/>
  22. </requires>
  23. <plugin
  24. id="org.eclipse.jgit.ssh.apache"
  25. download-size="0"
  26. install-size="0"
  27. version="0.0.0"
  28. unpack="false"/>
  29. </feature>