Skip to content

Commit

Permalink
Build input for build I20240408-1800
Browse files Browse the repository at this point in the history
  • Loading branch information
Eclipse Releng Bot committed Apr 8, 2024
1 parent 9318b4c commit 77edf92
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion equinox
Submodule equinox updated 24 files
+16 −9 .github/workflows/build.yml
+3 −0 Jenkinsfile
+15 −0 bundles/org.eclipse.equinox.launcher.tests/.classpath
+8 −3 bundles/org.eclipse.equinox.launcher.tests/.project
+2 −0 bundles/org.eclipse.equinox.launcher.tests/.settings/org.eclipse.core.resources.prefs
+0 −6 bundles/org.eclipse.equinox.launcher.tests/.settings/org.eclipse.jdt.core.prefs
+10 −0 bundles/org.eclipse.equinox.launcher.tests/META-INF/MANIFEST.MF
+4 −0 bundles/org.eclipse.equinox.launcher.tests/build.properties
+15 −8 bundles/org.eclipse.equinox.launcher.tests/src/org/eclipse/equinox/launcher/TestLauncherApp.java
+169 −59 bundles/org.eclipse.equinox.launcher.tests/src/org/eclipse/equinox/launcher/tests/LauncherTests.java
+20 −0 features/org.eclipse.equinox.executable.feature/README.md
+4 −9 features/org.eclipse.equinox.executable.feature/library/cocoa/build.sh
+8 −32 features/org.eclipse.equinox.executable.feature/library/cocoa/make_cocoa.mak
+8 −13 features/org.eclipse.equinox.executable.feature/library/gtk/build.sh
+11 −39 features/org.eclipse.equinox.executable.feature/library/gtk/make_linux.mak
+0 −21 features/org.eclipse.equinox.executable.feature/library/org.eclipse.launcher.tests/.classpath
+0 −1 features/org.eclipse.equinox.executable.feature/library/org.eclipse.launcher.tests/.gitignore
+0 −4 ....eclipse.equinox.executable.feature/library/org.eclipse.launcher.tests/.settings/org.eclipse.m2e.core.prefs
+0 −58 features/org.eclipse.equinox.executable.feature/library/org.eclipse.launcher.tests/pom.xml
+0 −1 ...uinox.executable.feature/library/org.eclipse.launcher.tests/src/org/eclipse/equinox/launcher/JNIBridge.java
+0 −23 ...able.feature/library/org.eclipse.launcher.tests/src/org/eclipse/equinox/launcher/TestLauncherConstants.java
+3 −2 features/org.eclipse.equinox.executable.feature/library/win32/build.bat
+13 −34 features/org.eclipse.equinox.executable.feature/library/win32/make_win64.mak
+1 −0 pom.xml

0 comments on commit 77edf92

Please sign in to comment.