info.xml 361 B

123456789101112
  1. <?xml version="1.0"?>
  2. <info>
  3. <id>testing</id>
  4. <name>QA testing</name>
  5. <description>This app is only for testing! It is dangerous to have it enabled in a live instance</description>
  6. <licence>AGPL</licence>
  7. <author>Joas Schilling</author>
  8. <version>0.1.0</version>
  9. <dependencies>
  10. <owncloud min-version="9.0" max-version="9.0" />
  11. </dependencies>
  12. </info>