Mercurial > hg > human-echolocation-java-webapp
changeset 18:495cab3dc33a
Making sure the war file is rebuilt when the java classes are changed
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Thu, 05 Dec 2013 17:03:02 +0000 |
parents | 00cae11c09bd |
children | 6300c7d0300a |
files | build.xml |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/build.xml Thu Dec 05 15:14:03 2013 +0000 +++ b/build.xml Thu Dec 05 17:03:02 2013 +0000 @@ -19,10 +19,12 @@ <uptodate property="warBuild.notRequired" targetfile="${war.file}" > <srcfiles dir= "${classes}" includes="*.class"/> + <srcfiles dir= "${src}" includes="*.java" /> <srcfiles dir= "${web.dir}" includes="*.jsp"/> <srcfiles dir= "${web.dir}" includes="*.css"/> <srcfiles dir= "${web.dir}" includes="*.xml" /> <srcfiles dir= "${web.dir}/script" includes="*.js" /> + <srcfiles dir= "${web.dir}/script" includes="*.js" /> </uptodate> <target name="init">