diff options
author | Frank Karlitschek <karlitschek@kde.org> | 2012-04-29 21:17:22 +0200 |
---|---|---|
committer | Frank Karlitschek <karlitschek@kde.org> | 2012-04-29 21:17:22 +0200 |
commit | 0d0129221bc2dc4d0ab42fee1987c7434ea77c1c (patch) | |
tree | e14d86213f7b8362b040b6b68ac31af24cab38f8 /apps/files/appinfo/info.xml | |
parent | b5db852438b3f376921e1393c2d07696da69b69b (diff) | |
download | nextcloud-server-0d0129221bc2dc4d0ab42fee1987c7434ea77c1c.tar.gz nextcloud-server-0d0129221bc2dc4d0ab42fee1987c7434ea77c1c.zip |
add a info.xml to files
Diffstat (limited to 'apps/files/appinfo/info.xml')
-rw-r--r-- | apps/files/appinfo/info.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/files/appinfo/info.xml b/apps/files/appinfo/info.xml new file mode 100644 index 00000000000..2abf54e7da6 --- /dev/null +++ b/apps/files/appinfo/info.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<info> + <id>files</id> + <name>Files</name> + <description>File Management</description> + <licence>AGPL</licence> + <author>Robin Appelman</author> + <require>2</require> + <default_enable/> +</info> |