Skip to content

Commit

Permalink
Convert to LF and ensure LF at EOF in o.e.osgi.util
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 8f7bc40
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.util/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: %osgiUtil
Bundle-SymbolicName: org.eclipse.osgi.util
Bundle-Version: 3.7.200.qualifier
Bundle-Version: 3.7.300.qualifier
Bundle-Description: %osgiUtilDes
Bundle-Vendor: %eclipse.org
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.eclipse.osgi.util/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,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>
2 changes: 1 addition & 1 deletion bundles/org.eclipse.osgi.util/forceQualifierUpdate.txt
Original file line number Diff line number Diff line change
@@ -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
Incorrect org.osgi Maven-dependencies in generated pom of o.e.osgi.util
Incorrect org.osgi Maven-dependencies in generated pom of o.e.osgi.util

0 comments on commit 8f7bc40

Please sign in to comment.