test/TestSuite/Syntax/Correct/Export.tjp in taskjuggler-0.0.2 vs test/TestSuite/Syntax/Correct/Export.tjp in taskjuggler-0.0.3
- old
+ new
@@ -25,15 +25,17 @@
# *** EXAMPLE: 1 -
# *** EXAMPLE: 2 +
# Export the project as fully scheduled project.
export "FullProject.tjp" {
- taskattributes all
+ definitions *
+ taskattributes *
hideresource 0
}
# Export only bookings for 1st week as resource supplements
export "Week1Bookings.tji" {
+ definitions -
start 2007-01-01
end 2007-01-08
taskattributes booking
hideresource 0
}