General: Fix to build to ensure that Examples are included with the documentation

git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@72195 2327b42d-5241-43d6-9e2a-de5ac946f064
This commit is contained in:
Mark Baker 2011-04-23 21:12:20 +00:00
parent c7f99d0d98
commit ff4daef39c
2 changed files with 3 additions and 1 deletions

View File

@ -110,7 +110,8 @@
<copy todir="./build/Documentation/Examples" overwrite="true">
<fileset dir="../Documentation/Examples">
<include name="**.*" />
<include name="**/*" />
<exclude name="assets" />
<exclude name="**/.svn" />
</fileset>
</copy>

View File

@ -24,6 +24,7 @@
Fixed in SVN:
- General: (MBaker) Fix to build to ensure that Examples are included with the documentation
- Bugfix: (MBaker) Work item 15459 - Invalid cell coordinate in Autofilter for Excel2007 Writer
- Bugfix: (MBaker) Work item 15518 - PCLZip library issue
- Bugfix: (MBaker) Work item 15537 - Excel2007 Reader canRead function bug