Package Module
JAR package creation
Functions and values
| Function or value |
Description
|
Full Usage:
makeJar includes binDir jarPathname
Parameters:
string -> (string * string) seq
binDir : string
jarPathname : string
Returns: 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.
|
FsShelter