An Eclipse RCP reimplementation of bgg1tool by Nand. See http://www.nand.it/nandeck/ for the original tool.
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.

28 lines
690B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <feature
  3. id="xyz.veronie.bgg.feature"
  4. label="Feature"
  5. version="1.0.0.qualifier"
  6. provider-name="Veroni">
  7. <description url="http://www.example.com/description">
  8. [Enter Feature Description here.]
  9. </description>
  10. <copyright url="http://www.example.com/copyright">
  11. [Enter Copyright Description here.]
  12. </copyright>
  13. <license url="http://www.example.com/license">
  14. [Enter License Description here.]
  15. </license>
  16. <plugin
  17. id="xyz.veronie.bgg.ui"
  18. download-size="0"
  19. install-size="0"
  20. version="0.0.0"
  21. unpack="false"/>
  22. </feature>