]> source.dussan.org Git - nextcloud-server.git/commitdiff
add a info.xml to files
authorFrank Karlitschek <karlitschek@kde.org>
Sun, 29 Apr 2012 19:17:22 +0000 (21:17 +0200)
committerFrank Karlitschek <karlitschek@kde.org>
Sun, 29 Apr 2012 19:17:22 +0000 (21:17 +0200)
apps/files/appinfo/info.xml [new file with mode: 0644]

diff --git a/apps/files/appinfo/info.xml b/apps/files/appinfo/info.xml
new file mode 100644 (file)
index 0000000..2abf54e
--- /dev/null
@@ -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>