mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
Bug 562494: Updated libraries due to updated tools
As part of the rebuild of the infra images to get new Java 11, we also got updated compilers that generate some different bytecodes for the native libraries. This commit brings things up to date. Change-Id: I1039a5e19172092353dc4e1ea7de1381c031d280
This commit is contained in:
parent
05c47223c5
commit
59d53ab880
4 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Serial Port
|
||||
Bundle-SymbolicName: org.eclipse.cdt.native.serial
|
||||
Bundle-Version: 1.1.400.qualifier
|
||||
Bundle-Version: 1.1.401.qualifier
|
||||
Bundle-Vendor: Eclipse CDT
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Export-Package: org.eclipse.cdt.serial
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -23,7 +23,7 @@
|
|||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>1.1.400-SNAPSHOT</version>
|
||||
<version>1.1.401-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.cdt.native.serial</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue