Changeset 2979
- Timestamp:
- 12/07/07 23:48:32 (1 year ago)
- Files:
-
- trunk/install/snapshot/srcsnapshot.d (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/install/snapshot/srcsnapshot.d
r2913 r2979 7 7 import tango.io.Stdout; 8 8 9 import tango. util.time.WallClock;9 import tango.time.WallClock; 10 10 11 11 char[] workdir; … … 102 102 char[] packdircurrent = projname ~ "-src-SNAPSHOT-CURRENT"; 103 103 104 auto pd = new FilePath(packdirdate , true);104 auto pd = new FilePath(packdirdate); 105 105 if (pd.exists) { 106 106 Stdout("!! Packaging dir already exists, removing before recreating").newline; … … 185 185 } 186 186 187 auto dldir = new FilePath(dlpath , true);187 auto dldir = new FilePath(dlpath); 188 188 if (!dldir.exists) 189 189 dldir.createFolder();












