Skip to content

Commit

Permalink
Merge pull request #1279 from ashitsalesforce/master
Browse files Browse the repository at this point in the history
enable build and test on Windows using 7zip
  • Loading branch information
ashitsalesforce authored Sep 23, 2024
2 parents 41acfce + 3669c9c commit 7cf3021
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -424,8 +424,11 @@
<fileset dir="${basedir}/local-proj-repo/local/swt/" includes="swtlinux*/*/*.jar"/>
</copy>

<apply executable="zip">
<arg value="-d"/>
<condition property="zipexec" value="7z" else="zip">
<os family="windows"/>
</condition>
<apply executable="${zipexec}">
<arg value="-d"/>
<srcfile/>
<arg value="META-INF/ECLIPSE_.SF"/>
<arg value="META-INF/ECLIPSE_.DSA"/>
Expand Down

0 comments on commit 7cf3021

Please sign in to comment.