Repository: zest-java Updated Branches: refs/heads/develop 4b55938a4 -> 53053e905
ZEST-143 : Moved the templates requires a change in RAT config Project: http://git-wip-us.apache.org/repos/asf/zest-java/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-java/commit/53053e90 Tree: http://git-wip-us.apache.org/repos/asf/zest-java/tree/53053e90 Diff: http://git-wip-us.apache.org/repos/asf/zest-java/diff/53053e90 Branch: refs/heads/develop Commit: 53053e905e843c03bb7d76ed7036a16727550c6a Parents: 4b55938 Author: Niclas Hedhman <[email protected]> Authored: Sat Apr 23 07:55:56 2016 +0800 Committer: Niclas Hedhman <[email protected]> Committed: Sat Apr 23 07:55:56 2016 +0800 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-java/blob/53053e90/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index ad9a1c6..67f1ad9 100644 --- a/build.gradle +++ b/build.gradle @@ -101,7 +101,7 @@ rat { 'samples/rental/src/main/resources/*.xsd', // templates that will become the user's source files, should not have license headers - 'tools/shell/src/etc/templates/**', + 'tools/shell/src/dist/etc/templates/**', ] }
