Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix errors in eclipse IDE #683

Merged
merged 2 commits into from
Sep 8, 2020
Merged

Fix errors in eclipse IDE #683

merged 2 commits into from
Sep 8, 2020

Conversation

nedtwigg
Copy link
Member

@nedtwigg nedtwigg commented Sep 7, 2020

We had test files in testlib/src/main/resources named module-info.java and package-info.java. They cause problems for the Eclipse IDE trying to interpret them literally. Added .test suffix to the filenames so that eclipse doesn't barf on them anymore.

…java` and `package-info.java`. They cause problems for the Eclipse IDE trying to interpret them literally. Added `.test` suffix to the filenames so that eclipse doesn't barf on them anymore.
@nedtwigg nedtwigg merged commit f5ee015 into main Sep 8, 2020
@nedtwigg nedtwigg deleted the fix/ide-errors branch September 8, 2020 02:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant