diff options
author | Vincent Petry <pvince81@owncloud.com> | 2016-01-27 18:28:55 +0100 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2016-02-02 18:01:15 +0100 |
commit | cca33942aa01542c7b9920c80c66e3becd3a0d9c (patch) | |
tree | b1eea7483ea67a445815e579032dedfa23b2d3c5 /apps/comments/appinfo/info.xml | |
parent | 0e95b9f2d560f5fc177e672162e995341cfba025 (diff) | |
download | nextcloud-server-cca33942aa01542c7b9920c80c66e3becd3a0d9c.tar.gz nextcloud-server-cca33942aa01542c7b9920c80c66e3becd3a0d9c.zip |
Comments GUI
Diffstat (limited to 'apps/comments/appinfo/info.xml')
-rw-r--r-- | apps/comments/appinfo/info.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/apps/comments/appinfo/info.xml b/apps/comments/appinfo/info.xml new file mode 100644 index 00000000000..550c79448cf --- /dev/null +++ b/apps/comments/appinfo/info.xml @@ -0,0 +1,16 @@ +<?xml version="1.0"?> +<info> + <id>comments</id> + <name>Comments</name> + <description>Files app plugin to add comments to files</description> + <licence>AGPL</licence> + <author>Arthur Shiwon, Vincent Petry</author> + <default_enable/> + <version>0.1</version> + <dependencies> + <owncloud min-version="9.0" max-version="9.0" /> + </dependencies> + <documentation> + <user>user-comments</user> + </documentation> +</info> |