On Sat, 6 Aug 2022 02:35:10 GMT, Nir Lisker <nlis...@openjdk.org> wrote:
>> It probably does not, the file was added in 2013 as a part of >> RT-31216: Ensure NetBeans development in Gradle build works [Eclipse files] >> >> Turns out, eclipse can work with nested projects. Shows multiple hits when >> looking for resources, but it does. >> >> I've added a separate project for ColorCube app as an example, but since >> this PR is about making all directories to build on Eclipse, I'd rather not >> fix all the apps in this PR. (I would keep ColorCube as a reference though). > > Then best to remove the `buildSrc` project files. > > I will look at the apps later. I think it's best to create a project per app > while we are touching this point. I don't see a reason not to. I agree with Nir - eclipse project in buildSrc is unnecessary. Removing. ------------- PR: https://git.openjdk.org/jfx/pull/858