Merge branch 'mustache-component' of https://github.com/gquintana/camel
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/50eb726e Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/50eb726e Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/50eb726e Branch: refs/heads/master Commit: 50eb726eacdd39cdee3e50f523643834bcc64fb2 Parents: db27673 bddf3d1 Author: Claus Ibsen <davscl...@apache.org> Authored: Thu Jun 20 10:53:42 2013 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Thu Jun 20 10:53:42 2013 +0200 ---------------------------------------------------------------------- components/camel-mustache/ReadMe.wiki | 96 +++++++++ components/camel-mustache/pom.xml | 64 ++++++ .../component/mustache/MustacheComponent.java | 70 +++++++ .../component/mustache/MustacheConstants.java | 39 ++++ .../component/mustache/MustacheEndpoint.java | 180 ++++++++++++++++ .../src/main/resources/LICENSE.txt | 203 +++++++++++++++++++ .../org/apache/camel/component/mustache | 1 + .../src/main/resources/NOTICE.txt | 11 + .../mustache/MustacheComponentTest.java | 147 ++++++++++++++ .../component/mustache/MustacheLetterTest.java | 66 ++++++ .../src/test/resources/another.mustache | 4 + .../src/test/resources/child.mustache | 4 + .../src/test/resources/included.mustache | 1 + .../src/test/resources/includer.mustache | 3 + .../src/test/resources/letter.mustache | 6 + .../src/test/resources/log4j.properties | 36 ++++ .../src/test/resources/parent.mustache | 5 + .../src/test/resources/simple.mustache | 1 + components/pom.xml | 1 + 19 files changed, 938 insertions(+) ----------------------------------------------------------------------