Skip to content

Commit 2596dc8

Browse files
committed
Update build
1 parent 1961dd7 commit 2596dc8

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

build.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,6 @@
1919
<arg line="--cache ${basedir}/build/phpab/autoload.cache -o src/autoload.php" />
2020
<arg path="src" />
2121
</exec>
22-
<exec executable="${basedir}/tools/phpab">
23-
<arg line="--cache ${basedir}/build/phpab/autoload.cache" />
24-
<arg line="-o src/vendor.php" />
25-
<arg line="-b vendor" />
26-
<arg line="-t ${basedir}/build/phpab/vendor.tpl" />
27-
<arg path="vendor/phpunit/php-timer/src" />
28-
<arg path="vendor/nikic/php-parser/lib" />
29-
<arg path="vendor/theseer/*/src" />
30-
</exec>
3122
</target>
3223

3324
<target name="phpunit" description="Run unit tests using PHPUnit and generates junit.xml and clover.xml">

0 commit comments

Comments
 (0)