Changeset 569

Show
Ignore:
Timestamp:
05/24/08 11:07:08 (8 months ago)
Author:
LeoD
Message:

fixed module header

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/defend/sim/Simulation.d

    r567 r569  
    11module defend.sim.Simulation; 
    2  
    3 // System libraries 
    4 import tango.io.Stdout; 
    52 
    63import gen.core.TaskManager; 
  • trunk/src/gen/list/TreeList.d

    r476 r569  
    1 module gen.list.Tree
     1module gen.list.TreeList
    22 
    33template MTreeList() 
  • trunk/src/lineCount.sh

    r501 r569  
    11echo Line count: 
    2 /bin/find gen/ defend/ -name "*.d" -and -'!' -name "Bind.d" | xargs wc -l 
     2find gen/ defend/ -name "*.d" -and -'!' -name "Bind.d" | xargs wc -l 
    33 
    44echo File count: 
    5 /bin/find gen/ defend/ -name "*.d" -and -'!' -name "Bind.d" | wc -l 
     5find gen/ defend/ -name "*.d" -and -'!' -name "Bind.d" | wc -l