diff options
Diffstat (limited to 'java/apache-commons-beanutils/files/patch-build.xml')
-rw-r--r-- | java/apache-commons-beanutils/files/patch-build.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/java/apache-commons-beanutils/files/patch-build.xml b/java/apache-commons-beanutils/files/patch-build.xml deleted file mode 100644 index d0c1a0cc8b7f..000000000000 --- a/java/apache-commons-beanutils/files/patch-build.xml +++ /dev/null @@ -1,11 +0,0 @@ ---- build.xml.orig -+++ build.xml -@@ -212,8 +212,6 @@ - todir="${dist.home}"/> - <copy file="RELEASE-NOTES.txt" - todir="${dist.home}"/> -- <copy file="README.txt" -- todir="${dist.home}"/> - <antcall target="jar"/> - </target> - |