template-dist is copied to installdir
[mir.git] / build.xml
index 2d7874c..63f3eef 100755 (executable)
--- a/build.xml
+++ b/build.xml
@@ -54,7 +54,7 @@
     </copy>
     <mkdir  dir="${deploy.home}/templates"/>
     <copy todir="${deploy.home}/templates">
-      <fileset dir="templates"/>
+      <fileset dir="templates-dist"/>
     </copy>
     <mkdir  dir="${deploy.home}/src"/>
     <copy todir="${deploy.home}/src">
     <jar jarfile="${dist.home}/${dist.war}"
          basedir="${deploy.home}"/>
   </target>
-</project>
\ No newline at end of file
+</project>