makeJar includes binDir jarPathname
Signature: includes:(string -> seq<string * string>) -> binDir:string -> jarPathname:string -> string
|
Package the included files into a JAR and return its name
includes: get list of files (src*dst) to include given the specified binDir .
binDir: binaries (assemblies) folder.
|