diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-12-20 19:59:44 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-12-20 19:59:44 +0000 |
commit | 15ec48062cdd55ae21d04983db210c9a0d2481c2 (patch) | |
tree | 8e118949fcd5f4b354a614162e5bbab2900d0307 /modules/update | |
parent | 424ab5b68efaf90c274310a3cb1019dbd49296b1 (diff) | |
download | brdo-15ec48062cdd55ae21d04983db210c9a0d2481c2.tar.gz brdo-15ec48062cdd55ae21d04983db210c9a0d2481c2.tar.bz2 |
#915174 by sdboyer, sun: Remove pointless files[] declarations on files that are not declaring classes.
Diffstat (limited to 'modules/update')
-rw-r--r-- | modules/update/tests/aaa_update_test.info | 1 | ||||
-rw-r--r-- | modules/update/tests/bbb_update_test.info | 1 | ||||
-rw-r--r-- | modules/update/tests/ccc_update_test.info | 1 | ||||
-rw-r--r-- | modules/update/tests/update_test.info | 1 | ||||
-rw-r--r-- | modules/update/update.info | 8 |
5 files changed, 0 insertions, 12 deletions
diff --git a/modules/update/tests/aaa_update_test.info b/modules/update/tests/aaa_update_test.info index 634d9840d..23d7f71f1 100644 --- a/modules/update/tests/aaa_update_test.info +++ b/modules/update/tests/aaa_update_test.info @@ -3,5 +3,4 @@ name = AAA Update test description = Support module for update module testing. package = Testing core = 7.x -files[] = aaa_update_test.module hidden = TRUE diff --git a/modules/update/tests/bbb_update_test.info b/modules/update/tests/bbb_update_test.info index d322dc375..0d77d1ee3 100644 --- a/modules/update/tests/bbb_update_test.info +++ b/modules/update/tests/bbb_update_test.info @@ -3,5 +3,4 @@ name = BBB Update test description = Support module for update module testing. package = Testing core = 7.x -files[] = bbb_update_test.module hidden = TRUE diff --git a/modules/update/tests/ccc_update_test.info b/modules/update/tests/ccc_update_test.info index a4eb3ea06..890f843b5 100644 --- a/modules/update/tests/ccc_update_test.info +++ b/modules/update/tests/ccc_update_test.info @@ -3,5 +3,4 @@ name = CCC Update test description = Support module for update module testing. package = Testing core = 7.x -files[] = ccc_update_test.module hidden = TRUE diff --git a/modules/update/tests/update_test.info b/modules/update/tests/update_test.info index 10445c297..cd02c4bb4 100644 --- a/modules/update/tests/update_test.info +++ b/modules/update/tests/update_test.info @@ -4,5 +4,4 @@ description = Support module for update module testing. package = Testing version = VERSION core = 7.x -files[] = update_test.module hidden = TRUE diff --git a/modules/update/update.info b/modules/update/update.info index 447d4864c..85944e527 100644 --- a/modules/update/update.info +++ b/modules/update/update.info @@ -4,13 +4,5 @@ description = Checks for available updates, and can securely install or update m version = VERSION package = Core core = 7.x -files[] = update.install -files[] = update.module -files[] = update.authorize.inc -files[] = update.compare.inc -files[] = update.fetch.inc -files[] = update.manager.inc -files[] = update.report.inc -files[] = update.settings.inc files[] = update.test configure = admin/reports/updates/settings |