Skip to content

Commit 48a753f

Browse files
author
Sebastian Feldmann
committed
Merge branch 'master' into 5.1
2 parents f547ae9 + 89fd230 commit 48a753f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

build.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,11 @@
270270
<exclude name="XRay/**"/>
271271
</fileset>
272272
</copy>
273-
<copy file="${basedir}/vendor/aws/aws-sdk-php/src/data/endpoints.json.php" tofile="${basedir}/build/phar/lib/aws-sdk/data/endpoints.json.php"/>
274-
<copy file="${basedir}/vendor/aws/aws-sdk-php/src/data/manifest.json.php" tofile="${basedir}/build/phar/lib/aws-sdk/data/manifest.json.php"/>
273+
<copy todir="${basedir}/build/phar/lib/aws-sdk/data">
274+
<fileset dir="${basedir}/vendor/aws/aws-sdk-php/src/data">
275+
<include name="*.php"/>
276+
</fileset>
277+
</copy>
275278
<copy todir="${basedir}/build/phar/lib/aws-sdk/data/s3">
276279
<fileset dir="${basedir}/vendor/aws/aws-sdk-php/src/data/s3">
277280
<include name="**/*.php"/>

0 commit comments

Comments
 (0)