Skip to content

Commit

Permalink
Convert to LF and ensure LF at EOF in o.e.osgi.services
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 <torbjorn.svensson@st.com>
  • Loading branch information
Torbjorn-Svensson committed Oct 1, 2023
1 parent a12fe3e commit d6e4644
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bundles/org.eclipse.osgi.services/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %osgiServices
Bundle-SymbolicName: org.eclipse.osgi.services
Bundle-Version: 3.11.100.qualifier
Bundle-Version: 3.11.200.qualifier
Bundle-Description: %osgiServicesDes
Bundle-Localization: plugin
Bundle-Vendor: %eclipse.org
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.eclipse.osgi.services/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ <h4>OSGi Materials</h4>
registered trademark, or service mark of Sun Microsystems, Inc. in the US and other countries. All other trademarks, registered trademarks, or
service marks used in the Content are the property of their respective owners and are hereby recognized.</small>
</body>
</html>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ This package used to contain the content of the org.osgi.service.log package, wh
In order to avoid duplication the content of this package was deleted.
For compatibility reasons the Export of this package has to stay (consumers could require this bundle and then use classes from this package).
And if this package is exported in the MANIFEST.MF it must not be empty, otherwise PDE complains.
This is why this note exists.
This is why this note exists.

0 comments on commit d6e4644

Please sign in to comment.