aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-10-26 14:26:20 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-10-26 14:26:20 -0200
commit7ed8a5ecb7ec02d78449fcb10cd4698da4baed13 (patch)
tree22098c04801f799c5ece4c8846d1e9f8c212bbc3
parent5a601159579aadbbdba607ef61030debe8f65c6c (diff)
downloadpuppet-drupal-7ed8a5ecb7ec02d78449fcb10cd4698da4baed13.tar.gz
puppet-drupal-7ed8a5ecb7ec02d78449fcb10cd4698da4baed13.tar.bz2
Adding ckeditor
-rw-r--r--files/drupal6.make5
-rw-r--r--files/drupal7.make5
2 files changed, 10 insertions, 0 deletions
diff --git a/files/drupal6.make b/files/drupal6.make
index 0b8ed42..9bfc6d1 100644
--- a/files/drupal6.make
+++ b/files/drupal6.make
@@ -167,3 +167,8 @@ libraries[openlayers][download][md5] = "4fdb8d5bf731168a65add0fabe9234dd"
libraries[jquery.ui][download][type] = "file"
libraries[jquery.ui][download][url] = "https://jquery-ui.googlecode.com/files/jquery.ui-1.6.zip"
libraries[jquery.ui][download][sha1] = "3057df12b8b43ba62aa64ab4600ba3e17883fe77"
+
+; ckeditor
+libraries[ckeditor][download][type] = "file"
+libraries[ckeditor][download][url] = "http://download.cksource.com/CKEditor/CKEditor/CKEditor%203.6.2/ckeditor_3.6.2.tar.gz"
+libraries[ckeditor][download][md5] = "1c490b050c428e79a1f65ba5459e7ec9"
diff --git a/files/drupal7.make b/files/drupal7.make
index c30a6cf..fdb7a1b 100644
--- a/files/drupal7.make
+++ b/files/drupal7.make
@@ -59,3 +59,8 @@ libraries[jquery.ui][download][sha1] = "3057df12b8b43ba62aa64ab4600ba3e17883fe77
; etc
projects[] = logintoboggan
projects[] = wysiwyg
+
+; ckeditor
+libraries[ckeditor][download][type] = "file"
+libraries[ckeditor][download][url] = "http://download.cksource.com/CKEditor/CKEditor/CKEditor%203.6.2/ckeditor_3.6.2.tar.gz"
+libraries[ckeditor][download][md5] = "1c490b050c428e79a1f65ba5459e7ec9"