From 5d01b3d649ea70c81d8630f0ab0058fb90af2aa2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Mon, 7 Jun 2010 15:51:49 +0000
Subject: [PATCH]  - remove published local eggs  - update eggs to *not*
 develop eggs, which are available

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36044 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/local-eggs/EXTERNALS.TXT             | 4 ----
 buildout/profiles/common.cfg                  | 5 -----
 buildout/software-profiles/openoffice-bin.cfg | 1 -
 3 files changed, 10 deletions(-)

diff --git a/buildout/local-eggs/EXTERNALS.TXT b/buildout/local-eggs/EXTERNALS.TXT
index 3aab4dffc4..0109338acb 100644
--- a/buildout/local-eggs/EXTERNALS.TXT
+++ b/buildout/local-eggs/EXTERNALS.TXT
@@ -2,9 +2,5 @@
 
 z3c.recipe.openoffice   http://svn.zope.org/repos/main/z3c.recipe.openoffice/branches/erp5-downloadcache
 erp5.timmy https://svn.erp5.org/repos/public/erp5/trunk/utils/erp5.timmy
-erp5.recipe.kvm https://svn.erp5.org/repos/public/erp5/trunk/utils/erp5.recipe.kvm
-erp5.recipe.testing https://svn.erp5.org/repos/public/erp5/trunk/utils/erp5.recipe.testing
-erp5.recipe.openoffice https://svn.erp5.org/repos/public/erp5/trunk/utils/erp5.recipe.openoffice
-erp5.recipe.standaloneinstance https://svn.erp5.org/repos/public/erp5/trunk/utils/erp5.recipe.standaloneinstance
 Acquisition svn://svn.zope.org/repos/main/Acquisition/branches/erp5-aq_dynamic
 Products.DCWorkflow svn://svn.zope.org/repos/main/Sandbox/lra/branches/restore-WorkflowMethod-Products.DCWorkflow
diff --git a/buildout/profiles/common.cfg b/buildout/profiles/common.cfg
index 807f8a98ca..5bbee154b0 100644
--- a/buildout/profiles/common.cfg
+++ b/buildout/profiles/common.cfg
@@ -1,9 +1,4 @@
 [buildout]
-develop +=
-  local-eggs/erp5.recipe.standaloneinstance
-  local-eggs/erp5.recipe.kvm
-  local-eggs/erp5.recipe.testing
-
 find-links =
     http://download.zope.org/distribution/
     http://download.hforge.org/itools/0.20/
diff --git a/buildout/software-profiles/openoffice-bin.cfg b/buildout/software-profiles/openoffice-bin.cfg
index 5bb25b6a6c..e3d5129f46 100644
--- a/buildout/software-profiles/openoffice-bin.cfg
+++ b/buildout/software-profiles/openoffice-bin.cfg
@@ -2,7 +2,6 @@
 parts =
   openoffice-bin
 develop +=
-  local-eggs/erp5.recipe.openoffice
   local-eggs/z3c.recipe.openoffice
 
 [openoffice-bin]
-- 
2.30.9