]> source.dussan.org Git - vaadin-framework.git/commitdiff
Added mac_leopard target to build.xml
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Sat, 14 Jun 2008 19:32:07 +0000 (19:32 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Sat, 14 Jun 2008 19:32:07 +0000 (19:32 +0000)
svn changeset:4890/svn branch:trunk

build/build.xml

index 07790653e59b7a6f2d7aeb0cb317f6aa87a2ff72..09c41d6068f105347ac06ee4714cbbed2343379d 100644 (file)
@@ -35,6 +35,9 @@
        <target name="package-mac" depends="clean-all, init, build, docs, internal-package-mac" description="Create public tar.gz package for Mac.">
        </target>
 
+       <target name="package-mac_leopard" depends="clean-all, init, build, docs, internal-package-mac_leopard" description="Create public tar.gz package for Mac.">
+       </target>
+
        <target name="package-windows" depends="clean-all, init, build, docs, internal-package-windows" description="Create public ZIP package for Windows.">
        </target>