Changeset 8893 for main/waeup.uniben/trunk
- Timestamp:
- 3 Jul 2012, 17:48:46 (12 years ago)
- Location:
- main/waeup.uniben/trunk
- Files:
-
- 2 deleted
- 4 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 waeup.kofa https://svn.waeup.org/repos/main/waeup.kofa/trunk3 kofacustom.nigeria https://svn.waeup.org/repos/main/kofacustom.nigeria/trunk
-
- Property svn:mergeinfo changed
/main/waeup.uniben/branches/uli-autoinclude-less (added) merged: 8878-8880,8882
- Property svn:externals
-
main/waeup.uniben/trunk/buildout.cfg
r8822 r8893 1 1 [buildout] 2 develop = . waeup.kofa kofacustom.nigeria 2 # See http://pypi.python.org/pypi/mr.developer for details 3 extensions = mr.developer 4 auto-checkout = waeup.kofa kofacustom.nigeria 5 # We cannot use 'src' (the default) as the checked out projects won't 6 # work properly with paster (paster looks up any upper directory 7 # egg-info dirs and then complains about not-available packages). 8 sources-dir = sources 9 develop = . 3 10 parts = 4 11 eggbasket … … 30 37 # (see .buildout/default.cfg in your home directory) 31 38 # unless you specify an eggs-directory option here. 39 40 [sources] 41 waeup.kofa = svn https://svn.waeup.org/repos/main/waeup.kofa/trunk 42 kofacustom.nigeria = svn https://svn.waeup.org/repos/main/kofacustom.nigeria/trunk 32 43 33 44 [kofa_params] -
main/waeup.uniben/trunk/src/waeup/uniben/configure.zcml
r8035 r8893 1 <configure xmlns="http://namespaces.zope.org/zope"> 1 <configure xmlns="http://namespaces.zope.org/zope" 2 xmlns:grok="http://namespaces.zope.org/grok"> 3 <include package="waeup.uniben" file="locales.zcml" /> 2 4 3 <include package="waeup.uniben" file="locales.zcml" /> 4 <include package="grok" /> 5 <includeOverrides package="waeup.uniben" file="overrides.zcml" /> 5 <!-- kofacustom.nigeria configures everything we basically need. 6 --> 7 <include package="kofacustom.nigeria" /> 8 9 <grok:grok package="." /> 6 10 7 11 </configure> -
main/waeup.uniben/trunk/src/waeup/uniben/ftesting.zcml
r8441 r8893 6 6 > 7 7 8 <include package="grok" /> 9 <includeOverrides package="waeup.uniben" /> 10 <includeOverrides package="waeup.uniben" file="mail.zcml"/> 8 <include package="waeup.uniben" /> 9 <include package="waeup.uniben" file="mail.zcml"/> 11 10 12 11 <!-- Where should the datacenter reside by default? -->
Note: See TracChangeset for help on using the changeset viewer.