template-dist is copied to installdir
authorcvs <cvs>
Fri, 31 Aug 2001 18:21:01 +0000 (18:21 +0000)
committercvs <cvs>
Fri, 31 Aug 2001 18:21:01 +0000 (18:21 +0000)
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>