Skip to content

Commit

Permalink
Modify hello world cheatsheets to not create module-info.java
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
jjohnstn committed Apr 15, 2024
1 parent c30e5d7 commit 63e7d84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.jdt/cheatsheets/HelloWorld.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ If you need help at any step, click the (?) to the right. Let's get started
</item>
<item title="Create a Java project" dialog="true" skip="false" href="/org.eclipse.jdt.doc.user/concepts/concept-java-project.htm">
<description>
Before creating a class, we need a project to put it in. In the main toolbar, click on the <b>New Java Project</b> button, or click on the link below. Enter <b>HelloWorld</b> for the project name, then click <b>Finish</b>.
Before creating a class, we need a project to put it in. In the main toolbar, click on the <b>New Java Project</b> button, or click on the link below. Click on the <b>Create module-info.java file</b> option checkbox to deselect it. Enter <b>HelloWorld</b> for the project name, then click <b>Finish</b>.
</description>
<command serialization="org.eclipse.ui.newWizard(newWizardId=org.eclipse.jdt.ui.wizards.JavaProjectWizard)" required="false" translate="">
</command>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jdt/cheatsheets/HelloWorldSWT.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<description>
Now we need a project to store our own source code. In the main
toolbar, click on the <b>New Java Project</b> button, or click on
the link below. Enter <b>HelloWorldSWT</b> for the project name,
the link below. Click on the <b>Create module-info.java file</b> option checkbox to deselect it. Enter <b>HelloWorldSWT</b> for the project name,
then click <b>Finish</b>.
</description>
<command serialization="org.eclipse.ui.newWizard(newWizardId=org.eclipse.jdt.ui.wizards.JavaProjectWizard)" required="false" translate="">
Expand Down

0 comments on commit 63e7d84

Please sign in to comment.