-
Notifications
You must be signed in to change notification settings - Fork 67
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
Apply project settings to o.e.equinox.http.servlet.tests #355
Apply project settings to o.e.equinox.http.servlet.tests #355
Conversation
Torbjorn-Svensson
commented
Oct 1, 2023
- Convert to LF and ensure LF at EOF:
- Removed executable flag on files:
- Format java files:
2dcf535
to
d74a742
Compare
d74a742
to
62ca93a
Compare
This PR breaks tests https://ci.eclipse.org/equinox/job/equinox/job/PR-355/3/#showFailuresLink |
62ca93a
to
c5b7df1
Compare
I think I fixed all the failures with the last push. |
c5b7df1
to
489ac90
Compare
489ac90
to
16f519b
Compare
16f519b
to
1057751
Compare
Rebased PR on 1d9eb47. |
@Torbjorn-Svensson this one has conflicts, please have a look |
1057751
to
d2c582b
Compare
Something had went wrong in the last rebase so this PR accidentally included changes in another bundle. Corrected now and rebased on b297e05. |
d2c582b
to
3ae622f
Compare
This was achieved by running: find . -type f -print0 | \ xargs -r0 perl -le 'for (@argv) { print if -f && -T }' | \ xargs -rd'\n' dos2unix -e Signed-off-by: Torbjörn SVENSSON <[email protected]>
This was achieved by running: find . -type f -executable -print0 | \ xargs -r0 chmod 644 Signed-off-by: Torbjörn SVENSSON <[email protected]>
This was achieved by running: eclipse -consolelog -nosplash -application org.eclipse.jdt.core.JavaCodeFormatter \ -config .settings/org.eclipse.jdt.core.prefs . -data `mktemp -d` Signed-off-by: Torbjörn SVENSSON <[email protected]>
3ae622f
to
3347ebb
Compare