Repository: buildr Updated Branches: refs/heads/master d6c9fa937 -> 13a57a857
BUILDR-722: Remove links and image of the buildr book from the website Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/13a57a85 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/13a57a85 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/13a57a85 Branch: refs/heads/master Commit: 13a57a857c81117760f075782206b3abaa3e866a Parents: d6c9fa9 Author: Antoine Toulme <[email protected]> Authored: Fri Sep 9 00:09:53 2016 -0700 Committer: Antoine Toulme <[email protected]> Committed: Fri Sep 9 00:09:53 2016 -0700 ---------------------------------------------------------------------- CHANGELOG | 1 + doc/_layouts/default.html | 5 ----- doc/images/1442160941-frontcover.jpg | Bin 4759 -> 0 bytes 3 files changed, 1 insertion(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/13a57a85/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 57b879c..fc1e2a6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -27,6 +27,7 @@ * Change: Remove ScalaCheck::REQUIRES, deprecated. * Change: Change Eclipse Scala project natures from ch.epfl.lamp.sdt.core.scalanature to org.scala-ide.sdt.core.scalanature * Change: Fix the custom Google search widget on the website. +* Change: BUILDR-722 Remove links and image of the buildr book from the website. * Added: Travis badge to README.rdoc * Added: Added Rubygems badges to README.rdoc * Added: BUILDR-577 Allow remote repo to be added with http basic auth support. Submitted by Michael Guymon. http://git-wip-us.apache.org/repos/asf/buildr/blob/13a57a85/doc/_layouts/default.html ---------------------------------------------------------------------- diff --git a/doc/_layouts/default.html b/doc/_layouts/default.html index 32824b3..f6e4201 100644 --- a/doc/_layouts/default.html +++ b/doc/_layouts/default.html @@ -69,11 +69,6 @@ <img alt='Google Custom Search' src='http://www.google.com/coop/images/google_custom_search_smnar.gif'> </form> </li> - <li>The Buildr Book - <p><a href='http://www.amazon.com/Buildr/dp/1442160942/'><img src='images/1442160941-frontcover.jpg' style='width:120px'></a></p> - <p>Based on the Buildr documentation, available from <a href='http://www.amazon.com/Buildr/dp/1442160942/'>Amazon</a> and - <a href='http://www.createspace.com/3382199'>CreateSpace</a></p> - </li> </ol> </div> <div id='content'> http://git-wip-us.apache.org/repos/asf/buildr/blob/13a57a85/doc/images/1442160941-frontcover.jpg ---------------------------------------------------------------------- diff --git a/doc/images/1442160941-frontcover.jpg b/doc/images/1442160941-frontcover.jpg deleted file mode 100644 index 569adf1..0000000 Binary files a/doc/images/1442160941-frontcover.jpg and /dev/null differ
