You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2016/05/24 16:34:51 UTC

[7/9] incubator-trafodion git commit: For Trafci which not care about version

For Trafci which not care about version


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

Branch: refs/heads/master
Commit: f8f1f487000e815efb2592899f6e217bdd06e165
Parents: 38e49cf
Author: Kevin Xu <ka...@esgyn.cn>
Authored: Fri May 20 08:30:17 2016 +0800
Committer: Kevin Xu <ka...@esgyn.cn>
Committed: Fri May 20 08:30:17 2016 +0800

----------------------------------------------------------------------
 core/conn/jdbcT4/Makefile | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/f8f1f487/core/conn/jdbcT4/Makefile
----------------------------------------------------------------------
diff --git a/core/conn/jdbcT4/Makefile b/core/conn/jdbcT4/Makefile
index 828416c..908a14f 100644
--- a/core/conn/jdbcT4/Makefile
+++ b/core/conn/jdbcT4/Makefile
@@ -31,6 +31,7 @@ build_all: LICENSE NOTICE
 	cp target/jdbcT4-${TRAFODION_VER}.jar ${MY_SQROOT}/export/lib
 	mkdir -p ../clients
 	mv target/jdbcT4-${TRAFODION_VER}.zip ../clients
+	ln -sf ${MY_SQROOT}/export/lib/jdbcT4-${TRAFODION_VER}.jar ${MY_SQROOT}/export/lib/jdbcT4.jar
 
 clean:
 	-$(MAVEN) clean | grep ERROR