On Fri, 8 Jul 2022 22:27:52 GMT, Andy Goryachev <d...@openjdk.org> wrote:
>> summary of changes: >> - fixed .classpath files >> - set UTF-8 encoding in the eclipse project config files >> >> the list of eclipse projects that do compile in Eclipse as a result of this >> PR are: >> - base >> - controls >> - fxml >> - graphics >> - jfx >> - media >> - swing >> - swt >> - systemTests (can be dropped in favor ot tests >> - tests >> - web >> >> Not supported (should be removed from workspace or simply closed): >> - apps >> - apps/* >> - buildSrc > > Andy Goryachev has updated the pull request incrementally with one additional > commit since the last revision: > > 8289255: revert apps/ It might be a good idea to add the JUnit 5 container to all modules preemptively so that when someone adds a test with Junit 5 we won't need to patch the classpath file ad-hoc. Fine to leave as is. ------------- Marked as reviewed by nlisker (Reviewer). PR: https://git.openjdk.org/jfx/pull/804