From 63e7d84179aeba00d0ffeab57991ac06d656dc8a Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Mon, 15 Apr 2024 17:59:17 -0400 Subject: [PATCH] Modify hello world cheatsheets to not create module-info.java - modify the JDT hello world cheatsheets to add a step when creating the project to deselect the create module-info.java option - fixes #1309 Change-Id: I509eacb486a553c1b1f240c2f680583d0d211931 --- org.eclipse.jdt/cheatsheets/HelloWorld.xml | 2 +- org.eclipse.jdt/cheatsheets/HelloWorldSWT.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/org.eclipse.jdt/cheatsheets/HelloWorld.xml b/org.eclipse.jdt/cheatsheets/HelloWorld.xml index c160bee..c8a9727 100644 --- a/org.eclipse.jdt/cheatsheets/HelloWorld.xml +++ b/org.eclipse.jdt/cheatsheets/HelloWorld.xml @@ -16,7 +16,7 @@ If you need help at any step, click the (?) to the right. Let's get started - Before creating a class, we need a project to put it in. In the main toolbar, click on the New Java Project button, or click on the link below. Enter HelloWorld for the project name, then click Finish. + Before creating a class, we need a project to put it in. In the main toolbar, click on the New Java Project button, or click on the link below. Click on the Create module-info.java file option checkbox to deselect it. Enter HelloWorld for the project name, then click Finish. diff --git a/org.eclipse.jdt/cheatsheets/HelloWorldSWT.xml b/org.eclipse.jdt/cheatsheets/HelloWorldSWT.xml index c350c1c..bf2a5e1 100644 --- a/org.eclipse.jdt/cheatsheets/HelloWorldSWT.xml +++ b/org.eclipse.jdt/cheatsheets/HelloWorldSWT.xml @@ -69,7 +69,7 @@ Now we need a project to store our own source code. In the main toolbar, click on the New Java Project button, or click on - the link below. Enter HelloWorldSWT for the project name, + the link below. Click on the Create module-info.java file option checkbox to deselect it. Enter HelloWorldSWT for the project name, then click Finish.