Changeset 1213

Show
Ignore:
Timestamp:
01/11/08 14:30:06 (8 months ago)
Author:
mikey
Message:

use new xjconf namespace
use fixed xjconf build

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/util/xjconf/stubXJConfClassLoader.php

    r1127 r1213  
    2121     * @var  string 
    2222     */ 
    23     protected $namespace = 'net.xjconf'; 
     23    protected $namespace = 'net::xjconf'; 
    2424 
    2525    /** 
     
    8282    protected function init() 
    8383    { 
    84         $xjConfUri = StarClassRegistry::getUriForClass('net.xjconf.XJConfLoader'); 
     84        $xjConfUri = StarClassRegistry::getUriForClass('net::xjconf::XJConfLoader'); 
    8585        if (null === $xjConfUri) { 
    8686            // Try to include XJConf from PEAR installation