Skip to content

Commit

Permalink
Remove pom file from release archive
Browse files Browse the repository at this point in the history
  • Loading branch information
joergboe committed Aug 21, 2020
1 parent f8f4449 commit 800b2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
destfile="${releasefilename}"
basedir="${basedir}"
includes="${toolkit.string}/** samples/** doc/** README.md LICENSE.md"
excludes="**/.gitignore **/.gitkeep ${toolkit.string}/.project ${toolkit.string}/.settings/** ${toolkit.string}/.classpath ${toolkit.string}/icons/ ${toolkit.string}/impl/java/ ${toolkit.string}/impl/cpp/ ${toolkit.string}/impl/src/ ${toolkit.string}/impl/Makefile ${toolkit.string}/build.xml "
excludes="**/pom.xml **/.gitignore **/.gitkeep ${toolkit.string}/.project ${toolkit.string}/.settings/** ${toolkit.string}/.classpath ${toolkit.string}/icons/ ${toolkit.string}/impl/java/ ${toolkit.string}/impl/cpp/ ${toolkit.string}/impl/src/ ${toolkit.string}/impl/Makefile ${toolkit.string}/build.xml "
/>
<checksum file="${releasefilename}"/>
<checksum algorithm="sha1" file="${releasefilename}"/>
Expand Down

0 comments on commit 800b2a2

Please sign in to comment.