summaryrefslogtreecommitdiffstats
path: root/apps/dav/appinfo/info.xml
blob: 955b381ce2b78a0af3af65deb62b3038806e048b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<info>
	<id>dav</id>
	<name>WebDAV</name>
	<description>ownCloud WebDAV endppint</description>
	<licence>AGPL</licence>
	<author>owncloud.org</author>
	<requiremin>8.2</requiremin>
	<shipped>true</shipped>
	<standalone/>
	<default_enable/>
	<types>
		<filesystem/>
	</types>
	<remote>
		<files>appinfo/v1/webdav.php</files>
		<webdav>appinfo/v1/webdav.php</webdav>
	</remote>
	<public>
		<webdav>appinfo/v1/publicwebdav.php</webdav>
	</public>
</info>