Updated NEWS and build target so that it goes into final ZIP file

This commit is contained in:
Brian Carrier 2011-11-14 17:43:57 -05:00
parent 52198f1589
commit 3a5f641139
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ New Features:
- New database design
- Hashlookup / calculation
- Minor overall improvements
- NOTE: Cases created with b1 are not supported in b2 (different DB)
3.0.0b1 (Aug 16, 2011)
- Initial release

View File

@ -56,6 +56,7 @@
<!-- step (3) do your copying stuff here, check the ant doc for copy, move, etc file -->
<copy file="${basedir}/README.txt" tofile="${zip-tmp}/${app.name}/README.txt"/>
<copy file="${basedir}/LICENSE-2.0.txt" tofile="${zip-tmp}/${app.name}/LICENSE-2.0.txt"/>
<copy file="${basedir}/NEWS.txt" tofile="${zip-tmp}/${app.name}/NEWS.txt"/>
<antcall target="copyExternalLibs"></antcall>
<!-- step (4) zip again, but with the version numbers in the dir -->