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