Skip to content

Commit

Permalink
Convert to LF and ensure LF at EOF in o.e.equinox.log.stream
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Torbjorn-Svensson authored and vogella committed Oct 13, 2023
1 parent cf1ba8e commit c165f67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-Vendor: %bundleVendor
Bundle-SymbolicName: org.eclipse.equinox.log.stream
Bundle-Version: 1.1.100.qualifier
Bundle-Version: 1.1.200.qualifier
Bundle-Activator: org.eclipse.equinox.internal.log.stream.LogStreamManager
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.eclipse.equinox.log.stream/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ <h4>OSGi Materials</h4>
<small>Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.</small>

</body>
</html>
</html>
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Bug 521182 - [compiler] method reference on null object should throw NPE at runtime (JLS compliance)
Bug 566471 - I20200828-0150 - Comparator Errors Found
Bug 566471 - I20200828-0150 - Comparator Errors Found

0 comments on commit c165f67

Please sign in to comment.