summaryrefslogtreecommitdiffstats
path: root/test/resources/logic/throw.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/resources/logic/throw.xml')
-rw-r--r--test/resources/logic/throw.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/resources/logic/throw.xml b/test/resources/logic/throw.xml
deleted file mode 100644
index 0bea062..0000000
--- a/test/resources/logic/throw.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<project default="invalid">
- <target name="invalid">
- <fail>Don't call this file directly.</fail>
- </target>
-
- <target name="setup">
- <taskdef resource="net/sf/antcontrib/antcontrib.properties">
- <classpath location="${antcontrib.jar}"/>
- </taskdef>
- </target>
-
- <target name="useRefid" depends="setup">
- <throw refid="testref"/>
- </target>
-</project> \ No newline at end of file