diff options
author | Sven Gothel <[email protected]> | 2010-09-15 00:07:14 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-09-15 00:07:14 +0200 |
commit | 579754592a8bb9175ea49f983c8f2b58c448d317 (patch) | |
tree | a45a77fe1b03da3788b8ad55bfd8e98d6dd462dc /make/build.xml | |
parent | ea948abf0911a0e10c1d7191458eb546370e2aad (diff) | |
parent | 1ff598e0148912748f18b8ae3e9fbf2087e0b650 (diff) |
Merge branch 'master' of github.com:mbien/jogl
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" |