Skip to content
This repository has been archived by the owner on Apr 11, 2018. It is now read-only.

Commit

Permalink
[APOLLO-2316] - removing php documentor task from build/build.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyquinton committed May 15, 2014
1 parent c03a37c commit 0713467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.xml
Expand Up @@ -2,7 +2,7 @@

<project name="opg-core-back-end" default="build">

<target name="build" depends="clean,prepare,phpunit,phpmd-ci,phpcs-ci,phpcpd,phpcb,phpdocs"/>
<target name="build" depends="clean,prepare,phpunit,phpmd-ci,phpcs-ci,phpcpd,phpcb"/>

<target name="clean">
<delete dir="${basedir}/output"/>
Expand Down

0 comments on commit 0713467

Please sign in to comment.