Skip to content

Commit 5f1ef3b

Browse files
committed
CLOUDSTACK-257: Add jasypt and axiom
Define rule for ant to copy jasypt and axiom to deploy-rpm target.
1 parent c5e5f73 commit 5f1ef3b

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

build/build-aws-api.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,10 +371,13 @@
371371
<copy todir="${rpm.tomcat.dir}/webapps7080/awsapi/WEB-INF/lib">
372372
<fileset dir="${base.dir}/deps/awsapi-lib/rampart-lib">
373373
<include name="*.jar" />
374-
</fileset>
374+
</fileset>
375+
<fileset dir="${base.dir}/deps">
376+
<include name="axiom-*.jar"/>
377+
<include name="jasypt-1.9.0.jar"/>
378+
</fileset>
375379
<fileset dir="${jar.dir}">
376380
<include name="cloud-awsapi.jar" />
377-
<include name="jasypt-1.9.0.jar" />
378381
</fileset>
379382
</copy>
380383
<copy todir="${rpm.tomcat.dir}/lib">

0 commit comments

Comments
 (0)