diff options
author | Mohamed Mujahid <muja_dd@494418.no-reply.drupal.org> | 2010-07-08 08:21:07 +0000 |
---|---|---|
committer | Mohamed Mujahid <muja_dd@494418.no-reply.drupal.org> | 2010-07-08 08:21:07 +0000 |
commit | e8f0a0d58a73a0d3e5877d9cd433e5c191fd93d2 (patch) | |
tree | b43e3a17aff44c48b37ee741ffd22728ef7ce515 /cdn | |
parent | 8a0b610390a2e02ad0eec0f654e8522a4c08223d (diff) | |
download | video-e8f0a0d58a73a0d3e5877d9cd433e5c191fd93d2.tar.gz video-e8f0a0d58a73a0d3e5877d9cd433e5c191fd93d2.tar.bz2 |
changing info file to support Drupal 7
Diffstat (limited to 'cdn')
-rw-r--r-- | cdn/video_s3/video_s3.info | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cdn/video_s3/video_s3.info b/cdn/video_s3/video_s3.info index 57898fc..949460b 100644 --- a/cdn/video_s3/video_s3.info +++ b/cdn/video_s3/video_s3.info @@ -4,5 +4,7 @@ name = Amazon S3 on Video description = Leverages the Video module and Amazon Simple Storage Service (Amazon S3) to serve and store your video's saving bandwidth. package = "Video" dependencies[] = video -core = 6.x -version = 6.x-4.x-dev
\ No newline at end of file +core = 7.x +files[]=video_s3.module +files[]=video_s3.install +files[]=video_s3.admin.inc
\ No newline at end of file |