From 7fb2502cc256b0a5a88cd6db48071d19625c9258 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Fri, 2 Nov 2012 14:29:01 -0400
Subject: [PATCH] Exclude files to work around problem with phpdoc2.

---
 build.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index a97796f47ef..be6128a3d8d 100644
--- a/build.xml
+++ b/build.xml
@@ -52,8 +52,9 @@
       destdir="${builddir}/apidocs">
       <fileset dir=".">
         <include name="module/VuFind/src/**/*.php" />
-        <!-- This file breaks phpdoc2; exclude until we can figure out why: -->
+        <!-- These files break phpdoc2; exclude until we can figure out why: -->
         <exclude name="module/VuFind/src/VuFind/Log/Writer/Stream.php" />
+        <exclude name="module/VuFind/src/VuFind/SMS/*.php" />
       </fileset>
     </phpdoc2>
 
-- 
GitLab