Skip to content

Commit bf6ff5d

Browse files
author
Jacob Christiansen
committed
Remember to remove the targets
1 parent 974ddd9 commit bf6ff5d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
<project name="Colourbox SSP cassrver module" default="build">
44
<target name="build"
5-
depends="prepare,lint,phploc-ci,pdepend,phpmd-ci,phpcs-ci,phpcpd-ci,phpunit,phpcb,securitycheck,phpdox"/>
5+
depends="prepare,lint,phploc-ci,pdepend,phpmd-ci,phpcs-ci,phpcpd-ci,phpunit,phpcb,securitycheck"/>
66

77
<target name="build-parallel"
8-
depends="prepare,lint,tools-parallel,phpunit,phpcb,phpdox"/>
8+
depends="prepare,lint,tools-parallel,phpunit,phpcb"/>
99

1010
<target name="tools-parallel" description="Run tools in parallel">
1111
<parallel threadCount="2">
@@ -28,7 +28,6 @@
2828
<delete dir="${basedir}/build/coverage"/>
2929
<delete dir="${basedir}/build/logs"/>
3030
<delete dir="${basedir}/build/pdepend"/>
31-
<delete dir="${basedir}/build/phpdox"/>
3231
<delete dir="${basedir}/build/docs"/>
3332
<property name="clean.done" value="true"/>
3433
</target>

0 commit comments

Comments
 (0)