diff options
author | Sven Gothel <[email protected]> | 2010-09-15 00:54:15 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-09-15 00:54:15 +0200 |
commit | 2496959ec796252cef624e374b2a7ffeadfb5cc9 (patch) | |
tree | 60420cd994816070efc7e4f841ca2db2a3f3ddef /make | |
parent | 63be4a40aa6ecfe9fbc6585acccbc6f6f6689377 (diff) | |
parent | dc9191f1733960d8a035b5fb8c5f8314f54a0ca7 (diff) |
Merge branch 'master' into newt_display_unkey_thread
Diffstat (limited to 'make')
-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" |