Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 063e837

Browse files
authored
Update build.xml
fixing S3 issue
1 parent 8e297d2 commit 063e837

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,8 @@
527527
<copy file="${tokenized_conf}/direct-ds.xml" todir="${jboss.home}/server/${server.name}/deploy" overwrite="true"/>
528528
<copy todir="${jboss.home}/server/${server.name}/conf" overwrite="true">
529529
<fileset dir="${tokenized_conf}">
530-
<include name="ApplicationServer.properties" />
530+
<include name="AwsS3Credentials.properties" />
531+
<include name="ApplicationServer.properties" />
531532
<include name="DBMS.properties" />
532533
<include name="DataAccess.properties" />
533534
<include name="cache.properties" />

0 commit comments

Comments
 (0)