Skip to content

Commit

Permalink
Latest jarsign service produces CODESIGN.SF/RSA not ECLIPSE_.SF/RSA
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Jul 23, 2024
1 parent 0844309 commit c51e47c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eclipse-platform-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,8 @@
<ignoredPatterns>
<pattern>META-INF/ECLIPSE_.RSA</pattern>
<pattern>META-INF/ECLIPSE_.SF</pattern>
<pattern>META-INF/CODESIGN.RSA</pattern>
<pattern>META-INF/CODESIGN.SF</pattern>
</ignoredPatterns>
<generateDownloadStatsProperty>true</generateDownloadStatsProperty>
</configuration>
Expand Down

0 comments on commit c51e47c

Please sign in to comment.