add licenses to jar meta-inf

This commit is contained in:
akhil 2014-11-12 12:46:41 -08:00
parent a426573b6e
commit 5e8c377a9e
1 changed files with 5 additions and 0 deletions

View File

@ -376,6 +376,11 @@
<attribute name="Built-By" value="${user.name}"/>
<attribute name="Main-Class" value="com.oracle.avatar.js.Server"/>
</manifest>
<metainf dir=".">
<include name="LICENSE"/>
<include name="THIRD_PARTY_README"/>
<include name="CONTRIBUTORS"/>
</metainf>
</jar>
</target>