Repository: incubator-trafodion
Updated Branches:
  refs/heads/master c7bcf3050 -> ea6a93355


[TRAFODION-2206] Fix phx T2 test references to trafodion jar files


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

Branch: refs/heads/master
Commit: 713be0d78603013ec02e5080ab16cbe89bf962dd
Parents: 1b51c43
Author: Steve Varnau <[email protected]>
Authored: Fri Sep 2 21:46:30 2016 +0000
Committer: Steve Varnau <[email protected]>
Committed: Fri Sep 2 21:46:30 2016 +0000

----------------------------------------------------------------------
 tests/phx/pom.xml.template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/713be0d7/tests/phx/pom.xml.template
----------------------------------------------------------------------
diff --git a/tests/phx/pom.xml.template b/tests/phx/pom.xml.template
index 224def5..f8382be 100644
--- a/tests/phx/pom.xml.template
+++ b/tests/phx/pom.xml.template
@@ -208,7 +208,7 @@
       <artifactId>trafodion-dtm</artifactId>
       <version>${env.TRAFODION_VER}</version>
       <scope>system</scope>
-      
<systemPath>${env.MY_SQROOT}/export/lib/trafodion-dtm-${env.TRAFODION_VER}.jar</systemPath>
+      
<systemPath>${env.MY_SQROOT}/export/lib/${env.DTM_COMMON_JAR}</systemPath>
      </dependency>
 
     <dependency>
@@ -216,7 +216,7 @@
       <artifactId>trafodion-sql</artifactId>
       <version>${env.TRAFODION_VER}</version>
       <scope>system</scope>
-      
<systemPath>${env.MY_SQROOT}/export/lib/trafodion-sql-${env.TRAFODION_VER}.jar</systemPath>
+      <systemPath>${env.MY_SQROOT}/export/lib/${env.SQL_JAR}</systemPath>
      </dependency>
 
     <!-- END_FOR_T2_ONLY -->

Reply via email to