-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert to LF and ensure LF at EOF in o.e.equinox.app
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 osgi/org/osgi Signed-off-by: Torbjörn SVENSSON <[email protected]>
- Loading branch information
1 parent
8beb9ce
commit 173d940
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# To force a version qualifier update add the bug here | ||
Bug 403352 - Update all parent versions to match our build stream | ||
Bug 416896 - Some Equinox bundles need to be touched to get API descriptions back | ||
Bug 527899 [9] Implement JEP 280: Indify String Concatenation #1139 | ||
Bug 527899 [9] Implement JEP 280: Indify String Concatenation #1139 |