Created
April 13, 2011 10:42
-
-
Save boombatower/917338 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git geshifilter.make geshifilter.make | |
| new file mode 100644 | |
| index 0000000..8c05056 | |
| --- /dev/null | |
| +++ geshifilter.make | |
| @@ -0,0 +1,15 @@ | |
| +; Drush Make (http://drupal.org/project/drush_make) | |
| +api = 2 | |
| + | |
| +; Drupal core | |
| + | |
| +core = 7.x | |
| +projects[drupal] = 7 | |
| + | |
| +; Dependencies | |
| + | |
| +projects[geshi][type] = library | |
| +projects[geshi][download][type] = svn | |
| +projects[geshi][download][url] = https://geshi.svn.sourceforge.net/svnroot/geshi/tags/RELEASE_1_0_8_10/geshi-1.0.X/src/ | |
| + | |
| +projects[libraries] = 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment