Changeset 582

Show
Ignore:
Timestamp:
04/20/07 08:49:09 (2 years ago)
Author:
schst
Message:

Fixed phing task after recent refactorings

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/info/phing/tasks/stubGenerateJsonRpcProxiesTask.php

    r575 r582  
    7070    { 
    7171        stubClassLoader::load('net.stubbles.util.xjconf.xjconf', 
     72                              'net.stubbles.util.xjconf.xjconfReal', 
    7273                              'net.stubbles.service.jsonrpc.util.stubJsonRpcProxyGenerator'); 
    7374 
    74         $xjconf = new stubXJConfFacade(array('__default' => stubXJConfLoader::getInstance())); 
    75         $xjconf->parseAndAddDefinitions(stubFactory::getResourceURIs('xjconf/json-rpc-service.xml')); 
     75        $xjconf = new stubXJConfFacade(new XJConfFacade(array('__default' => stubXJConfLoader::getInstance()))); 
     76        $xjconf->addDefinitions(stubFactory::getResourceURIs('xjconf/json-rpc-service.xml')); 
    7677        $configFile = stubConfig::getConfigPath() . '/xml/json-rpc-service.xml'; 
    7778        $xjconf->parse($configFile);