adding walkmod.xml config - still experimental
Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/2000c28a Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/2000c28a Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/2000c28a Branch: refs/heads/tomee-7.0.0-M1 Commit: 2000c28a335f43a5e69f8cba0bd33a4e2a5336d5 Parents: 213b02a Author: Romain Manni-Bucau <[email protected]> Authored: Mon Nov 30 00:23:36 2015 +0100 Committer: Romain Manni-Bucau <[email protected]> Committed: Mon Nov 30 00:23:36 2015 +0100 ---------------------------------------------------------------------- walkmod.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/2000c28a/walkmod.xml ---------------------------------------------------------------------- diff --git a/walkmod.xml b/walkmod.xml new file mode 100644 index 0000000..62d7e2b --- /dev/null +++ b/walkmod.xml @@ -0,0 +1,19 @@ +<!DOCTYPE walkmod PUBLIC "-//WALKMOD//DTD" "http://www.walkmod.com/dtd/walkmod-1.1.dtd" > +<walkmod> + <chain name="main-chain"> + <reader path="." > + <exclude wildcard=".git" /> + <exclude wildcard="*.bat"/> + <exclude wildcard="*.png"/> + <exclude wildcard="*.exe"/> + <exclude wildcard="*.gif"/> + <exclude wildcard="*.ser"/> + <exclude wildcard="*.jpg"/> + </reader> + <walker type="rawfiles:walker" /> + <writer path="." type="rawfiles:writer" > + <param name="platform">unix</param> + </writer> + </chain> +</walkmod> +
