[Checkins] SVN: Sandbox/cklinger/example/trunk/ added zc.table to buildout

Christian Klinger cklinger at novareto.de
Thu Feb 5 10:44:13 EST 2009


Log message for revision 96137:
  added zc.table to buildout

Changed:
  U   Sandbox/cklinger/example/trunk/etc/debug.ini
  U   Sandbox/cklinger/example/trunk/setup.py

-=-
Modified: Sandbox/cklinger/example/trunk/etc/debug.ini
===================================================================
--- Sandbox/cklinger/example/trunk/etc/debug.ini	2009-02-05 15:42:52 UTC (rev 96136)
+++ Sandbox/cklinger/example/trunk/etc/debug.ini	2009-02-05 15:44:13 UTC (rev 96137)
@@ -1,7 +1,7 @@
 [filter-app:main]
 # Change the last part from 'ajax' to 'pdb' for a post-mortem debugger
 # on the console:
-use = egg:z3c.evalexception#ajax
+use = egg:z3c.evalexception#pdb
 next = zope
 
 [app:zope]

Modified: Sandbox/cklinger/example/trunk/setup.py
===================================================================
--- Sandbox/cklinger/example/trunk/setup.py	2009-02-05 15:42:52 UTC (rev 96136)
+++ Sandbox/cklinger/example/trunk/setup.py	2009-02-05 15:44:13 UTC (rev 96137)
@@ -25,6 +25,8 @@
 			'megrok.z3cform',
 			'megrok.pagelet',
 			'z3c.csvvocabulary',
+			'zc.resourcelibrary>=0.6',
+			'zc.table',
                         # Add extra requirements here
                         ],
       entry_points = """



More information about the Checkins mailing list