From 9265fd0aa0814d22c10187eacbb5aadc351cccbf Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Wed, 29 Oct 2014 14:57:08 -0400
Subject: [PATCH] Rolled back experimental change.

---
 build.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/build.xml b/build.xml
index 50bf9d7c19c..9813584d1fd 100644
--- a/build.xml
+++ b/build.xml
@@ -112,8 +112,7 @@
     <if>
       <istrue value="${apachectl}" />
       <then>
-        <!-- <copy file="${srcdir}/local/httpd-vufind.conf" tofile="${apacheconfdir}/vufindtest.conf" /> -->
-        <exec command="cp ${srcdir}/local/httpd-vufind.conf ${apacheconfdir}/vufindtest.conf" />
+        <copy file="${srcdir}/local/httpd-vufind.conf" tofile="${apacheconfdir}/vufindtest.conf" />
         <exec command="${apachectl} restart" />
       </then>
     </if>
-- 
GitLab