- Timestamp:
- 27 Jun 2012, 07:29:40 (12 years ago)
- Location:
- main/waeup.uniben/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk
- Property svn:externals
-
old new 1 1 bootstrap svn://svn.zope.org/repos/main/zc.buildout/trunk/bootstrap/ 2 2 waeup.kofa https://svn.waeup.org/repos/main/waeup.kofa/trunk 3 kofacustom.nigeria https://svn.waeup.org/repos/main/kofacustom.nigeria/trunk
-
- Property svn:externals
-
main/waeup.uniben/trunk/buildout.cfg
r8770 r8822 1 1 [buildout] 2 develop = . waeup.kofa 2 develop = . waeup.kofa kofacustom.nigeria 3 3 parts = 4 4 eggbasket -
main/waeup.uniben/trunk/setup.py
r8443 r8822 4 4 version = '0.1dev' 5 5 6 install_requires = [6 install_requires = [ 7 7 'setuptools', 8 8 'grok', 9 9 'grokui.admin', 10 10 'grokcore.startup', 11 'waeup.kofa', 11 'waeup.kofa', # not really neccessary, as kofacustom.ng includes it 12 'kofacustom.nigeria', 12 13 ], 13 14
Note: See TracChangeset for help on using the changeset viewer.