From edf3861f30d3033c4ca10c83e73c51a61e042262 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Wed, 4 Sep 2019 10:11:50 -0400 Subject: [PATCH] Remove composer step from startup task. - Now that we use composer to install phing, we no longer need to use phing to install composer. --- build.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.xml b/build.xml index 4eda8c40594..12b877e6890 100644 --- a/build.xml +++ b/build.xml @@ -242,9 +242,6 @@ <!-- Install and Activate VuFind --> <target name="startup" description="install and activate demo"> - <!-- get dependencies --> - <phingcall target="composer" /> - <!-- set up appropriate read/write permissions for Apache --> <exec command="chmod -R a+w ${srcdir}/local/cache" /> -- GitLab