aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJani Laakso <jani.laakso@itmill.com>2007-11-05 09:37:33 +0000
committerJani Laakso <jani.laakso@itmill.com>2007-11-05 09:37:33 +0000
commitfb9c1c97f4f434c77f7f84dd49fff79d729dd5a4 (patch)
tree9dad2085061f1024d41d503b59127a519e8c231c /build
parentc397a92e8d15978852d8f08af7fa0ea992c59ca4 (diff)
downloadvaadin-framework-fb9c1c97f4f434c77f7f84dd49fff79d729dd5a4.tar.gz
vaadin-framework-fb9c1c97f4f434c77f7f84dd49fff79d729dd5a4.zip
For Sami, changed build in such way that JSP naming is not done.
svn changeset:2710/svn branch:trunk
Diffstat (limited to 'build')
-rw-r--r--build/build-www.itmill.com.xml4
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>