This is an automated email from the ASF dual-hosted git repository.
sgoeschl pushed a change to branch FREEMARKER-142
in repository https://gitbox.apache.org/repos/asf/freemarker-generator.git.
from b53fc0b FREEMARKER-142 First draft of supporting multiple templates
on the command line
add 8eedf26 FREEMARKER-142 First draft of supporting multiple templates
on the command line
add d13c7d7 FREEMARKER-142 First draft of supporting multiple templates
on the command line
No new revisions were added by this update.
Summary of changes:
CHANGELOG.md | 6 +-
.../src/test/template/application.properties | 34 +++---
.../template/application.properties} | 22 +---
.../site}/template/nginx/nginx.conf.ftl | 0
.../src/site/markdown/cli/concepts.md | 124 --------------------
.../src/site/markdown/cli/concepts/data-sources.md | 86 ++++++++++++++
.../site/markdown/cli/concepts/transformation.md | 12 ++
.../markdown/cli/usage/transforming-directories.md | 126 +++++++++++++++++++++
.../src/site/markdown/index.md | 10 +-
freemarker-generator-cli/src/site/site.xml | 1 -
.../freemarker/generator/cli/ExamplesTest.java | 12 +-
src/site/markdown/index.md | 12 +-
12 files changed, 271 insertions(+), 174 deletions(-)
copy freemarker-generator-cli/{templates/json/md/github-users.ftl =>
site/template/application.properties} (50%)
copy {freemarker-generator-base/src/test =>
freemarker-generator-cli/site}/template/nginx/nginx.conf.ftl (100%)
delete mode 100644 freemarker-generator-cli/src/site/markdown/cli/concepts.md
create mode 100644
freemarker-generator-cli/src/site/markdown/cli/concepts/data-sources.md
create mode 100644
freemarker-generator-cli/src/site/markdown/cli/concepts/transformation.md
create mode 100644
freemarker-generator-cli/src/site/markdown/cli/usage/transforming-directories.md