aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Laakso <jani.laakso@itmill.com>2007-11-05 09:38:08 +0000
committerJani Laakso <jani.laakso@itmill.com>2007-11-05 09:38:08 +0000
commite3a17ca993c513f422fa8afa9a8097a99f0f34ac (patch)
tree4b41ba0678804c99c9aca9e234244cfcb6043776
parentfb9c1c97f4f434c77f7f84dd49fff79d729dd5a4 (diff)
downloadvaadin-framework-e3a17ca993c513f422fa8afa9a8097a99f0f34ac.tar.gz
vaadin-framework-e3a17ca993c513f422fa8afa9a8097a99f0f34ac.zip
Sorry, JSP naming was actually required..
svn changeset:2711/svn branch:trunk
-rw-r--r--build/build-www.itmill.com.xml21
1 files changed, 10 insertions, 11 deletions
diff --git a/build/build-www.itmill.com.xml b/build/build-www.itmill.com.xml
index 43467144ea..701f002564 100644
--- a/build/build-www.itmill.com.xml
+++ b/build/build-www.itmill.com.xml
@@ -2,8 +2,8 @@
<project name="www.itmill.com" basedir="../" default="site">
- <target name="site" depends="clean-all, manual-html"/>
-
+ <target name="site" depends="clean-all, manual-html" />
+
<target name="init">
<!-- Create result dir unless already exists -->
@@ -29,10 +29,9 @@
</target>
<target name="manual-html" depends="init">
- <mkdir dir="build/result/www.itmill.com/manual"/>
+ <mkdir dir="build/result/www.itmill.com/manual" />
<delete file="build/docbook/conf/temp.xsl" />
- <copy file="build/docbook/www.itmill.com/custom-www.itmill.com-docbook.xsl"
- tofile="build/docbook/conf/temp.xsl">
+ <copy file="build/docbook/www.itmill.com/custom-www.itmill.com-docbook.xsl" tofile="build/docbook/conf/temp.xsl">
<filterchain>
<replacetokens>
@@ -66,15 +65,15 @@
</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"/>
+ <include name="*.html" />
</fileset>
- <mapper type="glob" from="*.html" to="*.jsp"/>
- </move>-->
+ <mapper type="glob" from="*.html" to="*.jsp" />
+ </move>
<!-- make a zip file -->
- <zip destfile="build/result/www.itmill.com//manual.zip" basedir="build/result/www.itmill.com/manual" />
- </target>
+ <zip destfile="build/result/www.itmill.com//manual.zip" basedir="build/result/www.itmill.com/manual" />
+ </target>
<!-- Clean results - - - - - - - - - - - - - - - - - - - - - - - - - -->
<target name="clean-all" depends="">