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, 11 insertions, 0 deletions
diff --git a/java/apache-commons-beanutils/files/patch-build.xml b/java/apache-commons-beanutils/files/patch-build.xml new file mode 100644 index 000000000000..d0c1a0cc8b7f --- /dev/null +++ b/java/apache-commons-beanutils/files/patch-build.xml @@ -0,0 +1,11 @@ +--- 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> + |