[Checkins] SVN: grokproject/trunk/ Make sure bin/paster gets added so we can also test only our

Maurits van Rees m.van.rees at zestsoftware.nl
Thu May 1 16:55:16 EDT 2008


Log message for revision 86032:
  Make sure bin/paster gets added so we can also test only our
  paster template instead of the command.
  

Changed:
  U   grokproject/trunk/CHANGES.txt
  U   grokproject/trunk/buildout.cfg

-=-
Modified: grokproject/trunk/CHANGES.txt
===================================================================
--- grokproject/trunk/CHANGES.txt	2008-05-01 20:22:24 UTC (rev 86031)
+++ grokproject/trunk/CHANGES.txt	2008-05-01 20:55:15 UTC (rev 86032)
@@ -4,12 +4,16 @@
 0.8 (unreleased)
 ------------------
 
+* Make sure bin/paster gets added so we can also test only our
+  paster template instead of the command.
+
 * Fix https://bugs.launchpad.net/grok/+bug/223247: grokproject
   generates faulty ftesting.zcml. Replaced
   zope.app.securitypolicy.zopepolicy.ZopeSecurityPolicy with
   zope.securitypolicy.zopepolicy.ZopeSecurityPolicy in ftesting.zcml
   template (Depends on a Grok release > 0.11.1).
 
+
 0.7 (2008-04-22)
 ------------------
 

Modified: grokproject/trunk/buildout.cfg
===================================================================
--- grokproject/trunk/buildout.cfg	2008-05-01 20:22:24 UTC (rev 86031)
+++ grokproject/trunk/buildout.cfg	2008-05-01 20:55:15 UTC (rev 86032)
@@ -1,7 +1,11 @@
 [buildout]
 develop = .
-parts = grokproject
+parts = grokproject paster
 
 [grokproject]
 recipe = zc.recipe.egg
 eggs = grokproject
+
+[paster]
+recipe = zc.recipe.egg
+eggs = PasteScript



More information about the Checkins mailing list