aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohamed Mujahid <muja_dd@494418.no-reply.drupal.org>2010-07-08 08:21:07 +0000
committerMohamed Mujahid <muja_dd@494418.no-reply.drupal.org>2010-07-08 08:21:07 +0000
commite8f0a0d58a73a0d3e5877d9cd433e5c191fd93d2 (patch)
treeb43e3a17aff44c48b37ee741ffd22728ef7ce515
parent8a0b610390a2e02ad0eec0f654e8522a4c08223d (diff)
downloadvideo-e8f0a0d58a73a0d3e5877d9cd433e5c191fd93d2.tar.gz
video-e8f0a0d58a73a0d3e5877d9cd433e5c191fd93d2.tar.bz2
changing info file to support Drupal 7
-rw-r--r--cdn/video_s3/video_s3.info6
-rw-r--r--plugins/video_zencoder/video_zencoder.info5
-rw-r--r--types/uploadfield/uploadfield.info11
-rw-r--r--types/videoftp/videoftp.info7
4 files changed, 23 insertions, 6 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
diff --git a/plugins/video_zencoder/video_zencoder.info b/plugins/video_zencoder/video_zencoder.info
index 7d3bd68..0d4c214 100644
--- a/plugins/video_zencoder/video_zencoder.info
+++ b/plugins/video_zencoder/video_zencoder.info
@@ -4,4 +4,7 @@ description = Zencoder is a webservice to transcode videos.
package = "Video"
dependencies[] = video
dependencies[] = video_s3
-core = 6.x \ No newline at end of file
+core = 7.x
+files[]=video_zencoder.modules
+files[]=video_zencoder.install
+files[]=video_zencoder.admin.inc \ No newline at end of file
diff --git a/types/uploadfield/uploadfield.info b/types/uploadfield/uploadfield.info
index 09691ad..a609098 100644
--- a/types/uploadfield/uploadfield.info
+++ b/types/uploadfield/uploadfield.info
@@ -1,7 +1,16 @@
; $Id$
name = Video Upload
description = handle video upload for video module using filefield and CCK.
-core = 6.x
+core = 7.x
+files[]= uploadfield.module
+files[]= uploadfield.install
+files[]= uploadfield.theme.inc
+files[]= uploadfield_convert.inc
+files[]= uploadfield_file.inc
+files[]= uploadfield_formatter.inc
+files[]= uploadfield_thumb.inc
+files[]= uploadfield_transcode.inc
+files[]= uploadfield_widget.inc
dependencies[] = content
dependencies[] = filefield
dependencies[] = video
diff --git a/types/videoftp/videoftp.info b/types/videoftp/videoftp.info
index 73b9318..5832bc6 100644
--- a/types/videoftp/videoftp.info
+++ b/types/videoftp/videoftp.info
@@ -1,8 +1,11 @@
; $Id$
name = Video FTP
description = Allows you to attach videos uploaded through FTP to nodes.
-core = 6.x
-version = 6.x-4.x-dev
+core = 7.x
+files[]=videoftp.module
+files[]=videoftp.install
+files[]=videoftp.theme.inc
+files[]=videoftp_widget.inc
dependencies[] = content
dependencies[] = filefield
dependencies[] = video