]> source.dussan.org Git - vaadin-framework.git/commitdiff
Added web build packaging
authorSami Ekblad <sami.ekblad@itmill.com>
Tue, 13 Mar 2007 22:03:55 +0000 (22:03 +0000)
committerSami Ekblad <sami.ekblad@itmill.com>
Tue, 13 Mar 2007 22:03:55 +0000 (22:03 +0000)
svn changeset:877/svn branch:trunk

build/build-www.itmill.com.xml

index cd59fa8a02e6f227c50040be0ef0026ebfe587b3..e025f9729423c8d5477985e83fce9e5f576ff0d8 100644 (file)
                                <exclude name="**/.svn" />
                        </fileset>
                </copy>
-       </target>
+               <!-- rename to JSP -->
+                <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>
+               <!-- make a zip file -->
+               <zip destfile="build/result/www.itmill.com//manual.zip" basedir="build/result/www.itmill.com/manual" />
+  </target>
 
        <!-- Clean results - - - - - - - - - - - - - - - - - - - - - - - - - -->
        <target name="clean-all" depends="">