RFR: 8289255: update Eclipse .classpath and other configuration files [v10]
Nir Lisker
nlisker at openjdk.org
Sat Jul 9 03:16:30 UTC 2022
On Fri, 8 Jul 2022 22:27:52 GMT, Andy Goryachev <duke at 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
More information about the openjfx-dev
mailing list