partkeepr

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

commit 6a7d6127cf61248002881fe67534a96dcc0bbfc0
parent 272fc89c744e4d3709c7448ca97b7b32c1acafbe
Author: Felicitus <felicitus@felicitus.org>
Date:   Thu, 16 Jun 2011 15:03:49 +0800

Remove "data" directory when cleaning

Diffstat:
Mbuild.xml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/build.xml b/build.xml @@ -14,6 +14,7 @@ <target name="clean"> <delete dir="reports" /> <delete dir="build" /> + <delete dir="data" /> </target> <!-- Re-generates the proxies needed by Doctrine2 -->