Skip to content

Commit

Permalink
Replace deprecated core.launcher.Main by equinox.launcher.Main
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Mar 25, 2024
1 parent 40114ca commit 69a8d2d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -254,7 +254,7 @@
timeout="${timeout}"
jvm="${jvm}"
logError="true"
classname="org.eclipse.core.launcher.Main"
classname="org.eclipse.equinox.launcher.Main"
output="${junit-report-output}/${classname}.txt">
<classpath>
<fileset dir="${eclipse-home}/plugins">
Expand Down

0 comments on commit 69a8d2d

Please sign in to comment.