Use easyshop from svn-trunk instead of from cheeseshop
[zope-bootstrap.git] / buildout.cfg
index 1fec337..2ece77b 100644 (file)
@@ -6,7 +6,9 @@ parts =
     zopepy
 
 # Change the number here to change the version of Plone being used
-extends = http://dist.plone.org/release/3.3.1/versions.cfg
+extends = 
+    http://dist.plone.org/release/3.3.1/versions.cfg 
+    easyshop.cfg
 versions = versions
 
 # Add additional egg download sources here. dist.plone.org contains archives
@@ -17,14 +19,12 @@ find-links =
 
 # Add additional eggs here
 eggs =
-    easyshop.core
+    ${easyshop:eggs}
 
 # Reference any eggs you are developing here, one per line
 # e.g.: develop = src/my.package
 develop =
-
-
-
+    ${easyshop:develop}
 
 [zope2]
 # For more information on this step and configuration options see:
@@ -45,7 +45,8 @@ url = ${versions:zope2-url}
 # For more information on this step and configuration options see:
 # http://pypi.python.org/pypi/plone.recipe.distros
 recipe = plone.recipe.distros
-urls =
+urls = 
+    ${easyshop:urls}
 nested-packages =
 version-suffix-packages =
 
@@ -55,7 +56,7 @@ version-suffix-packages =
 recipe = plone.recipe.zope2instance
 zope2-location = ${zope2:location}
 user = admin:admin
-http-address = 8070
+http-address = 8080
 #debug-mode = on
 #verbose-security = on
 
@@ -70,11 +71,12 @@ eggs =
 # If you want to register ZCML slugs for any packages, list them here.
 # e.g. zcml = my.package my.other.package
 zcml =
-    easyshop.core
+    ${easyshop:zcml}
 
 products =
     ${buildout:directory}/products
     ${productdistros:location}
+    ${easyshop:products}
 
 [zopepy]
 # For more information on this step and configuration options see: