]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed hosted mode for mac leopard, obviously it still needs -XstartOnFirstThread
authorJani Laakso <jani.laakso@itmill.com>
Wed, 5 Dec 2007 09:01:13 +0000 (09:01 +0000)
committerJani Laakso <jani.laakso@itmill.com>
Wed, 5 Dec 2007 09:01:13 +0000 (09:01 +0000)
svn changeset:3171/svn branch:trunk

build/build.xml

index 2a0f119c2de53b828019dd62a2d1702861962280..9f9fbd971b5c0d755c818a6a72fc517bfa81a891 100644 (file)
        <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" />
+               <var name="eclipse-launch-vmargs" value="-XstartOnFirstThread -Xms256M -Xmx512M" />
                <antcall target="add-platform-specific-files" inheritAll="true" inheritRefs="true" />
                <var name="package-platform" value="mac_leopard" />
                <tar destfile="${result-path}/${product-file}-${package-platform}-${version}.tar.gz" compression="gzip" longfile="gnu">
                <copy todir="${output-dir}/WebContent">
                        <fileset dir="WebContent">
                                <exclude name="**/.svn" />
+                               <!-- TODO check what is neccessary -->
+                               <exclude name="ITMILL/themes/tests*" />
+                               <exclude name="ITMILL/themes/tests-magi/**/*" />
+                               <exclude name="ITMILL/themes/tests-featurebrowser/**/*" />
                                <exclude name="ITMILL/themes/tests*/**/*" />
                                <include name="demo/**/*" />
                                <include name="WEB-INF/lib/hsqldb.jar" />