From bfc70a7112f7f64b9a6b1ba5efcaa06716758f7c Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Tue, 29 Dec 2009 17:55:47 +0000 Subject: [PATCH] functional tests for resourcelist git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@894458 13f79535-47bb-0310-9956-ffa450edef68 --- .../types/resources/resourcelist-test.xml | 104 ++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 src/tests/antunit/types/resources/resourcelist-test.xml diff --git a/src/tests/antunit/types/resources/resourcelist-test.xml b/src/tests/antunit/types/resources/resourcelist-test.xml new file mode 100644 index 000000000..daa847dc8 --- /dev/null +++ b/src/tests/antunit/types/resources/resourcelist-test.xml @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + ${input}/b.txt +${input}/c.txt + + + + + + + + + + + + + + + + + + + + + $${input}/b.txt + + + + + + + + + + b.txt + + + + + + + + + + + + + + + + + + + + + $${ant.refid:self} + + + + + + + + + + jar:file:${ant.home}/lib/ant.jar!/org/apache/tools/ant/antlib.xml + + + + + + + +