Skip to content

Commit 89fd230

Browse files
Add missing AWS file to phar - issue #157
1 parent ba538e7 commit 89fd230

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)