Skip to content

Commit

Permalink
Exclude the build directory from phpcb target
Browse files Browse the repository at this point in the history
  • Loading branch information
cbandy committed Jul 2, 2011
1 parent fc89d31 commit 1604812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@

<!-- Run PHP CodeBrowser and generate output -->
<target name="phpcb-log">
<exec command="phpcb --log ${builddir}/logs --source ${basedir} --output ${builddir}/code-browser" passthru="true"/>
<exec command="phpcb --exclude=${builddir}/** --log=${builddir}/logs --source=${basedir} --output=${builddir}/code-browser" passthru="true"/>
</target>

<!-- Build a release .zip -->
Expand Down

0 comments on commit 1604812

Please sign in to comment.