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 && \
  git checkout src/org/osgi

Signed-off-by: Torbjörn SVENSSON <torbjorn.svensson@st.com>
  • Loading branch information
Torbjorn-Svensson committed Nov 3, 2023
1 parent 1abded4 commit d209caa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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>

0 comments on commit d209caa

Please sign in to comment.