]> source.dussan.org Git - vaadin-framework.git/commitdiff
leopard fix
authorJani Laakso <jani.laakso@itmill.com>
Fri, 30 Nov 2007 14:01:51 +0000 (14:01 +0000)
committerJani Laakso <jani.laakso@itmill.com>
Fri, 30 Nov 2007 14:01:51 +0000 (14:01 +0000)
svn changeset:3079/svn branch:trunk

build/build.xml

index e6c1c64b8868fc5408cf13323e32e1527257717e..82ab988638ac762acf2fa5e5b3bd8c808757e4f8 100644 (file)
                <antcall target="create-mac-diskimage" inheritAll="true" inheritRefs="true" />
        </target>
 
-       <target name="internal-package-mac-leopard">
+       <target name="internal-package-mac_leopard">
                <var name="package-platform" value="mac" />
                <echo>Creating package for ${package-platform}_leopard platform.</echo>
                <var name="eclipse-launch-vmargs" value="-Xms256M -Xmx512M" />
                        <then>
                                <copy todir="${output-dir}">
                                        <fileset dir="build/package">
+                                               <include name="Start IT Mill Toolkit.app" />
                                                <include name="start-demo.sh" />
                                                <include name="start-demo.txt" />
                                                <include name=".VolumeIcon.icns" />
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
        <target name="root">
 
-               <copy todir="${output-dir}/license">
+               <copy todir="${output-dir}/WebContent/license">
                        <fileset dir="license">
                                <filename name="*.pdf" />
                        </fileset>
                </copy>
-               <copy todir="${output-dir}">
+               <copy todir="${output-dir}/WebContent">
                        <filterchain>
                                <expandproperties />
                                <replacetokens begintoken="&lt;" endtoken=">">
                                <filename name="release-notes.html" />
                        </fileset>
                </copy>
-               <copy todir="${output-dir}">
+               <copy todir="${output-dir}/WebContent">
                        <filterchain>
                                <expandproperties />
                                <replacetokens begintoken="&lt;" endtoken=">">
                </copy>
 
                <!-- copy 3rd part libraries used by demo -->
-               <copy todir="${output-dir}/lib/demo">
+               <copy todir="${output-dir}/WebContent/lib/demo">
                        <fileset dir="lib">
                                <include name="reservr/**/*" />
                        </fileset>
                </copy>
-               <copy todir="${output-dir}/lib">
+               <copy todir="${output-dir}/WebContent/lib">
                        <fileset dir="lib">
                                <include name="jetty/**/*" />
                        </fileset>
                        </fileset>
                </copy>
 
+               <!--
                <echo>Adding javadocs</echo>
                <copy todir="${output-dir}/WebContent/doc">
                        <fileset dir="${output-dir}/doc">
                                <include name="api/**/*" />
                        </fileset>
                </copy>
-
+               -->
+               
                <echo>Building WAR</echo>
                <war warfile="${output-dir}/lib/${product-file}.war" webxml="build/package/web.xml">
                        <fileset dir="${output-dir}/WebContent">