Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove all existing native libraries before copying new compiled #1100

Merged
merged 1 commit into from Mar 12, 2024

Commits on Mar 12, 2024

  1. Remove all existing native *swt* libraries before copying new

    If 'make_common.mak' is changed manually (e.g. during new release-cycle
    preparation), the code in 'Check if SWT-binaries build is needed' stage,
    that is supposed to delete native libraries, doesn't delete anything as
    it relies on getSWTVersions() that reads the (already changed) versions.
    
    Adjust the file-pattern to delete every *swt* library file stored in git
    instead, regardless of its exact version.
    
    Fixes eclipse-platform#1095
    
    Co-authored-by: Hannes Wellmann <wellmann.hannes1@gmx.net>
    iloveeclipse and HannesWell committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    8fcaabd View commit details
    Browse the repository at this point in the history