add AUTHORS file

This commit is contained in:
Doug MacEachern 2010-04-28 16:19:25 -07:00
parent 61837690b9
commit 4b67f577f4
2 changed files with 24 additions and 0 deletions

23
AUTHORS Normal file
View File

@ -0,0 +1,23 @@
Doug MacEachern <dougm at vmware.com>
Jan Kneschke <jan at kneschke.de>
Matthew Kent <mkent at magoazul.com>
Ryan Beasley <rbeasley at vmware.com>
Bjoern Martin <boris59 at boris59.de>
Kay Ropke <kroepke at classdump.local>
Ryan Morgan <rmorgan at hyperic.com>
Monty Taylor <mordred at inaugust.com>
Trevor Pounds <trevor.pounds at gmail.com>
Jon Travis <jtravis at hyperic.com>
Tony Ashburner <tashburner at emergency.qld.gov.au>
Ryan Bloom <rbloom at covalent.net>

View File

@ -476,6 +476,7 @@
<target name="dist-common" depends="javadoc,dist-bindings"> <target name="dist-common" depends="javadoc,dist-bindings">
<copy toDir="${dist}" overwrite="true"> <copy toDir="${dist}" overwrite="true">
<fileset dir="../.."> <fileset dir="../..">
<include name="AUTHORS"/>
<include name="README"/> <include name="README"/>
<include name="LICENSE"/> <include name="LICENSE"/>
<include name="NOTICE"/> <include name="NOTICE"/>