package-info.xml 659 B

12345678910111213141516
  1. <?xml version="1.0"?>
  2. <!DOCTYPE package-info SYSTEM "http://www.simplemachines.org/xml/package-info">
  3. <package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
  4. <id>cooliojazz:RecentPosts</id>
  5. <name>Recent Posts Mod</name>
  6. <type>modification</type>
  7. <version>0.1.1</version>
  8. <install>
  9. <readme type="file">readme.txt</readme>
  10. <modification type="file">modification.xml</modification>
  11. </install>
  12. <uninstall>
  13. <readme type="inline">This will uninstall the Recent Posts modification.</readme>
  14. <modification type="file" reverse="true">modification.xml</modification>
  15. </uninstall>
  16. </package-info>