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
No related branches found
No related tags found
No related merge requests found
...@@ -98,6 +98,8 @@ POSSIBILITY OF SUCH DAMAGE. ...@@ -98,6 +98,8 @@ POSSIBILITY OF SUCH DAMAGE.
<antcall target="test"/> <antcall target="test"/>
<echo message="================"/> <echo message="================"/>
<antcall target="jar"/> <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="================"/> <echo message="================"/>
<antcall target="deploy.guidance"/> <antcall target="deploy.guidance"/>
<echo message="================"/> <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