server/apps/files_sharing/appinfo/info.xml
Vincent Petry c64e920b4d Adjust core apps to use "requiremin" instead of "require"
Also added a few missing authors.
2014-05-27 11:54:44 +02:00

18 lines
417 B
XML

<?xml version="1.0"?>
<info>
<id>files_sharing</id>
<name>Share Files</name>
<description>File sharing between users</description>
<licence>AGPL</licence>
<author>Michael Gapczynski, Bjoern Schiessle</author>
<requiremin>4.93</requiremin>
<shipped>true</shipped>
<default_enable/>
<types>
<filesystem/>
</types>
<public>
<files>public.php</files>
<webdav>publicwebdav.php</webdav>
</public>
</info>