You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by li...@apache.org on 2016/12/08 00:46:00 UTC

[33/38] incubator-trafodion git commit: ignore directory structure in trafci.zip

ignore directory structure in trafci.zip


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

Branch: refs/heads/master
Commit: f96ae2d43a344e6f359f87f085e1bc3a0993e127
Parents: d42fd51
Author: AlexPeng19 <al...@hotmail.com>
Authored: Wed Nov 23 16:06:12 2016 +0800
Committer: AlexPeng19 <al...@hotmail.com>
Committed: Wed Nov 23 16:06:12 2016 +0800

----------------------------------------------------------------------
 core/conn/trafci/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/f96ae2d4/core/conn/trafci/Makefile
----------------------------------------------------------------------
diff --git a/core/conn/trafci/Makefile b/core/conn/trafci/Makefile
index 6ecc68b..30a80cf 100644
--- a/core/conn/trafci/Makefile
+++ b/core/conn/trafci/Makefile
@@ -33,5 +33,5 @@ Trafci_installer:
 	export buildId=`head -n 1 buildId`$
 	mvn -f installer_pom.xml -DbldId=${buildId} clean package$
 Trafci_deploy:
-	zip -r ../clients/trafci.zip target/trafciInstaller.jar utils/README
+	zip -r ../clients/trafci.zip -j target/trafciInstaller.jar utils/README
 	java -jar target/trafciInstaller.jar -silent -jdbcFile ${MY_SQROOT}/export/lib/jdbcT4.jar -installDir ${MY_SQROOT}