summaryrefslogtreecommitdiffstats
path: root/plugins/ldap
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2010-07-28 22:45:24 +0200
committerRobin Appelman <icewind1991@gmail.com>2010-07-28 22:45:24 +0200
commit2a782097284950e85876e74c2eecd868e6795335 (patch)
tree6d483ae16fe505fe00a7fab93dd0f6b5dd1d2948 /plugins/ldap
parent98e49c7552815f41c7e13ca282eb053b544a9fed (diff)
downloadnextcloud-server-2a782097284950e85876e74c2eecd868e6795335.tar.gz
nextcloud-server-2a782097284950e85876e74c2eecd868e6795335.zip
comply with updated version of the plugin.xml syntax
Diffstat (limited to 'plugins/ldap')
-rw-r--r--plugins/ldap/plugin.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/plugins/ldap/plugin.xml b/plugins/ldap/plugin.xml
index c58ac4dd3d0..2127d13e08d 100644
--- a/plugins/ldap/plugin.xml
+++ b/plugins/ldap/plugin.xml
@@ -1,11 +1,14 @@
<?xml version="1.0"?>
-<plugin>
- <meta>
+<plugin version='1.0'>
+ <info>
<id>ldap</id>
<name>LDAP support for ownCloud</name>
<version>0.1</version>
<licence>AGPL</licence>
<author>fabian</author>
- </meta>
- <include>lib_ldap.php</include>
+ <require>1.1</require>
+ </info>
+ <runtime>
+ <include>lib_ldap.php</include>
+ </runtime>
</plugin> \ No newline at end of file