blob: 4c602be02dc20836f1c054ae7f11f316201d4025 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#{ DOFOE tasks
task dofoe = "dofoe$dofoe.cl"
task params = "dofoe$params.par"
task proc = "dofoe$proc.cl"
task response = "dofoe$response.cl"
task arcrefs = "dofoe$arcrefs.cl"
task doarcs = "dofoe$doarcs.cl"
task batch = "dofoe$batch.cl"
task listonly = "dofoe$listonly.cl"
task apscript = "dofoe$x_apextract.e"
# Hide tasks from the user
hidetask apscript
hidetask params, proc, batch, arcrefs, doarcs, listonly, response
keep
|