]> source.dussan.org Git - vaadin-framework.git/commitdiff
Sorry, JSP naming was actually required..
authorJani Laakso <jani.laakso@itmill.com>
Mon, 5 Nov 2007 09:38:08 +0000 (09:38 +0000)
committerJani Laakso <jani.laakso@itmill.com>
Mon, 5 Nov 2007 09:38:08 +0000 (09:38 +0000)
svn changeset:2711/svn branch:trunk

build/build-www.itmill.com.xml

index 43467144ea82df11615feecfe5531ee6cade3fe9..701f0025646861fde38ecbc621693c50b6f05ef0 100644 (file)
@@ -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 -->
        </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>
                        </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="">