Changeset 7580 for main/waeup.sirp
- Timestamp:
- 3 Feb 2012, 09:14:56 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/ftesting.zcml
r7500 r7580 1 1 <configure 2 2 xmlns="http://namespaces.zope.org/zope" 3 xmlns:sirp="http://namespaces.waeup.org/sirp" 3 4 i18n_domain="waeup.sirp" 4 5 package="waeup.sirp" … … 8 9 <includeOverrides package="waeup.sirp" /> 9 10 <include package="waeup.sirp" file="mail.zcml" /> 11 12 <!-- Where should the datacenter reside by default? --> 13 <sirp:datacenter 14 path="../../../var/datacenter" /> 10 15 11 16 <!-- Typical functional testing security setup -->
Note: See TracChangeset for help on using the changeset viewer.