Skip to content

Commit

Permalink
Exclude vendor and PHP classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswsinc committed May 31, 2015
1 parent 9d95e66 commit 52a2c32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/psr4/.build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -494,10 +494,12 @@
<arg value="--title" />
<arg value="${project_title}" />

<arg value="--exclude" />
<arg value="vendor" />

<arg value="--download" />
<arg value="--deprecated" />
<arg value="--todo" />
<arg value="--php" />
<arg value="--debug" />
</exec>
<echo msg="------------------------------------" />
Expand Down

0 comments on commit 52a2c32

Please sign in to comment.