Changeset 1212

Show
Ignore:
Timestamp:
01/11/08 14:29:13 (7 months ago)
Author:
mikey
Message:

fix class loading (aftermath of refactoring #120)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/org/stubbles/phing/tasks/stubStarWriterTask.php

    r1153 r1212  
    1515 */ 
    1616require_once 'config/php/config.php'; 
    17 require stubConfig::getSourcePath() . '/php/net/stubbles/star/StarException.php'; 
    18 require stubConfig::getSourcePath() . '/php/net/stubbles/star/StarFile.php'; 
    19 require stubConfig::getSourcePath() . '/php/net/stubbles/star/StarWriter.php'; 
    20 require stubConfig::getSourcePath() . '/php/net/stubbles/star/StarArchive.php'; 
     17require stubConfig::getSourcePath() . '/php/org/stubbles/star/StarException.php'; 
     18require stubConfig::getSourcePath() . '/php/org/stubbles/star/StarFile.php'; 
     19require stubConfig::getSourcePath() . '/php/org/stubbles/star/StarWriter.php'; 
     20require stubConfig::getSourcePath() . '/php/org/stubbles/star/StarArchive.php'; 
    2121/** 
    2222 * Task to create star files.