Commit Graph

9 Commits

Author SHA1 Message Date
Florian Scholdei
f1b34eb502 Changeover to MIT license (#1066)
* prepare license-maven-plugin for license migration
* added license mapping for tsx files and added some more excludes
* Changeover to MIT license
* Fix build problems
* Delete old remaining licenses
* Add more exclude path for license checker
* Rename included netbeans license, add exclude .m2/repository/
* Specify .m2 exclude because not only repository/, also wrapper/ must match
* Add .cache/ exclude for license check
* Modify formatting of license in java classes to comply with convention and IDE
* Add IntelliJ documentation for license configuration
* Update CHANGELOG.md
* Exclude tmp/workspace/ dir for license check
* Edit README.md

Co-authored-by: Sebastian Sdorra <sebastian.sdorra@cloudogu.com>
2020-03-23 15:35:58 +01:00
Sebastian Sdorra
4c91ef0100 make PluginLoader dependency of MustacheTemplateEngine optional 2019-06-12 17:04:32 +02:00
René Pfeuffer
08260fd7be Add localization option for template engines 2019-04-03 11:52:01 +02:00
Sebastian Sdorra
babd1be9fc template engine has to use UberClassLoader 2014-08-19 21:08:41 +02:00
Sebastian Sdorra
8d58137bae added method to read templates from a reader 2012-10-29 13:04:00 +01:00
Sebastian Sdorra
9b98ab78c6 fix license headers 2012-09-13 15:47:13 +02:00
Sebastian Sdorra
9de33362bd throw io exception if template is not parse able 2012-08-18 13:52:17 +02:00
Sebastian Sdorra
1a479c4a98 added unit test for freemarker template engine 2012-08-18 12:20:12 +02:00
Sebastian Sdorra
9a288deebc added unit tests for mustache template and mustache template engine 2012-08-18 12:05:15 +02:00