Skip to content

Commit aa8288b

Browse files
author
Sebastian Feldmann
committed
Merge branch 'master' into 2.1
2 parents a4683d6 + a0e3fcd commit aa8288b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166

167167
<copy file="${basedir}/vendor/phpunit/php-timer/LICENSE" tofile="${basedir}/build/phar/lib/php-timer/LICENSE"/>
168168
<copy todir="${basedir}/build/phar/lib/php-timer">
169-
<fileset dir="${basedir}/vendor/phpunit/php-timer/PHP">
169+
<fileset dir="${basedir}/vendor/phpunit/php-timer/src">
170170
<include name="**/*.php" />
171171
<exclude name="**/Autoload.*" />
172172
</fileset>

0 commit comments

Comments
 (0)