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

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <feature
  3. id="org.eclipse.jgit"
  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. <plugin
  21. id="org.eclipse.jgit"
  22. download-size="0"
  23. install-size="0"
  24. version="0.0.0"
  25. unpack="false"/>
  26. <plugin
  27. id="org.eclipse.jgit.archive"
  28. download-size="0"
  29. install-size="0"
  30. version="0.0.0"
  31. unpack="false"/>
  32. </feature>