Skip to content

Commit

Permalink
Update readme for excludeFromVar
Browse files Browse the repository at this point in the history
  • Loading branch information
markelliot committed May 18, 2016
1 parent 703778c commit c3a4efb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ The `distribution` block offers the following options:
* (optional) `enableManifestClasspath` a boolean flag; if set to true, then the explicit Java
classpath is omitted from the generated Windows start script and instead infered
from a JAR file whose MANIFEST contains the classpath entries.
* (optional) `excludeFromVar` a list of directories (relative to `var`) to exclude in addition to
`log` and `run` (which are always excluded).
* (optional) `javaHome` a fixed override for the `JAVA_HOME` environment variable that will
be applied when `init.sh` is run.

Expand Down

0 comments on commit c3a4efb

Please sign in to comment.