OSDN Git Service

- Added ICal example to reference.
[tjqt4port/tj2qt4.git] / TestSuite / Syntax / Correct / Milestone.tjp
1 project prj "Milestone demo" "1.0" 2005-07-15 2005-08-01
2
3 task project_start "Project Start" {
4   start 2005-07-15
5   milestone
6 }
7
8 task deadline "Important Deadline" {
9   start 2005-07-20
10   # A task with only a start or end date and no duration specification
11   # is automatically assumed to be a milestone.
12 }