Show
Ignore:
Timestamp:
01/13/08 12:13:33 (1 year ago)
Author:
mikey
Message:

continued refactoring #119: replaced package dots in net::stubbles::websites

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/websites/processors/stubProcessorResolver.php

    r737 r1231  
    77 * @subpackage  websites_processors 
    88 */ 
    9 stubClassLoader::load('net.stubbles.ipo.request.stubRequest', 
    10                       'net.stubbles.ipo.response.stubResponse', 
    11                       'net.stubbles.ipo.session.stubSession', 
    12                       'net.stubbles.websites.processors.stubProcessor', 
    13                       'net.stubbles.websites.processors.stubProcessorException', 
    14                       'net.stubbles.websites.stubPageFactory' 
     9stubClassLoader::load('net::stubbles::ipo::request::stubRequest', 
     10                      'net::stubbles::ipo::response::stubResponse', 
     11                      'net::stubbles::ipo::session::stubSession', 
     12                      'net::stubbles::websites::processors::stubProcessor', 
     13                      'net::stubbles::websites::processors::stubProcessorException', 
     14                      'net::stubbles::websites::stubPageFactory' 
    1515); 
    1616/**