Refactoring plugins
[hcoop/domtool2.git] / configDefault / domtool.cfs
index f8a2aec..90be237 100644 (file)
@@ -5,3 +5,10 @@ val resultRoot : string
 (* Root directory for a directory hierarchy corresponding to domain structure,
  * where each node contains Domtool-generated result files for that domain. *)
 
+val tmpDir : string
+(* Filesystem location for creating temporary directories *)
+
+(* Paths to standard UNIX utilities *)
+val cp : string
+val diff : string
+val rm : string