Mercurial > hg > human-echolocation-java-webapp
diff build.xml @ 23:73a60617e1a7
Moved the src and classes folders to the root of the workspace; renamed the classes folder to build
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Fri, 06 Dec 2013 12:51:59 +0000 |
parents | 41bc856ceaea |
children | 97711e9cc433 |
line wrap: on
line diff
--- a/build.xml Fri Dec 06 12:27:19 2013 +0000 +++ b/build.xml Fri Dec 06 12:51:59 2013 +0000 @@ -7,8 +7,8 @@ <property name="matlab-src" location="mcode/human-echolocation"/> <property name="matlab-build" location="scratch"/> <property name="lib" location="webapp/WEB-INF/lib"/> - <property name="src" location="webapp/WEB-INF/src"/> - <property name="classes" location="webapp/WEB-INF/classes"/> + <property name="src" location="src"/> + <property name="classes" location="build"/> <property name="web.dir" location="webapp"/> <property name="war.file" location="echoapp.war"/>