]> source.dussan.org Git - vaadin-framework.git/commitdiff
Add antcontrib: prefix to an if block
authorLeif Åstrand <leif@vaadin.com>
Wed, 21 Dec 2011 08:56:25 +0000 (10:56 +0200)
committerLeif Åstrand <leif@vaadin.com>
Wed, 21 Dec 2011 08:56:41 +0000 (10:56 +0200)
tests/integration_tests.xml

index b4b636af32a01ede0c77c5715d0b07845a228c1c..b40549e5004bca694642b733ac099dca4be9aca9 100644 (file)
                                </antcall>\r
                                \r
                                <!-- Run theme tests in all browsers if there's a property with the test files -->\r
-                               <if>\r
+                               <antcontrib:if>\r
                                        <isset property="testfiles-theme" />\r
-                                       <then>\r
+                                       <antcontrib:then>\r
                                                <antcall target="integration-test-theme">\r
                                                        <param name="server-name" value="${target-server}" />\r
                                                        <param name="deployment.url" value="http://${target-host}:${target-port}" />\r
                                                </antcall>\r
-                                       </then>\r
-                               </if>\r
+                                       </antcontrib:then>\r
+                               </antcontrib:if>\r
                                \r
                                <!-- timeout in five minutes -->\r
                                <sshexec host="${target-host}" outputproperty="stop-output" timeout="300000" username="${user}" keyfile="${sshkey.file}" trust="yes" command="ant -f deploy.xml shutdown-and-cleanup" failonerror="false" />\r