Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 2979

Show
Ignore:
Timestamp:
12/07/07 23:48:32 (1 year ago)
Author:
kris
Message:

cleaned up deprecated calls

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/install/snapshot/srcsnapshot.d

    r2913 r2979  
    77import tango.io.Stdout; 
    88 
    9 import tango.util.time.WallClock; 
     9import tango.time.WallClock; 
    1010 
    1111char[] workdir; 
     
    102102    char[] packdircurrent = projname ~ "-src-SNAPSHOT-CURRENT";  
    103103 
    104     auto pd = new FilePath(packdirdate, true); 
     104    auto pd = new FilePath(packdirdate); 
    105105    if (pd.exists) { 
    106106        Stdout("!! Packaging dir already exists, removing before recreating").newline; 
     
    185185    } 
    186186 
    187     auto dldir = new FilePath(dlpath, true); 
     187    auto dldir = new FilePath(dlpath); 
    188188    if (!dldir.exists) 
    189189        dldir.createFolder();