You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ah...@apache.org on 2012/10/08 09:07:37 UTC

[1/5] git commit: Changed the jar file to 1.9

Updated Branches:
  refs/heads/master a5bca0999 -> 0ec342212


Changed the jar file to 1.9


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

Branch: refs/heads/master
Commit: 0ec3422122f70581d667597cdc1d60e700859306
Parents: 0827fb7
Author: Alex Huang <al...@citrix.com>
Authored: Mon Oct 8 00:02:49 2012 -0700
Committer: Alex Huang <al...@citrix.com>
Committed: Mon Oct 8 00:07:19 2012 -0700

----------------------------------------------------------------------
 setup/bindir/cloud-setup-databases.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/0ec34221/setup/bindir/cloud-setup-databases.in
----------------------------------------------------------------------
diff --git a/setup/bindir/cloud-setup-databases.in b/setup/bindir/cloud-setup-databases.in
index 73d46a4..b2842ef 100755
--- a/setup/bindir/cloud-setup-databases.in
+++ b/setup/bindir/cloud-setup-databases.in
@@ -68,7 +68,7 @@ class DBDeployer(object):
     dbDotProperties = {}
     dbDotPropertiesIndex = 0
     encryptionKeyFile = '@MSCONF@/key'
-    encryptionJarPath = '@JAVADIR@/cloud-jasypt-1.8.jar'
+    encryptionJarPath = '@JAVADIR@/cloud-jasypt-1.9.jar'
     success = False
     magicString = 'This_is_a_magic_string_i_think_no_one_will_duplicate'
     tmpMysqlFile = os.path.join(os.path.expanduser('~/'), 'cloudstackmysql.tmp.sql')