From ff4daef39cf1956956d4e1a1f760e34d70f10138 Mon Sep 17 00:00:00 2001 From: Mark Baker Date: Sat, 23 Apr 2011 21:12:20 +0000 Subject: [PATCH] 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 --- Build/build.xml | 3 ++- changelog.txt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Build/build.xml b/Build/build.xml index cd357351..10f0fdc3 100644 --- a/Build/build.xml +++ b/Build/build.xml @@ -110,7 +110,8 @@ - + + diff --git a/changelog.txt b/changelog.txt index 4e947f49..fbca91b4 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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