[Checkins] SVN: z3c.formdemo/trunk/ Let's use the KGS for Zope 3.4.

Stephan Richter srichter at cosmos.phy.tufts.edu
Fri Dec 7 17:46:23 EST 2007


Log message for revision 82191:
  Let's use the KGS for Zope 3.4.
  

Changed:
  U   z3c.formdemo/trunk/buildout.cfg
  U   z3c.formdemo/trunk/setup.py

-=-
Modified: z3c.formdemo/trunk/buildout.cfg
===================================================================
--- z3c.formdemo/trunk/buildout.cfg	2007-12-07 19:09:56 UTC (rev 82190)
+++ z3c.formdemo/trunk/buildout.cfg	2007-12-07 22:46:23 UTC (rev 82191)
@@ -1,6 +1,7 @@
 [buildout]
 develop = .
 parts = demo test coverage eggdeps
+index = http://download.zope.org/zope3.4/
 
 [test]
 recipe = zc.recipe.testrunner

Modified: z3c.formdemo/trunk/setup.py
===================================================================
--- z3c.formdemo/trunk/setup.py	2007-12-07 19:09:56 UTC (rev 82190)
+++ z3c.formdemo/trunk/setup.py	2007-12-07 22:46:23 UTC (rev 82191)
@@ -94,6 +94,5 @@
         'zope.traversing',
         'zope.viewlet',
         ],
-    dependency_links = ['http://download.zope.org/distribution'],
     zip_safe = False,
     )



More information about the Checkins mailing list