Skip to content

Commit

Permalink
Actually exclude core test cases from pear packages.
Browse files Browse the repository at this point in the history
Refs #2620
  • Loading branch information
markstory committed Jan 30, 2014
1 parent c349fd1 commit e5b36f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -29,7 +29,7 @@
<exclude name="Console/cake.bat" />
<exclude name="Console/cake.php" />
<exclude name="Console/cake" />
<exclude name="./lib/Cake/Test" />
<exclude name="Test/**" />
</fileset>

<!--
Expand Down

0 comments on commit e5b36f6

Please sign in to comment.