Repository: sqoop
Updated Branches:
  refs/heads/trunk 4ee8b6843 -> e24761706


SQOOP-1489: Propagate cubrid properties to the test VM
  (Jarek Jarcec Cecho via Venkat Ranganathan)


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

Branch: refs/heads/trunk
Commit: e2476170639ca08b28b089facb91d94098c600e9
Parents: 4ee8b68
Author: Venkat Ranganathan <[email protected]>
Authored: Mon Sep 1 12:08:31 2014 -0700
Committer: Venkat Ranganathan <[email protected]>
Committed: Mon Sep 1 12:08:31 2014 -0700

----------------------------------------------------------------------
 build.xml | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sqoop/blob/e2476170/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index d810394..21fd406 100644
--- a/build.xml
+++ b/build.xml
@@ -966,6 +966,15 @@
       <sysproperty key="sqoop.test.cubrid.connectstring.host_url"
                    value="${sqoop.test.cubrid.connectstring.host_url}"/>
 
+      <sysproperty key="sqoop.test.cubrid.connectstring.database"
+                   value="${sqoop.test.cubrid.connectstring.database}"/>
+
+      <sysproperty key="sqoop.test.cubrid.connectstring.username"
+                   value="${sqoop.test.cubrid.connectstring.username}"/>
+
+      <sysproperty key="sqoop.test.cubrid.connectstring.password"
+                   value="${sqoop.test.cubrid.connectstring.password}"/>
+
       <sysproperty key="sqoop.test.postgresql.connectstring.host_url"
                    value="${sqoop.test.postgresql.connectstring.host_url}"/>
 

Reply via email to