[Checkins] SVN: zopyx.smartprintng.server/branches/calibre-integration/buildout.cfg fixes

Andreas Jung andreas at andreas-jung.com
Thu Sep 10 03:51:31 EDT 2009


Log message for revision 103698:
  fixes
  

Changed:
  U   zopyx.smartprintng.server/branches/calibre-integration/buildout.cfg

-=-
Modified: zopyx.smartprintng.server/branches/calibre-integration/buildout.cfg
===================================================================
--- zopyx.smartprintng.server/branches/calibre-integration/buildout.cfg	2009-09-10 07:47:10 UTC (rev 103697)
+++ zopyx.smartprintng.server/branches/calibre-integration/buildout.cfg	2009-09-10 07:51:31 UTC (rev 103698)
@@ -1,7 +1,10 @@
 [buildout]
 parts = instance
-        xmlrpc
-eggs = zopyx.smartprintng.server
+
+find-links = http://dist.repoze.org/bfgsite/simple
+              
+eggs = repoze.bfg.xmlrpc
+       zopyx.smartprintng.server
      
        
 [instance]
@@ -10,11 +13,3 @@
              http://pypi.python.org/simple
 eggs = repoze.bfg 
        ${buildout:eggs}
-       ${xmlrpc:eggs}
-
-[xmlrpc]
-recipe = repoze.recipe.egg:scripts
-index = http://dist.repoze.org/bfgsite/simple
-eggs = repoze.bfg.xmlrpc
-
-



More information about the checkins mailing list