From: Silvio Rhatto Date: Wed, 28 Sep 2011 03:17:47 +0000 (-0300) Subject: Adding more stuff into makefiles X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fa6074eef1908e5f835370444e1950fe43eae3e6;p=puppet-drupal.git Adding more stuff into makefiles --- diff --git a/files/drupal6.make b/files/drupal6.make index 21126dc..98bf9e0 100644 --- a/files/drupal6.make +++ b/files/drupal6.make @@ -156,3 +156,6 @@ projects[] = framework libraries[tinymce][download][type] = "file" libraries[tinymce][download][url] = "http://cloud.github.com/downloads/tinymce/tinymce/tinymce_3_3_9_3.zip" libraries[tinymce][download][md5] = "807f12270e605a826f6b9eeece6c724f" +libraries[openlayers][download][type] = "file" +libraries[openlayers][download][url] = "http://openlayers.org/download/OpenLayers-2.10.tar.gz" +libraries[openlayers][download][md5] = "4fdb8d5bf731168a65add0fabe9234dd" diff --git a/files/drupal7.make b/files/drupal7.make index e73b269..eb708be 100644 --- a/files/drupal7.make +++ b/files/drupal7.make @@ -39,3 +39,11 @@ projects[] = panels ; themes projects[] = framework projects[] = zen +projects[] = adaptivetheme +projects[] = pixture_reloaded + +; libraries +libraries[openlayers][download][type] = "file" +libraries[openlayers][download][url] = "http://openlayers.org/download/OpenLayers-2.10.tar.gz" +libraries[openlayers][download][md5] = "4fdb8d5bf731168a65add0fabe9234dd" +