Skip to content

Commit

Permalink
Convert to LF and ensure LF at EOF in o.e.equinox.coordinator
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 committed Dec 17, 2023
1 parent 9658936 commit caa748d
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.equinox.coordinator/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,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>
2 changes: 1 addition & 1 deletion bundles/org.eclipse.equinox.coordinator/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ src.includes = about.html,\
about_files/

## Configuration for TCK tests to execute for this project
pom.model.property.tck.artifact = org.osgi.test.cases.coordinator
pom.model.property.tck.artifact = org.osgi.test.cases.coordinator

0 comments on commit caa748d

Please sign in to comment.