Sha256: 69a6e7f454282e0da9d38aa8b1b1d3f6fddb735d954b5e4c66bcac8b1d8e93b6
Contents?: true
Size: 497 Bytes
Versions: 15
Compression:
Stored size: 497 Bytes
Contents
project project "Include task prefix test" "1.0" 2010-12-01 +1m { timezone "Europe/Amsterdam" now 2010-12-01 } resource tux "Tux" task parent_task "Parent task" { start ${projectstart} allocate tux } include "TaskPrefix.tji" { taskprefix parent_task } task other_task "Other task" { start ${projectstart} effort 1d allocate tux } supplement resource tux { booking parent_task.sub_task1 2010-12-01-9:00 +9h { sloppy 2 } booking other_task 2010-12-02-9:00 +9h { sloppy 2 } }
Version data entries
15 entries across 15 versions & 1 rubygems