Skip to content

Commit

Permalink
Build input for build I20240507-1800
Browse files Browse the repository at this point in the history
  • Loading branch information
Eclipse Releng Bot committed May 7, 2024
1 parent 2ca6571 commit adb0c3d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion eclipse.jdt.core
Submodule eclipse.jdt.core updated 14 files
+16 −14 org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/ClassFile.java
+4 −4 org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/ast/SwitchExpression.java
+4 −8 org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/codegen/BranchLabel.java
+222 −266 org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
+125 −0 org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/codegen/OperandStack.java
+16 −0 org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
+2 −2 org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/lookup/ReferenceBinding.java
+2 −2 org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/lookup/Scope.java
+1 −1 org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/lookup/TypeConstants.java
+1 −1 org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java
+1 −0 org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
+2 −1 ...se.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/SuperAfterStatementsTest.java
+1 −0 org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
+2 −0 org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations17Test.java
2 changes: 1 addition & 1 deletion equinox
Submodule equinox updated 25 files
+1 −1 .github/workflows/build.yml
+18 −3 Jenkinsfile
+1 −1 bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/build.properties
+1 −1 bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/build.properties
+1 −1 bundles/org.eclipse.equinox.launcher.cocoa.macosx/build.properties
+12 −11 bundles/org.eclipse.equinox.launcher.tests/src/org/eclipse/equinox/launcher/tests/LauncherTests.java
+22 −0 bundles/org.eclipse.equinox.launcher.win32.win32.aarch64/.project
+2 −0 bundles/org.eclipse.equinox.launcher.win32.win32.aarch64/.settings/org.eclipse.core.resources.prefs
+10 −0 bundles/org.eclipse.equinox.launcher.win32.win32.aarch64/META-INF/MANIFEST.MF
+36 −0 bundles/org.eclipse.equinox.launcher.win32.win32.aarch64/about.html
+25 −0 bundles/org.eclipse.equinox.launcher.win32.win32.aarch64/build.properties
+15 −0 bundles/org.eclipse.equinox.launcher.win32.win32.aarch64/launcher.win32.win32.aarch64.properties
+1 −1 bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/build.properties
+7 −1 bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java
+6 −2 bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/NativeCodeFinder.java
+4 −1 features/org.eclipse.equinox.executable.feature/build.properties
+7 −0 features/org.eclipse.equinox.executable.feature/feature.xml
+2 −3 features/org.eclipse.equinox.executable.feature/library/cocoa/build.sh
+1 −1 features/org.eclipse.equinox.executable.feature/library/make_version.mak
+28 −4 features/org.eclipse.equinox.executable.feature/library/win32/build.bat
+15 −0 features/org.eclipse.equinox.executable.feature/pom.xml
+3 −0 features/org.eclipse.equinox.executable.feature/resources/build.properties
+11 −0 features/org.eclipse.equinox.executable.feature/resources/build.xml
+1 −25 launcher-binary-parent/pom.xml
+1 −0 pom.xml

0 comments on commit adb0c3d

Please sign in to comment.