From 53702b1e0c99fa7de4ba191fe06b231f5fbfae11 Mon Sep 17 00:00:00 2001 From: Purodha <bli00@hostsharing.net> Date: Wed, 02 Jan 2013 14:42:15 +0100 Subject: [PATCH] build target "deploy" added. --- hsarweb/build.xml | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/hsarweb/build.xml b/hsarweb/build.xml index eaad198..f0dcc5b 100644 --- a/hsarweb/build.xml +++ b/hsarweb/build.xml @@ -44,4 +44,12 @@ <delete file="WebContent/WEB-INF/web.xml"/> </target> + + <target name="deploy" depends="war"> + <delete dir="${hsar.deploy.dir}/hsarweb" /> + <copy file="build/hsarweb.war" todir="${hsar.deploy.dir}" /> + <!-- <sleep minutes="2"/> --> + </target> + + </project> -- Gitblit v1.9.0-SNAPSHOT