partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 05053396bd04f731407605314e8ebeee5bd3a1b1
parent b29b94dfae15be6856323227feac69419a15542c
Author: Felicitus <felicitus@felicitus.org>
Date:   Thu, 22 Sep 2011 03:16:45 +0200

Modified "release" target to exclude config-release.php, since that's an obsolete file

Diffstat:
Mbuild.xml | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/build.xml b/build.xml @@ -92,7 +92,6 @@ <target name="release"> <phingcall target="build"/> - <copy overwrite="true" file="build/config-release.php" tofile="build/config.php"/> </target>