Fix 'buildout.cfg' modification code
authorStefan Bund <stefan@j32.de>
Sat, 24 Jul 2010 11:32:20 +0000 (13:32 +0200)
committerStefan Bund <stefan@j32.de>
Sat, 24 Jul 2010 11:32:20 +0000 (13:32 +0200)
commit3f2d2b9a20aacd0332ec00b586575063a2ee7ee2
treee5320fb75e26704f0a9dc8d5bed778dc17b3b0a9
parent8d849ae243898419a1e70067ea90b10f82014db3
Fix 'buildout.cfg' modification code
15 files changed:
Makefile.buildout
skel-zope3/.gitignore [new file with mode: 0644]
skel-zope3/apidoc.zcml [new file with mode: 0644]
skel-zope3/buildout.cfg [new file with mode: 0644]
skel-zope3/debug.ini [new file with mode: 0644]
skel-zope3/deploy.ini [new file with mode: 0644]
skel-zope3/setup.py [new file with mode: 0644]
skel-zope3/site.zcml [new file with mode: 0644]
skel-zope3/src/appmain/__init__.py [new file with mode: 0644]
skel-zope3/src/appmain/configure.zcml [new file with mode: 0644]
skel-zope3/src/appmain/ftesting.zcml [new file with mode: 0644]
skel-zope3/src/appmain/startup.py [new file with mode: 0644]
skel-zope3/src/appmain/testing.py [new file with mode: 0644]
skel-zope3/zdaemon.conf [new file with mode: 0644]
skel-zope3/zope.conf [new file with mode: 0644]