From 095347baefdc458fb534ba0dbae96388d705a4e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbj=C3=B6rn=20SVENSSON?= Date: Sun, 1 Oct 2023 23:05:52 +0200 Subject: [PATCH] Convert to LF and ensure LF at EOF in o.e.equinox.launcher 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.launcher/META-INF/MANIFEST.MF | 2 +- bundles/org.eclipse.equinox.launcher/about.html | 2 +- bundles/org.eclipse.equinox.launcher/forceQualifierUpdate.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF index 98b0e0b67b3..95684ca2316 100644 --- a/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.equinox.launcher;singleton:=true -Bundle-Version: 1.6.500.qualifier +Bundle-Version: 1.6.600.qualifier Main-Class: org.eclipse.equinox.launcher.Main Bundle-Vendor: %providerName Bundle-RequiredExecutionEnvironment: JavaSE-1.8 diff --git a/bundles/org.eclipse.equinox.launcher/about.html b/bundles/org.eclipse.equinox.launcher/about.html index 164f781a8fd..8eee37d4705 100644 --- a/bundles/org.eclipse.equinox.launcher/about.html +++ b/bundles/org.eclipse.equinox.launcher/about.html @@ -33,4 +33,4 @@

License

- \ No newline at end of file + diff --git a/bundles/org.eclipse.equinox.launcher/forceQualifierUpdate.txt b/bundles/org.eclipse.equinox.launcher/forceQualifierUpdate.txt index 64803dd0afb..bc07bd97ff0 100644 --- a/bundles/org.eclipse.equinox.launcher/forceQualifierUpdate.txt +++ b/bundles/org.eclipse.equinox.launcher/forceQualifierUpdate.txt @@ -1,3 +1,3 @@ # To force a version qualifier update add the bug here Bug 403352 - Update all parent versions to match our build stream -Bug 534597 - Unanticipated comparator errors in I20180511-2000 \ No newline at end of file +Bug 534597 - Unanticipated comparator errors in I20180511-2000