]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix, still webapps/itmill-toolkit.war needs to be pointed into /
authorJani Laakso <jani.laakso@itmill.com>
Thu, 5 Apr 2007 12:51:03 +0000 (12:51 +0000)
committerJani Laakso <jani.laakso@itmill.com>
Thu, 5 Apr 2007 12:51:03 +0000 (12:51 +0000)
svn changeset:1174/svn branch:trunk

build/build.xml

index 5858802ceab08baae77d68c0b3f867459adf0e3c..7ea806cd944251bc28d712a00f4b8358bfb18c44 100644 (file)
                </copy>
                
                <!-- Create demo WAR -->
-               <war warfile="${output-dir}/demo/${product-file}.war" webxml="WebContent/WEB-INF/web.xml">
+               <war warfile="${output-dir}/demo/webapps/${product-file}.war" webxml="WebContent/WEB-INF/web.xml">
                        <!-- WebContent: htmls, styles, license-->
                        <fileset dir="WebContent">
                                <exclude name="**/.svn" />