From f485b150f542122a6fa387e1e7f18071a2b21447 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Wed, 22 Aug 2012 16:41:24 +0200
Subject: [PATCH] Use xbob.buildout

---
 buildout.cfg | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/buildout.cfg b/buildout.cfg
index efd3f48..9711fe7 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -19,19 +19,19 @@ eggs = bob==master
 ;If you would like to pin-down the recipes package version so you are not
 ;bothered with eventual updates, do it here. Note that, by pinning the version
 ;of the package, you will be also excluded from bug fixes.
-;bob.buildout.recipes = 0.1
+;xbob.buildout = 0.1
 
 [external]
-recipe = bob.buildout.recipes:external
+recipe = xbob.buildout:external
 egg-directories = /Users/andre/work/bob-master/build/lib
 
 [tests]
-recipe = bob.buildout.recipes:nose
+recipe = xbob.buildout:nose
 eggs = ${buildout:eggs}
 script = tests.py
 
 [sphinx]
-recipe = bob.buildout.recipes:sphinx
+recipe = xbob.buildout:sphinx
 eggs = ${buildout:eggs}
 source = ${buildout:directory}/docs
 build = ${buildout:directory}/sphinx
-- 
GitLab