changeset 7:81cbea09cc75

Changes in the build file - also checking mcode/private folder for changes.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Thu, 28 Nov 2013 11:30:56 +0000
parents 83e0c27b4dbc
children 76f809129f98
files build.xml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/build.xml	Wed Nov 27 17:58:27 2013 +0000
+++ b/build.xml	Thu Nov 28 11:30:56 2013 +0000
@@ -12,7 +12,8 @@
   <property name="dist"  location="dist"/>
 
   <uptodate property="matlabCompile.notRequired" targetfile="${matlab-build}/isvr.jar" >
-    <srcfiles dir= "${matlab-src}/" includes="*.m"/>
+    <srcfiles dir= "${matlab-src}" includes="*.m"/>
+    <srcfiles dir= "${matlab-src}/private" includes="*.m"/>
   </uptodate>
 
   <target name="init">