Skip to content

Commit

Permalink
[GTK] Remove binaries for amd64 architecture
Browse files Browse the repository at this point in the history
This architecture has been renamed to the vendor-neutral x86_64 and is
therefore obsolete.

See https://bugs.eclipse.org/bugs/show_bug.cgi?id=81722

Contributes to:
#874
  • Loading branch information
ptziegler committed Sep 12, 2024
1 parent 003d35c commit f2da9cd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.wb.os.linux/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.wb.os.linux;singleton:=true
Bundle-Version: 1.9.800.qualifier
Bundle-Version: 1.10.0.qualifier
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: JavaSE-17
Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux))
Expand Down
Binary file removed org.eclipse.wb.os.linux/os/linux/amd64/libwbp3.so
Binary file not shown.
2 changes: 1 addition & 1 deletion org.eclipse.wb.os.linux/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.eclipse.wb</groupId>
<artifactId>org.eclipse.wb.os.linux</artifactId>
<version>1.9.800-SNAPSHOT</version>
<version>1.10.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<build>
Expand Down

0 comments on commit f2da9cd

Please sign in to comment.