You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by ar...@apache.org on 2015/12/01 01:18:53 UTC

[4/5] incubator-trafodion git commit: dont pack *-tmpl

dont pack *-tmpl


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/9b694378
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/9b694378
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/9b694378

Branch: refs/heads/master
Commit: 9b694378f2979bbc21e10b7b35342160d78828fa
Parents: 08e3092
Author: Kevin Xu <ka...@esgyn.cn>
Authored: Mon Nov 30 10:36:35 2015 +0800
Committer: Kevin Xu <ka...@esgyn.cn>
Committed: Mon Nov 30 10:36:35 2015 +0800

----------------------------------------------------------------------
 core/conn/trafci/.gitignore | 1 +
 core/conn/trafci/build.xml  | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/9b694378/core/conn/trafci/.gitignore
----------------------------------------------------------------------
diff --git a/core/conn/trafci/.gitignore b/core/conn/trafci/.gitignore
index 320444a..cdd0d09 100644
--- a/core/conn/trafci/.gitignore
+++ b/core/conn/trafci/.gitignore
@@ -1,3 +1,4 @@
 buildId
 temp/
 utils/trafci.cmd
+utils/trafci.sh

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/9b694378/core/conn/trafci/build.xml
----------------------------------------------------------------------
diff --git a/core/conn/trafci/build.xml b/core/conn/trafci/build.xml
index 22603d8..62f2b25 100644
--- a/core/conn/trafci/build.xml
+++ b/core/conn/trafci/build.xml
@@ -157,7 +157,7 @@
        <replace file="${utils.dir}/trafci.sh" token="##copyrighthdr##" value="${my_env.PRODUCT_COPYRIGHT_HEADER}"/>
 
       <copy todir="${deploy.dir}/bin">
-           <fileset dir="${utils.dir}" excludes="**/*.contrib*, ciencr.sh, onplatform.sh, README, trafci_install.sh, trafci.cmd-tmpl"/>
+           <fileset dir="${utils.dir}" excludes="**/*.contrib*, ciencr.sh, onplatform.sh, README, trafci_install.sh, *-tmpl"/>
       </copy>
 
       <copy todir="${deploy.dir}/lib">