OSDN Git Service

- Added ICal example to reference.
[tjqt4port/tj2qt4.git] / TestSuite / Syntax / Correct / Priority.tjp
index 1295e27..f695010 100644 (file)
@@ -6,25 +6,25 @@ task items "Project breakdown" {
   start 2005-07-15
 
   task coolStuff "Do some cool stuff" {
-               start 2005-08-01
+    start 2005-08-01
     effort 10d
-               priority 800
+    priority 800
     allocate tux
   }
 
-       task otherStuff "Other not so important stuff" {
-               start 2005-08-01
-               effort 20d
-               priority 500
-               allocate tux
-       }
+  task otherStuff "Other not so important stuff" {
+    start 2005-08-01
+    effort 20d
+    priority 500
+    allocate tux
+  }
   
-       task maintenance "Maintenance work" {
-               # This is a fallback task. Whenever tux is not doing something
-               # else he is allocated to this task.
-               duration 2m
+  task maintenance "Maintenance work" {
+    # This is a fallback task. Whenever tux is not doing something
+    # else he is allocated to this task.
+    duration 2m
     priority 300
-               allocate tux
+    allocate tux
   }
 }