You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2015/11/30 00:23:17 UTC

tomee git commit: adding walkmod.xml config - still experimental

Repository: tomee
Updated Branches:
  refs/heads/master 213b02aaf -> 2000c28a3


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/master
Commit: 2000c28a335f43a5e69f8cba0bd33a4e2a5336d5
Parents: 213b02a
Author: Romain Manni-Bucau <rm...@gmail.com>
Authored: Mon Nov 30 00:23:36 2015 +0100
Committer: Romain Manni-Bucau <rm...@gmail.com>
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>
+