Changeset 11516
- Timestamp:
- 14 Mar 2014, 06:38:32 (11 years ago)
- Location:
- main/waeup.fceokene/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/CHANGES.txt
r11502 r11516 1 1 Changes 2 2 ******* 3 4 1.2dev (unreleased) 5 =================== 6 7 * Use kofa-scrollto script. 3 8 4 9 1.1 (2014-03-14) -
main/waeup.fceokene/trunk/buildout.cfg
r11502 r11516 44 44 45 45 [sources] 46 waeup.kofa = svn https://svn.waeup.org/repos/main/waeup.kofa/t ags/1.147 kofacustom.nigeria = svn https://svn.waeup.org/repos/main/kofacustom.nigeria/t ags/1.146 waeup.kofa = svn https://svn.waeup.org/repos/main/waeup.kofa/trunk 47 kofacustom.nigeria = svn https://svn.waeup.org/repos/main/kofacustom.nigeria/trunk 48 48 49 49 [kofa_params] -
main/waeup.fceokene/trunk/layout/theme.html
r11468 r11516 518 518 <script src="static/js/kofa-scroll.js"></script> 519 519 <script src="static/js/kofa-activate-tab.js"></script> 520 <script src="static/js/kofa-scrollto.js"></script> 520 521 <script class="kofa-script-tooltip" 521 522 src="static/js/kofa-tooltip.js"> -
main/waeup.fceokene/trunk/setup.py
r11502 r11516 2 2 from setuptools import setup, find_packages 3 3 4 version = '1.1' 5 4 version = '1.2dev' 6 5 install_requires =[ 7 6 'setuptools', … … 9 8 'grokui.admin', 10 9 'grokcore.startup', 11 'waeup.kofa >= 1. 0',10 'waeup.kofa >= 1.1', 12 11 'kofacustom.nigeria >= 1.0', 13 12 ],
Note: See TracChangeset for help on using the changeset viewer.