Changeset 11513
- Timestamp:
- 14 Mar 2014, 06:26:59 (11 years ago)
- Location:
- main/waeup.aaua/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaua/trunk/CHANGES.txt
r11499 r11513 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.aaua/trunk/buildout.cfg
r11499 r11513 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.aaua/trunk/layout/theme.html
r11466 r11513 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.aaua/trunk/setup.py
r11499 r11513 2 2 from setuptools import setup, find_packages 3 3 4 version = '1. 1'4 version = '1.2dev' 5 5 6 6 install_requires =[ … … 9 9 'grokui.admin', 10 10 'grokcore.startup', 11 'waeup.kofa >= 1. 0',11 'waeup.kofa >= 1.1', 12 12 'kofacustom.nigeria >= 1.0', 13 13 ],
Note: See TracChangeset for help on using the changeset viewer.