summaryrefslogtreecommitdiffstats
path: root/tests/integration_tests.xml
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2011-12-20 16:22:56 +0200
committerLeif Åstrand <leif@vaadin.com>2011-12-20 16:23:17 +0200
commitfee521c537d3cae9e3eb0a0663ade6ebeec7d1d7 (patch)
treeed8b288bb001583da6d8a49109c3f999692abae7 /tests/integration_tests.xml
parentc01b4b156ef0f3b0c0bc752bd87e226a06cf1b18 (diff)
downloadvaadin-framework-fee521c537d3cae9e3eb0a0663ade6ebeec7d1d7.tar.gz
vaadin-framework-fee521c537d3cae9e3eb0a0663ade6ebeec7d1d7.zip
Add one missing antcontrib: prefix
Diffstat (limited to 'tests/integration_tests.xml')
-rw-r--r--tests/integration_tests.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration_tests.xml b/tests/integration_tests.xml
index 338d48ae5c..b4b636af32 100644
--- a/tests/integration_tests.xml
+++ b/tests/integration_tests.xml
@@ -393,7 +393,7 @@
</target>
<target name="echo-prefix">
- <propertyregex property="message-prefixed" input="${prefix}${message}" regexp="\n" replace="\0${prefix}" global="true" defaultValue="${prefix}${message}" />
+ <antcontrib:propertyregex property="message-prefixed" input="${prefix}${message}" regexp="\n" replace="\0${prefix}" global="true" defaultValue="${prefix}${message}" />
<echo message="${message-prefixed}" />
</target>