1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-21 13:42:30 +02:00
Commit graph

6 commits

Author SHA1 Message Date
Jonah Graham
3e9dadd642 Bug 577097: Format all o.e.remote code to CDT standard
This is applying the per-project code formatting rules that would
be applied on save in the JDT editor

See also Bug 540373

Change-Id: Ie93f9b640d0f0cfce8711e72fabc87f6a89634fa
2022-01-11 20:05:34 -05:00
Jonah Graham
8980b1f104 Bug 577097: Update BREE to Java 11
Note that due to dependencies, the effective BREE was already
Java 11, this change simply formalizes that

Change-Id: I834766caf02a0ed5e1992b61050ca1bf9c6bb390
2022-01-11 20:05:31 -05:00
Jonah Graham
c1642591e5 Bug 577097: Normalize .settings to CDT standard
Change-Id: I1834c96b5f4c7c93637b343b1aed9d499df31134
2022-01-11 20:05:27 -05:00
Jonah Graham
dcc4229829 Bug 577097: Normalize features to match requirements of CDT
Change-Id: Ib89a1f867d2f1007211eea0bd419d64ed03fed7a
2022-01-11 20:04:27 -05:00
Jonah Graham
2d35961bcd Bug 577097: Fix line endings
Some of the o.e.remote files had bad line endings. This
commit standardizes them

Change-Id: I96a2a86752b7a500d2095567f972ba51d194ae92
2022-01-11 20:04:22 -05:00
Jonah Graham
928046e272 Bug 577097: Move o.e.remote into a subfolder
Includes removing redundant content that will be provided by CDT:
- .mvn/extensions.xml
- .gitignore
- CONTRIBUTING
- LICENSE
- NOTICE
- root pom.xmls

Note: if you get to this commit when searching history or
doing git blame, try adding --follow to force the history
back before this move.

Change-Id: I42bdbb2cf8e7f07d6608c32eaabf2b54151a1fb1
2022-01-11 20:04:18 -05:00