Changeset 228
- Timestamp:
- 02/06/07 13:30:53 (2 years ago)
- Files:
-
- trunk/config/xml/config.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/config/xml/config.xml
r152 r228 1 1 <?xml version="1.0" encoding="iso-8859-1"?> 2 2 <xj:configuration 3 xmlns:xj="http://xjconf.net/XJConf"4 xmlns:registry="http://stubbles.net/util/registry">5 < registry:config name="core.number.decimals" value="4" />6 < registry:config name="core.date.format.datetime" value="%a, %d. %b %Y, %H:%M:%S" />3 xmlns:xj="http://xjconf.net/XJConf" 4 xmlns="http://stubbles.net/util/registry"> 5 <config name="core.number.decimals" value="4" /> 6 <config name="core.date.format.datetime" value="%a, %d. %b %Y, %H:%M:%S" /> 7 7 </xj:configuration>
