Skip to content

Commit

Permalink
Case sensitive file names
Browse files Browse the repository at this point in the history
One of the license files uses a capital L.
  • Loading branch information
tredpath committed Mar 13, 2022
1 parent 27fb3a9 commit 662250b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -278,10 +278,10 @@
<mkdir dir="licence.out"/>
<copy file="res/licence.html" tofile="licence.out/licence.html" overwrite="true" />
<copy file="res/licence_fr.html" tofile="licence.out/licence_fr.html" overwrite="true" />
<copy file="licence.in/licence.txt" tofile="licence.out/licence.txt" overwrite="true" />
<replace file="licence.out/licence.txt"
<copy file="licence.in/Licence.txt" tofile="licence.out/Licence.txt" overwrite="true" />
<replace file="licence.out/Licence.txt"
token="@VERSION@" value="${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}.${parsedVersion.buildNumber}" />
<replace file="licence.out/licence.txt"
<replace file="licence.out/Licence.txt"
token="@DATE@" value="${release.time.en}" />
<copy file="licence.in/licence.rtf" tofile="licence.out/licence.rtf" overwrite="true" />
<replace file="licence.out/licence.rtf"
Expand Down

0 comments on commit 662250b

Please sign in to comment.