Bug 562581 - Make "create module-info.java file" an option on the First
page of "New Java Project" Dialog
Change-Id: Ibeecb2457a6bea3dca9430f57930302ea137d5ae
Signed-off-by: Kalyan Prasad Tatavarthi <kalyan_prasad@in.ibm.com>
diff --git a/4.20/images/create-moduleinfo.png b/4.20/images/create-moduleinfo.png
new file mode 100644
index 0000000..10aea51
--- /dev/null
+++ b/4.20/images/create-moduleinfo.png
Binary files differ
diff --git a/4.20/jdt.html b/4.20/jdt.html
index e774620..a965875 100644
--- a/4.20/jdt.html
+++ b/4.20/jdt.html
@@ -262,6 +262,17 @@
</p>
</td>
</tr>
+ <tr id="create-moduleinfo"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=566862 -->
+ <td class="title"><a href="#create-moduleinfo">Create module-info.java option during New Java Project creation</a></td>
+ <td class="content">
+ "Create module-info.java" option has been moved to the first page of New Java project creation wizard.
+ This option will be enabled only for Java projects with JRE 9 or above.
+ New Java Project creation wizard will also remember the previous choice made by the user and select this option by default accordingly.
+ <p>
+ <img src="images/create-moduleinfo.png" alt="screenshot showing a static import search filter" />
+ </p>
+ </td>
+ </tr>
<!-- ******************* End of Java Views and Dialogs ************************************* -->
<!-- ******************* Java Compiler ************************************* -->