Skip to content

Commit

Permalink
enable build and test on Windows using 7zip
Browse files Browse the repository at this point in the history
enable build and test on Windows using 7zip
  • Loading branch information
ashitsalesforce committed Sep 23, 2024
1 parent bad8787 commit 3669c9c
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 3669c9c

Please sign in to comment.