Skip to content

Commit

Permalink
add gpl to ant build, see #23552
Browse files Browse the repository at this point in the history
git-svn-id: https://josm.openstreetmap.de/svn/trunk@19040 0c6e7542-c601-0410-84e7-c038aed88b3b
  • Loading branch information
stoecker committed Apr 16, 2024
1 parent edf408d commit 75ecbd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ Build-Date: ${build.tstamp}
<copy file="CONTRIBUTION" todir="${build.dir}"/>
<copy file="README" todir="${build.dir}"/>
<copy file="LICENSE" todir="${build.dir}"/>
<copy file="gpl-2.0.txt" todir="${build.dir}"/>
<copy file="gpl-3.0.txt" todir="${build.dir}"/>
<!-- create josm-custom.jar -->
<delete file="${dist.jar}"/>
<jar destfile="${dist.jar}" basedir="${build.dir}" level="${clevel}">
Expand Down

0 comments on commit 75ecbd7

Please sign in to comment.