aboutsummaryrefslogtreecommitdiff
path: root/mod/oauth_lib/manifest.xml
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-15 03:46:37 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-15 03:46:37 +0000
commit6c8c03142db734678d460ee085a73df1d05a88a1 (patch)
tree2ae02d3f7f68fbc7c16aed798dcae16047531767 /mod/oauth_lib/manifest.xml
parent74d029022863a78500ec76bdf000b781b5838544 (diff)
downloadelgg-6c8c03142db734678d460ee085a73df1d05a88a1.tar.gz
elgg-6c8c03142db734678d460ee085a73df1d05a88a1.tar.bz2
Refs #3115. Moved oauth_lib to oauth_api.
git-svn-id: http://code.elgg.org/elgg/trunk@8715 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/oauth_lib/manifest.xml')
-rw-r--r--mod/oauth_lib/manifest.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/mod/oauth_lib/manifest.xml b/mod/oauth_lib/manifest.xml
deleted file mode 100644
index 4f0ae5dc0..000000000
--- a/mod/oauth_lib/manifest.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
- <name>OAuth Libraries</name>
- <author>Core developers</author>
- <version>1.8</version>
- <category>bundled</category>
- <description>OAuth libraries</description>
- <website>http://www.elgg.org/</website>
- <copyright>See COPYRIGHT.txt</copyright>
- <license>GNU Public License version 2</license>
- <requires>
- <type>elgg_version</type>
- <version>2010040201</version>
- </requires>
-</plugin_manifest>