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

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <feature
  3. id="org.eclipse.jgit"
  4. label="%featureName"
  5. version="2.2.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="http://download.eclipse.org/egit/updates"/>
  18. <discovery label="%updateSiteName" url="http://download.eclipse.org/egit/updates"/>
  19. </url>
  20. <includes
  21. id="org.eclipse.jgit.orbit"
  22. version="0.0.0"/>
  23. <requires>
  24. <import plugin="com.jcraft.jsch"/>
  25. </requires>
  26. <plugin
  27. id="org.eclipse.jgit"
  28. download-size="0"
  29. install-size="0"
  30. version="0.0.0"
  31. unpack="false"/>
  32. </feature>