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:
parent
c7f99d0d98
commit
ff4daef39c
|
@ -110,7 +110,8 @@
|
||||||
|
|
||||||
<copy todir="./build/Documentation/Examples" overwrite="true">
|
<copy todir="./build/Documentation/Examples" overwrite="true">
|
||||||
<fileset dir="../Documentation/Examples">
|
<fileset dir="../Documentation/Examples">
|
||||||
<include name="**.*" />
|
<include name="**/*" />
|
||||||
|
<exclude name="assets" />
|
||||||
<exclude name="**/.svn" />
|
<exclude name="**/.svn" />
|
||||||
</fileset>
|
</fileset>
|
||||||
</copy>
|
</copy>
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
|
|
||||||
|
|
||||||
Fixed in SVN:
|
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 15459 - Invalid cell coordinate in Autofilter for Excel2007 Writer
|
||||||
- Bugfix: (MBaker) Work item 15518 - PCLZip library issue
|
- Bugfix: (MBaker) Work item 15518 - PCLZip library issue
|
||||||
- Bugfix: (MBaker) Work item 15537 - Excel2007 Reader canRead function bug
|
- Bugfix: (MBaker) Work item 15537 - Excel2007 Reader canRead function bug
|
||||||
|
|
Loading…
Reference in New Issue