Skip to content

Commit

Permalink
Fix bug 736482: include license txt file in jar
Browse files Browse the repository at this point in the history
  • Loading branch information
hns committed Jun 18, 2012
1 parent e4a133b commit 82ffb8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
</target>

<target name="jar" depends="compile-all">
<copy todir="${classes}" file="LICENSE.txt"/>
<property name="jarfile" location="${dist.dir}/${rhino.jar}"/>
<jar jarfile="${jarfile}"
basedir="${classes}"
Expand Down

0 comments on commit 82ffb8f

Please sign in to comment.