diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/build-www.itmill.com.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/build-www.itmill.com.xml b/build/build-www.itmill.com.xml index e025f97294..43467144ea 100644 --- a/build/build-www.itmill.com.xml +++ b/build/build-www.itmill.com.xml @@ -66,12 +66,12 @@ </fileset> </copy> <!-- rename to JSP --> - <move todir="build/result/www.itmill.com/manual"> + <!--<move todir="build/result/www.itmill.com/manual"> <fileset dir="build/result/www.itmill.com/manual"> <include name="*.html"/> </fileset> <mapper type="glob" from="*.html" to="*.jsp"/> - </move> + </move>--> <!-- make a zip file --> <zip destfile="build/result/www.itmill.com//manual.zip" basedir="build/result/www.itmill.com/manual" /> </target> |