[Checkins] SVN: Sandbox/cklinger/example/trunk/ more changes

Christian Klinger cklinger at novareto.de
Tue Feb 3 09:49:31 EST 2009


Log message for revision 96038:
  more changes

Changed:
  U   Sandbox/cklinger/example/trunk/buildout.cfg
  U   Sandbox/cklinger/example/trunk/setup.py

-=-
Modified: Sandbox/cklinger/example/trunk/buildout.cfg
===================================================================
--- Sandbox/cklinger/example/trunk/buildout.cfg	2009-02-03 14:48:19 UTC (rev 96037)
+++ Sandbox/cklinger/example/trunk/buildout.cfg	2009-02-03 14:49:31 UTC (rev 96038)
@@ -1,5 +1,5 @@
 [buildout]
-develop = .
+develop = . src/megrok.z3cform src/megrok.pagelet
 parts = eggbasket app i18n test data log
 newest = false
 extends = versions.cfg

Modified: Sandbox/cklinger/example/trunk/setup.py
===================================================================
--- Sandbox/cklinger/example/trunk/setup.py	2009-02-03 14:48:19 UTC (rev 96037)
+++ Sandbox/cklinger/example/trunk/setup.py	2009-02-03 14:49:31 UTC (rev 96038)
@@ -22,6 +22,9 @@
                         'grok',
                         'grokui.admin',
                         'z3c.testsetup',
+			'megrok.z3cform',
+			'megrok.pagelet',
+			'z3c.csvvocabulary',
                         # Add extra requirements here
                         ],
       entry_points = """



More information about the Checkins mailing list