Sha256: 6b12f05e55202c23f5b67b0f77ede9be87c286987a3468995863e81bce3ab2c9
Contents?: true
Size: 294 Bytes
Versions: 15
Compression:
Stored size: 294 Bytes
Contents
project "Example Project" 2008-01-18 +2m { timezone "America/Denver" } macro allocateGroup [ allocate tux1, tux2 ] resource tux1 "Tux1" resource tux2 "Tux2" task t1 "Task1" { start ${projectstart} # built-in macro } task t2 "Task2" { depends !t1 effort 20d ${allocateGroup} }
Version data entries
15 entries across 15 versions & 1 rubygems