diff options
author | Heshan Wanigasooriya <heshanmw@gmail.com> | 2010-12-05 15:48:43 +0000 |
---|---|---|
committer | Heshan Wanigasooriya <heshanmw@gmail.com> | 2010-12-05 15:48:43 +0000 |
commit | 0221159f8c62813bcb68ae33a23e3bb1f7c19e17 (patch) | |
tree | 5ee2c28285d9c37588ec147402dd6e00290888c9 /plugins | |
parent | b6e86040dd3faa3a70ec16e77220d852bdb09a04 (diff) | |
download | video-0221159f8c62813bcb68ae33a23e3bb1f7c19e17.tar.gz video-0221159f8c62813bcb68ae33a23e3bb1f7c19e17.tar.bz2 |
Updating files to compatible with D7
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/video_s3/video_s3.info | 5 | ||||
-rw-r--r-- | plugins/video_zencoder/video_zencoder.info | 7 |
2 files changed, 5 insertions, 7 deletions
diff --git a/plugins/video_s3/video_s3.info b/plugins/video_s3/video_s3.info index 57898fc..6bcbcfa 100644 --- a/plugins/video_s3/video_s3.info +++ b/plugins/video_s3/video_s3.info @@ -2,7 +2,6 @@ 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" +package = Video +core = 7.x dependencies[] = video -core = 6.x -version = 6.x-4.x-dev
\ No newline at end of file diff --git a/plugins/video_zencoder/video_zencoder.info b/plugins/video_zencoder/video_zencoder.info index 02b4ae6..e44d5ae 100644 --- a/plugins/video_zencoder/video_zencoder.info +++ b/plugins/video_zencoder/video_zencoder.info @@ -2,8 +2,7 @@ name = Zencoder API on Video description = Zencoder is a webservice to transcode videos. -package = "Video" +package = Video +core = 7.x dependencies[] = video -dependencies[] = video_s3 -core = 6.x -version = 6.x-4.x-dev
\ No newline at end of file +dependencies[] = video_s3
\ No newline at end of file |