Skip to content

Commit 13d771e

Browse files
author
Alex Huang
committed
it's 1.9.0 not 1.9....duh
1 parent 135f5dc commit 13d771e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

build/build-aws-api.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
<copy todir="${server.deploy.to.dir}/webapps7080/awsapi/WEB-INF/lib">
226226
<fileset dir="${jar.dir}">
227227
<include name="cloud-awsapi.jar" />
228-
<include name="cloud-jasypt-1.9.jar" />
228+
<include name="jasypt-1.9.0.jar" />
229229
<include name="cloud-utils.jar" />
230230
</fileset>
231231
</copy>
@@ -299,7 +299,7 @@
299299
</fileset>
300300
<fileset dir="${jar.dir}">
301301
<include name="cloud-awsapi.jar" />
302-
<include name="cloud-jasypt-1.9.jar" />
302+
<include name="jasypt-1.9.0.jar" />
303303
</fileset>
304304
</copy>
305305
<copy todir="${debian.tomcat.dir}/lib">
@@ -374,7 +374,7 @@
374374
</fileset> -->
375375
<fileset dir="${jar.dir}">
376376
<include name="cloud-awsapi.jar" />
377-
<include name="cloud-jasypt-1.9.jar" />
377+
<include name="jasypt-1.9.0.jar" />
378378
</fileset>
379379
</copy>
380380
<copy todir="${rpm.tomcat.dir}/lib">

setup/bindir/cloud-setup-databases.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class DBDeployer(object):
6868
dbDotProperties = {}
6969
dbDotPropertiesIndex = 0
7070
encryptionKeyFile = '@MSCONF@/key'
71-
encryptionJarPath = '@JAVADIR@/cloud-jasypt-1.9.jar'
71+
encryptionJarPath = '@JAVADIR@/jasypt-1.9.0.jar'
7272
success = False
7373
magicString = 'This_is_a_magic_string_i_think_no_one_will_duplicate'
7474
tmpMysqlFile = os.path.join(os.path.expanduser('~/'), 'cloudstackmysql.tmp.sql')

setup/bindir/cloud-setup-encryption.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class DBDeployer(object):
6363
dbDotProperties = {}
6464
dbDotPropertiesIndex = 0
6565
encryptionKeyFile = '@MSCONF@/key'
66-
encryptionJarPath = '@JAVADIR@/cloud-jasypt-1.8.jar:@JAVADIR@/jasypt-1.8.jar:@JAVADIR@/jasypt-1.9.0.jar:@JAVADIR@/jasypt-1.9.jar'
66+
encryptionJarPath = '@JAVADIR@/cloud-jasypt-1.8.jar:@JAVADIR@/jasypt-1.8.jar:@JAVADIR@/jasypt-1.9.0.jar'
6767
success = False
6868
magicString = 'This_is_a_magic_string_i_think_no_one_will_duplicate'
6969

0 commit comments

Comments
 (0)