Skip to content

Commit

Permalink
Convert to LF and ensure LF at EOF in o.e.osgi.compatibility.state
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 authored and akurtakov committed Nov 6, 2023
1 parent 703b71f commit d07b5d3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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: %Bundle-Name
Bundle-SymbolicName: org.eclipse.osgi.compatibility.state
Bundle-Version: 1.2.800.qualifier
Bundle-Version: 1.2.900.qualifier
ExtensionBundle-Activator: org.eclipse.osgi.compatibility.state.Activator
Fragment-Host: org.eclipse.osgi;bundle-version="3.12.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Properties file for org.eclipse.osgi.compatibility.state
Bundle-Vendor = Eclipse.org - Equinox
Bundle-Name = Equinox State and Resolver Compatibility Fragment
Bundle-Name = Equinox State and Resolver Compatibility Fragment
2 changes: 1 addition & 1 deletion bundles/org.eclipse.osgi.compatibility.state/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ <h3>License</h3>
</p>

</body>
</html>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ public class StateMsg extends NLS {
// initialize resource bundles
NLS.initializeMessages(BUNDLE_NAME, StateMsg.class);
}
}
}

0 comments on commit d07b5d3

Please sign in to comment.