diff options
author | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-07 15:55:44 +0000 |
---|---|---|
committer | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-07 15:55:44 +0000 |
commit | 53f56ed753a65b2134e9ef90b57cc384e5b14b51 (patch) | |
tree | 2f4a4fcfda5f5d2d1899f47357e3e1e95d78340f /mod/notifications | |
parent | 262cda1aa2314929a148ee4324ef7b1a92601181 (diff) | |
download | elgg-53f56ed753a65b2134e9ef90b57cc384e5b14b51.tar.gz elgg-53f56ed753a65b2134e9ef90b57cc384e5b14b51.tar.bz2 |
manifest file added to notifications
git-svn-id: https://code.elgg.org/elgg/trunk@2675 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/notifications')
-rw-r--r-- | mod/notifications/manifest.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mod/notifications/manifest.xml b/mod/notifications/manifest.xml new file mode 100644 index 000000000..4a83a6088 --- /dev/null +++ b/mod/notifications/manifest.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<plugin_manifest>
+ <field key="author" value="Curverider" />
+ <field key="version" value="1.0" />
+ <field key="description" value="Elgg notifications plugin" />
+ <field key="website" value="http://www.elgg.org/" />
+ <field key="copyright" value="(C) Curverider 2008" />
+</plugin_manifest>
|