diff options
author | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-06-11 16:14:24 -0400 |
---|---|---|
committer | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-06-11 16:14:24 -0400 |
commit | 8603b0973f994be5fb3e585817c220b22e6d2c24 (patch) | |
tree | 26eb5b9e48208f4cd53ec211be5d1f15740447ec /apps/files_sharing/appinfo/info.xml | |
parent | 016a892a78472cc954f1e26feba0facfe4c893d5 (diff) | |
download | nextcloud-server-8603b0973f994be5fb3e585817c220b22e6d2c24.tar.gz nextcloud-server-8603b0973f994be5fb3e585817c220b22e6d2c24.zip |
Initial setup of sharing app
Diffstat (limited to 'apps/files_sharing/appinfo/info.xml')
-rw-r--r-- | apps/files_sharing/appinfo/info.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml new file mode 100644 index 00000000000..2fbb3300f69 --- /dev/null +++ b/apps/files_sharing/appinfo/info.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<info> + <id>files_sharing</id> + <name>Share Files</name> + <description>File sharing between users</description> + <version>0.1</version> + <licence>AGPL</licence> + <author>Michael Gapczynski</author> + <require>2</require> +</info>
\ No newline at end of file |