aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/ant/apache-ant-1.9.6/src/tests/antunit/bugfixes/br50866/middle.xml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/ant/apache-ant-1.9.6/src/tests/antunit/bugfixes/br50866/middle.xml')
-rw-r--r--framework/src/ant/apache-ant-1.9.6/src/tests/antunit/bugfixes/br50866/middle.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/framework/src/ant/apache-ant-1.9.6/src/tests/antunit/bugfixes/br50866/middle.xml b/framework/src/ant/apache-ant-1.9.6/src/tests/antunit/bugfixes/br50866/middle.xml
deleted file mode 100644
index b387f931..00000000
--- a/framework/src/ant/apache-ant-1.9.6/src/tests/antunit/bugfixes/br50866/middle.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<project name="middle" default="default">
- <import file="common.xml" optional="true" />
-
- <target name="middle" depends="common-init">
- <property name="prop-middle" value="br50866" />
- </target>
-</project> \ No newline at end of file