mirror of
https://github.com/nextcloud/server.git
synced 2026-02-16 01:09:17 -05:00
12 lines
250 B
XML
12 lines
250 B
XML
<?xml version="1.0"?>
|
|
<plugin>
|
|
<meta>
|
|
<id>test</id>
|
|
<name>Test plugin</name>
|
|
<version>0.1</version>
|
|
<licence>AGPL</licence>
|
|
<author>2010 Frank Karlitschek karlitschek@kde.org</author>
|
|
</meta>
|
|
<include>lib_test.php</include>
|
|
</plugin>
|
|
|