This is an automated email from the ASF dual-hosted git repository.
sgoeschl pushed a commit to branch FREEMARKER-153
in repository https://gitbox.apache.org/repos/asf/freemarker-generator.git
The following commit(s) were added to refs/heads/FREEMARKER-153 by this push:
new a81598c FREEMARKER-153 Bootstrap configuration files from system
property "app.home"
a81598c is described below
commit a81598c06a4380911356839aa16a43e1c3eec3d2
Author: Siegfried Goeschl <[email protected]>
AuthorDate: Sun Aug 23 20:27:50 2020 +0200
FREEMARKER-153 Bootstrap configuration files from system property "app.home"
---
freemarker-generator-cli/CHANGELOG.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/freemarker-generator-cli/CHANGELOG.md
b/freemarker-generator-cli/CHANGELOG.md
index 2b17700..6fca548 100644
--- a/freemarker-generator-cli/CHANGELOG.md
+++ b/freemarker-generator-cli/CHANGELOG.md
@@ -30,7 +30,8 @@ All notable changes to this project will be documented in
this file. We try to a
* [FREEMARKER-129] Provide a `toString()` method for all tools
* [FREEMARKER-129] Use version "0.X.Y" to cater for API changes according to
[Semantic Versioning](https://semver.org)
-### Fixed
+### Fixed
+* [FREEMARKER-153] Configuration files are bootstrapped from "app.home" system
property
* [FREEMARKER-151] Ensure that build and and examples are running on Windows
* [FREEMARKER-147] Complete Maven site documentation
* [FREEMARKER-127] Site build fails with missing
"org/apache/maven/doxia/siterenderer/DocumentContent"