From 98e49c7552815f41c7e13ca282eb053b544a9fed Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Wed, 28 Jul 2010 18:12:00 +0200 Subject: use new plugin system for loading plugins --- plugins/blacklist.txt | 1 + plugins/ldap/plugin.xml | 11 +++++++++++ plugins/music/plugin.xml | 11 +++++++++++ plugins/test/plugin.xml | 12 ++++++++++++ 4 files changed, 35 insertions(+) create mode 100644 plugins/blacklist.txt create mode 100644 plugins/ldap/plugin.xml create mode 100644 plugins/music/plugin.xml create mode 100644 plugins/test/plugin.xml (limited to 'plugins') diff --git a/plugins/blacklist.txt b/plugins/blacklist.txt new file mode 100644 index 00000000000..9daeafb9864 --- /dev/null +++ b/plugins/blacklist.txt @@ -0,0 +1 @@ +test diff --git a/plugins/ldap/plugin.xml b/plugins/ldap/plugin.xml new file mode 100644 index 00000000000..c58ac4dd3d0 --- /dev/null +++ b/plugins/ldap/plugin.xml @@ -0,0 +1,11 @@ + + + + ldap + LDAP support for ownCloud + 0.1 + AGPL + fabian + + lib_ldap.php + \ No newline at end of file diff --git a/plugins/music/plugin.xml b/plugins/music/plugin.xml new file mode 100644 index 00000000000..5377e439ae7 --- /dev/null +++ b/plugins/music/plugin.xml @@ -0,0 +1,11 @@ + + + + music + Music player for ownCloud + 0.1 + AGPL + 2010 Frank Karlitschek karlitschek@kde.org + + lib_music.php + diff --git a/plugins/test/plugin.xml b/plugins/test/plugin.xml new file mode 100644 index 00000000000..5f510f2c38f --- /dev/null +++ b/plugins/test/plugin.xml @@ -0,0 +1,12 @@ + + + + test + Test plugin + 0.1 + AGPL + 2010 Frank Karlitschek karlitschek@kde.org + + lib_test.php + + -- cgit v1.2.3