diff options
Diffstat (limited to 'make/build.xml')
-rw-r--r-- | make/build.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml index 379f80c16..33fb18498 100644 --- a/make/build.xml +++ b/make/build.xml @@ -93,7 +93,6 @@ <mkdir dir="${archive}" /> <!-- Copy the appropriate pieces into the archive directory --> <copy file="../CHANGELOG.txt" todir="${archive}" /> - <copy file="../COPYRIGHT.txt" todir="${archive}" /> <copy file="../LICENSE.txt" todir="${archive}" /> <copy file="../doc/userguide/index.html" tofile="${archive}/Userguide.html" /> <copy file="README-zip-bundles.txt" |