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 authored and akurtakov committed Mar 26, 2024
1 parent 76082af commit 3a102a7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -37,7 +37,7 @@
*/
public class JdtApt extends Java {

private static final String APP_CLASSNAME = "org.eclipse.core.launcher.Main"; //$NON-NLS-1$
private static final String APP_CLASSNAME = "org.eclipse.equinox.launcher.Main"; //$NON-NLS-1$
private static final String APP_PLUGIN = "org.eclipse.jdt.apt.core.aptBuild"; //$NON-NLS-1$

private File workspace;
Expand Down

0 comments on commit 3a102a7

Please sign in to comment.