[Checkins] SVN: z3c.securitytool/trunk/ Adding buildout.cfg and README.txt to subversion

Daniel Blackburn blackburnd at gmail.com
Sat Dec 22 13:07:28 EST 2007


Log message for revision 82397:
  Adding buildout.cfg and README.txt to subversion
  
  

Changed:
  A   z3c.securitytool/trunk/README.txt
  A   z3c.securitytool/trunk/buildout.cfg

-=-
Added: z3c.securitytool/trunk/README.txt
===================================================================
--- z3c.securitytool/trunk/README.txt	                        (rev 0)
+++ z3c.securitytool/trunk/README.txt	2007-12-22 18:07:27 UTC (rev 82397)
@@ -0,0 +1,3 @@
+The z3c.securitytool is a tool to view all the permissions for any
+view in any context. These permissions are gathered from the roles
+groups and of course directly provided permissions.

Added: z3c.securitytool/trunk/buildout.cfg
===================================================================
--- z3c.securitytool/trunk/buildout.cfg	                        (rev 0)
+++ z3c.securitytool/trunk/buildout.cfg	2007-12-22 18:07:27 UTC (rev 82397)
@@ -0,0 +1,11 @@
+[buildout]
+develop = .
+parts = test coverage
+
+[test]
+recipe = zc.recipe.testrunner
+eggs = z3c.securitytool [test]
+
+[coverage]
+recipe = zc.recipe.egg
+eggs = z3c.coverage



More information about the Checkins mailing list