File: Alternative.tjp

package info (click to toggle)
tj3 3.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,048 kB
  • sloc: ruby: 36,481; javascript: 1,113; sh: 19; makefile: 17
file content (15 lines) | stat: -rw-r--r-- 281 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
project "Project" 2000-01-01 - 2000-03-01 {
  timezone "America/Denver"
}

# *** EXAMPLE: 1 +
resource tuxus "Tuxus"
resource tuxia "Tuxia"

task t "Task" {
  start ${projectstart}
  effort 5d
  # Use tuxus or tuxia, whoever is available.
  allocate tuxus { alternative tuxia }
}