Changeset 150
- Timestamp:
- 01/25/07 16:02:06 (2 years ago)
- Files:
-
- trunk/src/main/php/net/stubbles/helper/stubRegistryFactory.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/ipo/request/stubXmlRequestValueErrorFactory.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/util/log/stubLoggerXJConfFactory.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/util/xjconf/stubConfigXJConfExtension.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/util/xjconf/stubXJConfLoader.php (moved) (moved from trunk/src/main/php/net/stubbles/helper/stubXJConfLoader.php)
- trunk/src/main/php/net/stubbles/websites/PageFactory.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/helper/stubRegistryFactory.php
r97 r150 7 7 * @subpackage helper 8 8 */ 9 stubClassLoader::load('net.stubbles. helper.stubXJConfLoader');9 stubClassLoader::load('net.stubbles.util.xjconf.stubXJConfLoader'); 10 10 /** 11 11 * Class for initializing the Registry. trunk/src/main/php/net/stubbles/ipo/request/stubXmlRequestValueErrorFactory.php
r142 r150 10 10 'net.stubbles.ipo.request.stubRequestValueErrorException', 11 11 'net.stubbles.stubFactory', 12 'net.stubbles. helper.stubXJConfLoader'12 'net.stubbles.util.xjconf.stubXJConfLoader' 13 13 ); 14 14 XJConfLoader::load('DefinitionParser', trunk/src/main/php/net/stubbles/util/log/stubLoggerXJConfFactory.php
r147 r150 1 1 <?php 2 stubClassLoader::load('net.stubbles. helper.stubXJConfLoader',2 stubClassLoader::load('net.stubbles.util.xjconf.stubXJConfLoader', 3 3 'net.stubbles.util.xjconf.stubConfigXJConfExtension', 4 4 'net.stubbles.stubFactory' trunk/src/main/php/net/stubbles/util/xjconf/stubConfigXJConfExtension.php
r147 r150 7 7 * @subpackage util_xjconf 8 8 */ 9 stubClassLoader::load('net.stubbles. helper.stubXJConfLoader');9 stubClassLoader::load('net.stubbles.util.xjconf.stubXJConfLoader'); 10 10 XJConfLoader::load('ext.Extension'); 11 11 /** trunk/src/main/php/net/stubbles/websites/PageFactory.php
r97 r150 8 8 */ 9 9 stubClassLoader::load('net.stubbles.stubFactory', 10 'net.stubbles. helper.stubXJConfLoader',10 'net.stubbles.util.xjconf.stubXJConfLoader', 11 11 'net.stubbles.websites.exceptions.PageConfigurationException' 12 12 );
