summaryrefslogtreecommitdiffstats
path: root/apps/comments/appinfo/info.xml
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2016-01-27 18:28:55 +0100
committerVincent Petry <pvince81@owncloud.com>2016-02-02 18:01:15 +0100
commitcca33942aa01542c7b9920c80c66e3becd3a0d9c (patch)
treeb1eea7483ea67a445815e579032dedfa23b2d3c5 /apps/comments/appinfo/info.xml
parent0e95b9f2d560f5fc177e672162e995341cfba025 (diff)
downloadnextcloud-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.xml16
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>