partkeepr

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

commit 56c2c277a6b3bded5556879160532ab290cb476e
parent 8362de92e39367a66757c28eecf34a0b1d445b14
Author: Felicitus <felicitus@felicitus.org>
Date:   Thu,  8 Sep 2011 00:23:02 +0200

Force submodule update on each build

Maybe not the best solution, but makes it easier for new developers

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

diff --git a/build.xml b/build.xml @@ -32,8 +32,12 @@ </copy> </target> + <target name="git-update-submodules"> + <exec command="git submodule update" checkreturn="true"/> + </target> <!-- Builds the frontend, regenerates the proxies and minifies the JS --> <target name="build"> + <phingcall target="git-update-submodules"/> <echo>Copying 3rdparty/extjs - this may take up to a few minutes</echo> <mkdir dir="build/"/> <copy overwrite="false" todir="build/extjs/">