Skip to content

Commit 657b63f

Browse files
Remove old dependencies
Some 2nd layer dependencies got removed. YAY!!!
1 parent 10a6a41 commit 657b63f

File tree

1 file changed

+2
-37
lines changed

1 file changed

+2
-37
lines changed

build.xml

Lines changed: 2 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
</copy>
137137

138138
<!-- AMAZON AWS -->
139-
<copy file="${basedir}/vendor/aws/aws-sdk-php/LICENSE.md" tofile="${basedir}/build/phar/lib/aws-sdk/LICENSE"/>
139+
<copy file="${basedir}/vendor/aws/aws-sdk-php/LICENSE" tofile="${basedir}/build/phar/lib/aws-sdk/LICENSE"/>
140140
<copy todir="${basedir}/build/phar/lib/aws-sdk">
141141
<fileset dir="${basedir}/vendor/aws/aws-sdk-php/src">
142142
<include name="**/*.php"/>
@@ -413,14 +413,6 @@
413413
<include name="**/*.php"/>
414414
</fileset>
415415
</copy>
416-
<copy file="${basedir}/vendor/psr/log/LICENSE"
417-
tofile="${basedir}/build/phar/lib/psr/log/LICENSE"/>
418-
<copy todir="${basedir}/build/phar/lib/psr/log">
419-
<fileset dir="${basedir}/vendor/psr/log/Psr">
420-
<include name="**/*.php"/>
421-
</fileset>
422-
</copy>
423-
424416

425417
<!-- PHPSECLIB -->
426418
<copy file="${basedir}/vendor/phpseclib/phpseclib/LICENSE" tofile="${basedir}/build/phar/lib/phpseclib/LICENSE"/>
@@ -468,25 +460,6 @@
468460
</fileset>
469461
</copy>
470462

471-
<!-- OPENSTACK -->
472-
<copy file="${basedir}/vendor/php-opencloud/openstack/LICENSE"
473-
tofile="${basedir}/build/phar/lib/php-opencloud/openstack/LICENSE"/>
474-
<copy todir="${basedir}/build/phar/lib/php-opencloud/openstack">
475-
<fileset dir="${basedir}/vendor/php-opencloud/openstack/src">
476-
<include name="**/*.php"/>
477-
<exclude name="**/Test*"/>
478-
</fileset>
479-
</copy>
480-
481-
<copy file="${basedir}/vendor/justinrainbow/json-schema/LICENSE"
482-
tofile="${basedir}/build/phar/lib/justinrainbow/json-schema/LICENSE"/>
483-
<copy todir="${basedir}/build/phar/lib/justinrainbow/json-schema">
484-
<fileset dir="${basedir}/vendor/justinrainbow/json-schema/src">
485-
<include name="**/*.php"/>
486-
<exclude name="**/Test*"/>
487-
</fileset>
488-
</copy>
489-
490463
<!-- PHP-HTTP -->
491464
<copy file="${basedir}/vendor/php-http/httplug/LICENSE"
492465
tofile="${basedir}/build/phar/lib/php-http/httplug/LICENSE"/>
@@ -545,15 +518,7 @@
545518
</fileset>
546519
</copy>
547520

548-
<copy file="${basedir}/vendor/zendframework/zend-diactoros/LICENSE.md"
549-
tofile="${basedir}/build/phar/lib/zendframework/zend-diactoros/LICENSE"/>
550-
<copy todir="${basedir}/build/phar/lib/zendframework/zend-diactoros">
551-
<fileset dir="${basedir}/vendor/zendframework/zend-diactoros/src">
552-
<include name="**/*.php"/>
553-
</fileset>
554-
</copy>
555-
556-
<copy file="${basedir}/vendor/league/event/LICENCE"
521+
<copy file="${basedir}/vendor/league/event/LICENSE"
557522
tofile="${basedir}/build/phar/lib/league/event/LICENSE"/>
558523
<copy todir="${basedir}/build/phar/lib/league/event">
559524
<fileset dir="${basedir}/vendor/league/event/src">

0 commit comments

Comments
 (0)