Skip to content
Snippets Groups Projects
Commit 189c3eae authored by Brutzman, Don's avatar Brutzman, Don
Browse files

copy license files to dist directory when building all

parent 0d3c0063
Loading
......@@ -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="================"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment