diff options
author | Michael Bien <[email protected]> | 2010-09-14 23:37:10 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-09-14 23:37:10 +0200 |
commit | 1ff598e0148912748f18b8ae3e9fbf2087e0b650 (patch) | |
tree | 0107bdfa62e0b8cc31e1b7b1f35416bf56227464 /make/build.xml | |
parent | d34722a23b384711079409e4963b46c9d4413d89 (diff) |
COPYRIGHT.txt no longer exists -> don't copy it.
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" |