diff options
author | Marko Grönroos <magi@iki.fi> | 2010-04-15 17:45:43 +0000 |
---|---|---|
committer | Marko Grönroos <magi@iki.fi> | 2010-04-15 17:45:43 +0000 |
commit | bad9380ff937f919d937a70ec84e21e8706f6ba9 (patch) | |
tree | 6076fad64d2d9c12ac2e91afc17a5a8055ccaad9 /build/build.xml | |
parent | 260795889a73e8375b24b7a3c1391dcda491c396 (diff) | |
download | vaadin-framework-bad9380ff937f919d937a70ec84e21e8706f6ba9.tar.gz vaadin-framework-bad9380ff937f919d937a70ec84e21e8706f6ba9.zip |
Updated differences script to assume that Vaadin distribution package is a Zip. Fixes #4534.
svn changeset:12573/svn branch:6.3
Diffstat (limited to 'build/build.xml')
-rw-r--r-- | build/build.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build/build.xml b/build/build.xml index 63120378a9..967632f5ce 100644 --- a/build/build.xml +++ b/build/build.xml @@ -222,8 +222,7 @@ </zip> <!-- Notice that the differences comparison is conditional. --> - <!-- It seems antcall does not take into account the if= attribute of the target, disabled temporarily for #4534 --> - <!-- <antcall target="differences"/> --> + <antcall target="differences"/> </target> <target name="internal-package-war"> |