diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-05-08 19:19:49 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-05-08 19:19:49 -0300 |
commit | 58965c249b3d94b682c6cf7afa60c1e5900cfa36 (patch) | |
tree | 4efacae231f7a6156cc098416188d2d574623dd6 /files | |
parent | 490ac9e0267a2d1674260b696c86aa8f32b99fc4 (diff) | |
download | puppet-drupal-58965c249b3d94b682c6cf7afa60c1e5900cfa36.tar.gz puppet-drupal-58965c249b3d94b682c6cf7afa60c1e5900cfa36.tar.bz2 |
Adding jstimer module
Diffstat (limited to 'files')
-rw-r--r-- | files/drupal6.make | 1 | ||||
-rw-r--r-- | files/drupal7.make | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/files/drupal6.make b/files/drupal6.make index 93504ab..1181421 100644 --- a/files/drupal6.make +++ b/files/drupal6.make @@ -153,6 +153,7 @@ projects[] = webform_report projects[] = autoload projects[] = makemeeting projects[] = shurly +projects[] = jstimer ; i18n projects[] = i18n diff --git a/files/drupal7.make b/files/drupal7.make index c0a5cdf..cbda8e6 100644 --- a/files/drupal7.make +++ b/files/drupal7.make @@ -102,3 +102,4 @@ projects[] = webform projects[] = shurly projects[] = views_slideshow projects[] = libraries +projects[] = jstimer |