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 33f0f66  FREEMARKER-142 First draft of supporting multiple templates 
on the command line
     new e6860da  FREEMARKER-142 First draft of supporting multiple templates 
on the command line
     new b53fc0b  FREEMARKER-142 First draft of supporting multiple templates 
on the command line

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../base/activation/ByteArrayDataSource.java       |  1 -
 .../generator/base/template/TemplateOutput.java    | 16 +++++++++++
 .../generator/base/template/TemplateSource.java    | 16 +++++++++++
 .../base/template/TemplateSourceFactory.java       | 18 +++++++++++-
 .../base/template/TemplateTransformation.java      | 16 +++++++++++
 .../base/template/TemplateTransformations.java     | 16 +++++++++++
 .../template/TemplateTransformationsBuilder.java   | 17 +++++++++++-
 .../template/TemplateTransformationsSupplier.java  | 16 +++++++++++
 .../generator/base/util/MapFlattener.java          | 16 +++++++++++
 .../src/test/data/env/nginx.env                    | 16 +++++++++++
 .../generator/file/RecursiveFileSupplierTest.java  |  1 -
 .../generator/util/MapFlattenerTest.java           | 16 +++++++++++
 .../src/test/template/application.properties       | 18 +++++++++++-
 .../src/test/template/nginx/nginx.conf.ftl         | 18 +++++++++++-
 .../org/apache/freemarker/generator/cli/Main.java  | 32 +++++++++++-----------
 .../freemarker/generator/cli/config/Settings.java  |  7 +----
 .../generator/cli/config/SettingsTest.java         |  2 +-
 17 files changed, 213 insertions(+), 29 deletions(-)

Reply via email to