diff options
author | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2008-12-23 11:30:55 +0000 |
---|---|---|
committer | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2008-12-23 11:30:55 +0000 |
commit | b5101272c1f8be6902715304f007b828d0420a2d (patch) | |
tree | d32ba221bc3b3675328c600b719ee8790a1a508b /build | |
parent | 567bf226c85d16cea924ac1df4aaee582139cb62 (diff) | |
download | vaadin-framework-b5101272c1f8be6902715304f007b828d0420a2d.tar.gz vaadin-framework-b5101272c1f8be6902715304f007b828d0420a2d.zip |
Do not build OOPHM by default in order to assure that correct GWT version is used.
svn changeset:6350/svn branch:trunk
Diffstat (limited to 'build')
-rw-r--r-- | build/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml index dbc737f096..0ff57ace82 100644 --- a/build/build.xml +++ b/build/build.xml @@ -29,7 +29,7 @@ <!-- Call one of package-* targets unless you understand what you are doing --> - <target name="package-all" depends="clean-all, init, build, docs, internal-package-mac, internal-package-windows, internal-package-linux, internal-package-oophm, internal-package-war" description="Build public packages for Windows, Linux and Mac platforms."> + <target name="package-all" depends="clean-all, init, build, docs, internal-package-mac, internal-package-windows, internal-package-linux, internal-package-war" description="Build public packages for Windows, Linux and Mac platforms."> </target> <target name="package-mac" depends="clean-all, init, build, docs, internal-package-mac" description="Create public tar.gz package for Mac."> |