changeset 22:41bc856ceaea

moved the mcode folder to the root of the workspace;
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Fri, 06 Dec 2013 12:27:19 +0000
parents 533821b15f83
children 73a60617e1a7
files build.xml mcode/README.txt webapp/WEB-INF/mcode/README.txt
diffstat 3 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/build.xml	Fri Dec 06 12:26:54 2013 +0000
+++ b/build.xml	Fri Dec 06 12:27:19 2013 +0000
@@ -4,7 +4,7 @@
     </description>
 
   <!-- set global properties for this build -->
-  <property name="matlab-src" location="webapp/WEB-INF/mcode/human-echolocation"/>
+  <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"/>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mcode/README.txt	Fri Dec 06 12:27:19 2013 +0000
@@ -0,0 +1,1 @@
+You should put your MATLAB code in this folder.
--- a/webapp/WEB-INF/mcode/README.txt	Fri Dec 06 12:26:54 2013 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-You should put your MATLAB code in this folder.