From ef040417d503b57375dc99121fe6593b1225ecb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbj=C3=B6rn=20SVENSSON?= Date: Sun, 1 Oct 2023 23:05:21 +0200 Subject: [PATCH] Convert to LF and ensure LF at EOF in o.e.equinox.http.jetty MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- bundles/org.eclipse.equinox.http.jetty/about.html | 2 +- bundles/org.eclipse.equinox.http.jetty/plugin.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/org.eclipse.equinox.http.jetty/about.html b/bundles/org.eclipse.equinox.http.jetty/about.html index 164f781a8fd..8eee37d4705 100644 --- a/bundles/org.eclipse.equinox.http.jetty/about.html +++ b/bundles/org.eclipse.equinox.http.jetty/about.html @@ -33,4 +33,4 @@

License

- \ No newline at end of file + diff --git a/bundles/org.eclipse.equinox.http.jetty/plugin.properties b/bundles/org.eclipse.equinox.http.jetty/plugin.properties index 99dd29ef65b..b8a341d3fc3 100644 --- a/bundles/org.eclipse.equinox.http.jetty/plugin.properties +++ b/bundles/org.eclipse.equinox.http.jetty/plugin.properties @@ -14,4 +14,4 @@ bundleName = Jetty Http Service providerName = Eclipse.org - Equinox configurationName = Http Server Configuration -configurationDescription = Provides Http Server Configuration Parameters \ No newline at end of file +configurationDescription = Provides Http Server Configuration Parameters