From caf350c01f1ca6083d54ec1f8c5a5271b1a48b25 Mon Sep 17 00:00:00 2001 From: mark_story Date: Tue, 7 Jan 2014 10:06:50 -0500 Subject: [PATCH] Exclude lib/Cake/Test when building pear packages. The core tests include a number of files that cause grief when the cakephp pear package is installed via composer. Excluding the core tests solves all of these problems and makes a smaller package which is nice. Fixes #2620 --- build.xml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/build.xml b/build.xml index af2a1e288..d36dbb381 100644 --- a/build.xml +++ b/build.xml @@ -29,6 +29,7 @@ + @@ -140,7 +137,6 @@ script - php php php php @@ -244,11 +240,11 @@ - + - +