Re: RFR: 8290473: update Eclipse .classpath in apps, buildSrc [v8]

2022-08-17 Thread Nir Lisker
On Tue, 9 Aug 2022 21:43:04 GMT, Andy Goryachev wrote: > Thank you all! If there are no more objections, I'd like to get this > integrated, as it will save me from duplicate branches and continuous > cherry-picking. You don't need to do that. Unless 2 branches work on the same code, there

Re: RFR: 8290473: update Eclipse .classpath in apps, buildSrc [v8]

2022-08-09 Thread Andy Goryachev
On Tue, 9 Aug 2022 17:17:12 GMT, Andy Goryachev wrote: >> The goal of this change is to make sure jfx repo can be imported as a gradle >> project in eclipse and all nested projects in the workspace compile with no >> errors. >> >> - updated .classpath entries in apps/ >> - added utf-8 prefs

Re: RFR: 8290473: update Eclipse .classpath in apps, buildSrc [v8]

2022-08-09 Thread Kevin Rushforth
On Tue, 9 Aug 2022 17:17:12 GMT, Andy Goryachev wrote: >> The goal of this change is to make sure jfx repo can be imported as a gradle >> project in eclipse and all nested projects in the workspace compile with no >> errors. >> >> - updated .classpath entries in apps/ >> - added utf-8 prefs

Re: RFR: 8290473: update Eclipse .classpath in apps, buildSrc [v8]

2022-08-09 Thread Andy Goryachev
> The goal of this change is to make sure jfx repo can be imported as a gradle > project in eclipse and all nested projects in the workspace compile with no > errors. > > - updated .classpath entries in apps/ > - added utf-8 prefs in .settings/ Andy Goryachev has updated the pull request