diff --git a/build.xml b/build.xml index 145067bf68aa8a23294ccc734a94075215e05252..82783b978b8bdade11caa85b59f27221a7eb9d43 100644 --- a/build.xml +++ b/build.xml @@ -98,6 +98,8 @@ POSSIBILITY OF SUCH DAMAGE. <antcall target="test"/> <echo message="================"/> <antcall target="jar"/> + <copy file="license.txt" todir="${dist.dir}" force="true" verbose="true"/> + <copy file="license.html" todir="${dist.dir}" force="true" verbose="true"/> <echo message="================"/> <antcall target="deploy.guidance"/> <echo message="================"/>