diff options
author | Henri Sara <henri.sara@itmill.com> | 2010-04-14 10:02:33 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2010-04-14 10:02:33 +0000 |
commit | ac3701f2331dff8fd8fe945e431359482d71442c (patch) | |
tree | c7091e72315f5393707f8322f8bf03d5aea5da8f /build | |
parent | 6e1f7e543ad83abcbc4083faaab87a8eca047746 (diff) | |
download | vaadin-framework-ac3701f2331dff8fd8fe945e431359482d71442c.tar.gz vaadin-framework-ac3701f2331dff8fd8fe945e431359482d71442c.zip |
#4534 temporarily disable build differencing
svn changeset:12525/svn branch:6.3
Diffstat (limited to 'build')
-rw-r--r-- | build/build.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml index 35d65dc7b9..63120378a9 100644 --- a/build/build.xml +++ b/build/build.xml @@ -222,7 +222,8 @@ </zip> <!-- Notice that the differences comparison is conditional. --> - <antcall target="differences"/> + <!-- It seems antcall does not take into account the if= attribute of the target, disabled temporarily for #4534 --> + <!-- <antcall target="differences"/> --> </target> <target name="internal-package-war"> |