Created
August 31, 2011 21:54
-
-
Save adamdicarlo/1184834 to your computer and use it in GitHub Desktop.
Drush makefile for D7 view using proximity filter - troubleshooting
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
; Relevant entries from makefile | |
; Geocode | |
projects[geocode][subdir] = "contrib" | |
projects[geocode][type] = "module" | |
projects[geocode][download][type] = "git" | |
projects[geocode][download][url] = "https://github.com/treehouseagency/geocode.git" | |
projects[geocode][download][revision] = "4f0b58b708f4b0a5ab4a" | |
; Geofield | |
projects[geofield][subdir] = "contrib" | |
projects[geofield][type] = "module" | |
projects[geofield][download][type] = "git" | |
projects[geofield][download][revision] = "e3bb41d35bfdc3f3b8b2a7887c10c88d8deca8b5" | |
; geoPHP library needed by geocode module | |
libraries[geoPHP][download][type] = "git" | |
libraries[geoPHP][download][url] = "https://github.com/phayes/geoPHP.git" | |
libraries[geoPHP][download][tag] = "0.4" | |
libraries[geoPHP][destination] = "libraries" | |
libraries[geoPHP][directory_name] = "geoPHP" | |
; OpenLayers | |
projects[openlayers][subdir] = "contrib" | |
projects[openlayers][type] = "module" | |
projects[openlayers][download][type] = "git" | |
projects[openlayers][download][revision] = "79f88aaf0bacab11567b987802ed8281220df3e0" | |
; OpenLayers Proximity | |
projects[openlayers_proximity][subdir] = "contrib" | |
projects[openlayers_proximity][type] = "module" | |
projects[openlayers_proximity][download][type] = "git" | |
projects[openlayers_proximity][download][url] = "http://github.com/jpstrikesback/proximity.git" | |
projects[openlayers_proximity][download][revision] = "9a0698830688de01c219" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment