Jonah Graham
3ded7afd8a
Bug 577097: Align o.e.remote feature versions with CDT
...
Change-Id: I32a8506bc8a22352adfd43c26f2ca71938d3ea6b
2022-01-11 20:06:00 -05:00
Jonah Graham
c81695c9ce
Bug 577097: Add missing entries to build.properties
...
Change-Id: I2e505c364d3dbdeba850be324488a31a33802cfb
2022-01-11 20:05:38 -05:00
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
98c9565dd2
Bug 577097: Rename script file to have an extension
...
Change-Id: I9d2a18bf6136af6d8ada437ba2a825270120139f
2022-01-11 20:05:19 -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
13168b3745
Bug 577097: Move .gitignore where it is supposed to be
...
Change-Id: I00eb001958855c229a31e21425a3f5b9765d07ad
2022-01-11 20:04:24 -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
Greg Watson
3f49713898
Bug 575654 - fix packaging order
...
Change-Id: I2d41d42f55a54cc8f0b0b437f78025d9a91aa3c4
Signed-off-by: Greg Watson <g.watson@computer.org>
2021-09-01 09:11:29 -04:00
Greg Watson
fc1583b7d8
Bug 575654 - fix baseSearchDir
...
Change-Id: If8f9b4a3c43bd8ac7daa3f5c5d276f1b96dcbeb9
Signed-off-by: Greg Watson <g.watson@computer.org>
2021-09-01 08:38:48 -04:00
Greg Watson
9c44aff074
Bug 575654 - sign mac content
...
Change-Id: Ie32bbfeae3c1d841e6d44686fb802d3e24121cfe
Signed-off-by: Greg Watson <g.watson@computer.org>
2021-09-01 08:18:09 -04:00
Greg Watson
e2456009e9
Fix signing configuration.
...
Change-Id: Ibd15e07eb5e8211d113d95abae00ad9422c0a6f8
Signed-off-by: Greg Watson <g.watson@computer.org>
2021-08-09 16:48:23 -04:00
Greg Watson
edfa7ea1b1
Update Eclipse/CDT versions, switch over to CDT TM.
...
Change-Id: I25560417af00e8e26b93ba9b7cdd4ae4fa57e8f3
Signed-off-by: Greg Watson <g.watson@computer.org>
2021-08-09 16:38:29 -04:00
Alexander Kurtakov
7ef3f914d6
Bug 559514 - Cleanup codebase
...
Remove useless non-javadoc comments.
Change-Id: Ib08d8ad1df5a28a228c2b4b68520e88a0339cf43
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-01-24 22:22:30 +02:00
Alexander Kurtakov
f0b41feeff
Bug 559514 - Cleanup codebase
...
Lambda conversion.
Change-Id: I308f0249f83ad5ea51b7ab9988ad6bc9004b8e71
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-01-24 21:57:59 +02:00
Alexander Kurtakov
6ce8bf9982
Bug 559514 - Cleanup codebase
...
Generify Adapters.
Change-Id: I06d06c1262492177c56b5e54a6e77bcee8605a74
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-01-24 14:51:07 -05:00
Alexander Kurtakov
f272b16a03
Bug 559514 - Cleanup codebase
...
Move away of deprecated FontMetrics.getAverageCharWidth.
The new method is getAverageCharacterWidth returning double.
Change-Id: Ic9c60073bb0c1219c4ef422e933de0576556e88c
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-01-24 14:50:57 -05:00
Alexander Kurtakov
e03fdd5977
Bug 559514 - Cleanup codebase
...
Properly override varargs method.
It's fatal error now compiling against 4.14.
Change-Id: I803907b6141ca236770e0e662069d0f3976926c5
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-01-24 14:50:24 -05:00
Alexander Kurtakov
9db5b623e0
Bug 559514 - Cleanup codebase
...
Move away of deprecated Double constructor.
Change-Id: I19195f8f90c56cbaaa30429741307e7038bb407e
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-01-24 14:29:34 -05:00
Alexander Kurtakov
5f4396d0ed
Bug 559513 - Ubreak build
...
Don't point to temp build p2 repos in target file.
Move to Tycho 1.6.0 too for build speed up.
Change-Id: Ia04dd07fe27d6c7f3bfa9b30368f3ea971a42cb6
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-01-24 10:17:06 -05:00
Greg Watson
b6ae465863
Merge "Update target for 2019-09"
2019-09-03 10:38:51 -04:00
Greg Watson
7063b3e009
Update target for 2019-09
...
Change-Id: If51d6e314f1cba1b8350123c91fa7e4d5bd38d3e
Signed-off-by: Greg Watson <g.watson@computer.org>
2019-09-03 10:27:05 -04:00
Jonah Graham
416582d926
[releng] bind moving tar files to package stage
...
By having this in the package stage, you can do a mvn package
without a build failure. It also means that you don't have
to do a mvn install for build to complete, which
means not having to unnecessarily modify mvn's local repo
Change-Id: I82242698bf9aeaba80b1e4a81353f47a15736180
Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
2019-07-16 12:08:00 -04:00
Greg Watson
9565430a5b
Build uber jar.
...
Change-Id: Ia200cc07f4c73b288d1c6626de89216d269dc1f1
Signed-off-by: Greg Watson <g.watson@computer.org>
2019-07-03 19:25:56 -04:00
Greg Watson
3275fce38b
Try jar format.
...
Change-Id: I6bf7e0ca0af14ab65cc73d5c3a54a5c8e403b805
Signed-off-by: Greg Watson <g.watson@computer.org>
2019-07-01 18:56:41 -04:00
Greg Watson
b2ed22cc17
Try to deploy dependencies.
...
Change-Id: Ic57da40bd49fa78d54cadf2b77cb058e68c3d7bb
Signed-off-by: Greg Watson <g.watson@computer.org>
2019-07-01 15:18:59 -04:00
Greg Watson
edba296c44
Merge "Test deploy" into deploy
2019-07-01 11:18:44 -04:00
Greg Watson
34569c7f24
Test deploy
...
Change-Id: Ic1f6d59a8693535c18c2a7001638861f82e01fdf
Signed-off-by: Greg Watson <g.watson@computer.org>
2019-07-01 11:14:37 -04:00
Greg Watson
927aba4e42
Test deploy dependencies
...
Change-Id: I0cc3098a5691dcf2521930b531b8f7970fdf41e5
Signed-off-by: Greg Watson <g.watson@computer.org>
2019-07-01 11:11:56 -04:00
Greg Watson
e203e0df52
See if flatten-pom helps with deployment.
...
Change-Id: Id6f0a9fd3b233851a96da8fcfbf56975900c9d70
Signed-off-by: Greg Watson <g.watson@computer.org>
2019-06-28 09:17:46 -04:00
Greg Watson
ba528b0b33
Update pom version to -SNAPSHOT so it is not installed in release repo.
...
Change-Id: I408f31fdb23d31812ebbf2b84f8ab8833bf215ae
Signed-off-by: Greg Watson <g.watson@computer.org>
2019-06-25 16:20:23 -04:00
Greg Watson
bc9a5dfd18
Fix repo url.
...
Change-Id: I5a87b5b3d47f5a4c63c302f25b798d730c222de7
Signed-off-by: Greg Watson <g.watson@computer.org>
2019-06-25 13:23:39 -04:00
Greg Watson
c7e6603357
Configure repo.eclipse.org
...
Change-Id: I0f6682cfdf77a2f99b7f81b11bfbfd64c2ed5f3f
Signed-off-by: Greg Watson <g.watson@computer.org>
2019-06-25 09:41:08 -04:00
Greg Watson
f3ca265bf4
Update Eclipse repo to 4.12
...
Change-Id: Ic4d53b0cc59dcef5dd7a43aaf611790d4fb5e4c4
Signed-off-by: Greg Watson <g.watson@computer.org>
2019-06-20 19:11:17 -04:00
Greg Watson
294d415f80
Bug 548036 - Add required files
...
Change-Id: I005b04f0c358b6591d3177cccde1e9e855bae28f
Signed-off-by: Greg Watson <g.watson@computer.org>
2019-06-14 09:48:38 -04:00
Greg Watson
3d1d193f7e
Switch to pomless build.
...
Change-Id: Ic7984f7e16c1278ca17f9410b4a0c4728d10454b
Signed-off-by: Greg Watson <g.watson@computer.org>
2019-06-06 11:11:52 -04:00
Greg Watson
2ae26637c6
Merge remote-tracking branch 'origin/R3_0_maintenance'
...
Signed-off-by: Greg Watson <g.watson@computer.org>
2019-06-03 11:19:10 -04:00
Greg Watson
fbe9db5d5f
Update Tycho version.
...
Signed-off-by: Greg Watson <g.watson@computer.org>
2019-05-31 13:11:47 -04:00
gw6
c728e4b09b
Revert change.
2019-05-25 09:50:59 -04:00
gw6
aead3ee388
Fix promotion.
2019-05-25 09:44:34 -04:00
gw6
27f72e8590
Fix javadoc errors.
2019-05-25 09:00:57 -04:00
gw6
bb7ad41cee
Add UTF-8 encoding for javadoc
2019-05-25 08:39:22 -04:00
gw6
f14b5e15c6
Remove unsupported platforms.
2019-05-25 08:06:47 -04:00
gw6
bcd6c0f65f
Update eclipse version.
2019-05-24 14:38:47 -04:00
Greg Watson
b1bdab816f
Bug 537575 - Set default locale if no locale command. Also updates
...
version to 3.0.1
Change-Id: I71e04586dc8dc0eed7b4dc899206ef70c2d5c939
Signed-off-by: Greg Watson <g.watson@computer.org>
2018-09-17 10:58:37 -04:00
Greg Watson
963f9fa93b
Merge remote-tracking branch 'origin/master' into R3_0_maintenance
...
Change-Id: I8e903f621f30bc7bd64048825a542bb0aa47d033
Signed-off-by: Greg Watson <g.watson@computer.org>
2018-09-17 10:22:13 -04:00
Greg Watson
d82e1aafb2
Update for photon
...
Change-Id: Ia25b8674ef380481815ec202ec06afedc2df1ece
Signed-off-by: Greg Watson <g.watson@computer.org>
2018-03-12 15:01:07 -04:00
Greg Watson
18908cbc76
Update build name and tycho version
...
Change-Id: Idd22e296458e569194f581abbd544c88541476f2
Signed-off-by: Greg Watson <g.watson@computer.org>
2018-03-12 13:46:06 -04:00