diff options
author | Mohamed Mujahid <muja_dd@494418.no-reply.drupal.org> | 2010-07-07 16:34:03 +0000 |
---|---|---|
committer | Mohamed Mujahid <muja_dd@494418.no-reply.drupal.org> | 2010-07-07 16:34:03 +0000 |
commit | 8a0b610390a2e02ad0eec0f654e8522a4c08223d (patch) | |
tree | 2a5b3ff9bbbec2948fa14317d0fd6b653d90c27f | |
parent | f5f35a18125846d6e6ddcf4951e1838bf23a883d (diff) | |
download | video-8a0b610390a2e02ad0eec0f654e8522a4c08223d.tar.gz video-8a0b610390a2e02ad0eec0f654e8522a4c08223d.tar.bz2 |
changing info file to support Drupal 7
-rw-r--r-- | video.info | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -5,9 +5,10 @@ description = Allows Creation of CCK Video Fields. package = "Video" dependencies[] = content dependencies[] = filefield -core = 6.x -<<<<<<< video.info -version = 6.x-4.x-dev -======= -version = 6.x-4.x-dev ->>>>>>> 1.3.4.1.4.1.2.2 +core = 7.x +files[]=video.module +files[]=video.install +files[]=video.admin.inc +files[]=video.theme.inc +files[]=video_formatter.inc + |