Sha256: 84c16e096387eb1e62e51742105b2ae6f860ed7ee0145a890dc49bb96ce8dd00

Contents?: true

Size: 779 Bytes

Versions: 9

Compression:

Stored size: 779 Bytes

Contents

project prj "Vacation Examples" "1.0" 2005-07-22 - 2006-01-01

# Labor Day
vacation "Labor Day" 2005-09-05
# 2 days Christmas break (27th not included!)
vacation "Christmas" 2005-12-25 - 2005-12-27

resource team "A team" {
  # 2 days of team vacation
  vacation 2005-10-07 +2d
  resource tux2 "Tux2" 
  resource tux3 "Tux3" {
    # And one extra day
    vacation 2005-08-10
  }
}

# The vacation property is also usefull when new employees start
# working in the course of a project or if someone quits.
resource tuxia "Tuxia" {
  # Tuxia is a new employee as of August 1st 2005
  vacation 1971-01-01 - 2005-08-01
}
 
resource tuxus "Tuxus" {
  # Tuxus quits his job on September 1st 2005
  vacation 2005-09-01 - 2030-01-01
}

task t "An important date" {
  start 2005-07-22
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
taskjuggler-0.0.10 test/TestSuite/Syntax/Correct/Vacation.tjp
taskjuggler-0.0.9 test/TestSuite/Syntax/Correct/Vacation.tjp
taskjuggler-0.0.8 test/TestSuite/Syntax/Correct/Vacation.tjp
taskjuggler-0.0.7 test/TestSuite/Syntax/Correct/Vacation.tjp
taskjuggler-0.0.6 test/TestSuite/Syntax/Correct/Vacation.tjp
taskjuggler-0.0.5 test/TestSuite/Syntax/Correct/Vacation.tjp
taskjuggler-0.0.4 test/TestSuite/Syntax/Correct/Vacation.tjp
taskjuggler-0.0.3 test/TestSuite/Syntax/Correct/Vacation.tjp
taskjuggler-0.0.2 test/TestSuite/Syntax/Correct/Vacation.tjp