Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/remote
AgeCommit message (Collapse)AuthorFilesLines
2022-06-15[releng] PDE does not properly resolve dependency without extra importJonah Graham1-1/+2
Some changes happened in platform that cause PDE to not resolve properly. Tycho does, so our builds have been ok, but in the dev IDE there has been a problem. https: //github.com/eclipse-equinox/equinox.bundles/issues/58#issuecomment-1156571374 Change-Id: I1fdde377f799ad1d83018c8a70e1acbf810c80bc
2022-04-20[releng] Apply auto-clean of save to all files with Eclipse 4.23Jonah Graham87-81/+173
This mostly is using diamond operator, but includes adding missing @Override and organizing imports and applying formatting improvements in the JDT formatter. Change-Id: Id91cbff33b0a039cc5121945ffbc407ecba45866
2022-04-20[releng] Make CDT Clean-up profile match Editor on save actionsJonah Graham19-0/+1520
The CDT Cleanup profile had a bunch of extra cleanups applied to it, this prevents running the CDT cleanup profile manually to simulate running the save actions on all Java files Change-Id: Iad491e1258a4ba90d81d1457ea0f6779e3663e38
2022-04-13[releng] Update all legal files with update_legal_files.shJonah Graham23-138/+184
The about.html was changed as per https://gitlab.eclipse.org/eclipsefdn/it/websites/eclipse.org/-/issues/90 Change-Id: Ied879279460a8fc610630fc26794ab3df9eae39f
2022-04-13[releng] Prepare for 10.7.0 with version bumpsJonah Graham15-15/+15
All the about.html files are updated, so every bundle that hasn't already had a bump in 10.7 needs one now Change-Id: I6143d2fbe77a58a3a6d2f4a226d96087117f9ac1
2022-04-12[releng] Add missing project files for o.e.remote.telnet.core.testsTorbjörn Svensson10-0/+920
Contributed by STMicroelectronics Change-Id: I3fb80c09b10de227df42a7bb41aa81b6b94cab46 Signed-off-by: Torbjörn Svensson <torbjorn.svensson@st.com>
2022-04-11[releng] Update comparator repo to 10.6.0Jonah Graham6-6/+6
Change-Id: Ie4e5bc90a41bb6e47cd34afb42126e1934fcc042
2022-04-11[releng] Bump versions for 10.7.0Jonah Graham11-12/+12
Change-Id: Ibada1ef26f47f4238ae64f53fb67a73125534347
2022-04-11[releng] Bump doc generator to new versionJonah Graham2-2/+2
Change-Id: I505e3a059053d6a40951f0a365aebbbe49f24032
2022-01-12[releng] Resolve API errors and warning since branchJonah Graham7-7/+7
The org.eclipse.remote.* version bumps were all because of BREE change since the last release. The api filters are removed because of the baseline bump Change-Id: Ic7317dafa9872bb737502654a726823a35ec47b3
2022-01-12[releng] Bump to CDT version 10.6.0Jonah Graham11-12/+12
Change-Id: I28629cdfb0906ce7f1b33a88cbbd55521afc8f6b
2022-01-12Bug 577097: Bump maintenance version for all o.e.remote bundlesJonah Graham27-27/+27
The bundles have all had version bumped to make it easier to differentiate the bundles built since integration into CDT. Note the feature versions have already been aligned with CDT. Change-Id: I68141e31559df3897414a50ee52c3ede49d429df
2022-01-12Bug 577097: Fix copyright end year for features edited this yearJonah Graham6-10/+10
Change-Id: I9cf7f807c0e8e00c2411d7565a4de60ed7e2d7a7
2022-01-12Bug 577097: Fix file modesJonah Graham18-0/+0
Some files had x permission that shouldn't and some scripts were missing x permission. Change-Id: I9af0edc7c87fa1ab4d6795ec7861e07517d00c67
2022-01-12Bug 577097: Update o.e.remote code to EPLv2Jonah Graham289-2577/+2966
Includes fixing any identified licensing issues using releng/scripts/check_license.sh Change-Id: I0f53648a88c8aa47fc811e3fbafce80f32a16151
2022-01-12Bug 577097: Remove requirement to have pre-integration-test phase runJonah Graham4-87/+259
The proxy server products need to be built and signed before being moved to the correct location. Prior to this patch this happened in pre-integration-test phase, meaning that "mvn package" would fail to build CDT successfully. Therefore "pull" rather than "push" proxy-server to individual bundles. If signing is not enabled, the proxy server product won't be signed, but that is expected. Also, to make sure the archiving happens in package phase, we need to have some duplication so that archiving always is listed after signing. Change-Id: I09ef2b6384ab6f6573352f85c068756e3792512f
2022-01-12Bug 577097: Integrate o.e.remote releng into CDTJonah Graham15-769/+158
Change-Id: I55fbfcfae1c414ae21807473f4ab290db40b5238
2022-01-12Bug 577097: Add o.e.remote features to CDT's p2 repoJonah Graham4-110/+0
Change-Id: Ia5ef4a868d52389aefa3ef800a412ce53628da3e
2022-01-12Bug 577097: Merge o.e.remote into CDTJonah Graham18-0/+1652
Change-Id: I357cd9be2d7f4b4045ccbcb374ea5bfdc7626229
2022-01-12Bug 577097: Correct feature and bundle provider namesJonah Graham5-5/+5
It is now Eclipse CDT providing these, so update to match Change-Id: I4dec6071c1c3c63b8005587f9f8c1e73a0315a75
2022-01-12Bug 577097: Align o.e.remote feature versions with CDTJonah Graham5-5/+5
Change-Id: I32a8506bc8a22352adfd43c26f2ca71938d3ea6b
2022-01-12Bug 577097: Add missing entries to build.propertiesJonah Graham3-3/+10
Change-Id: I2e505c364d3dbdeba850be324488a31a33802cfb
2022-01-12Bug 577097: Format all o.e.remote code to CDT standardJonah Graham178-2159/+2244
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-12Bug 577097: Update BREE to Java 11Jonah Graham33-37/+53
Note that due to dependencies, the effective BREE was already Java 11, this change simply formalizes that Change-Id: I834766caf02a0ed5e1992b61050ca1bf9c6bb390
2022-01-12Bug 577097: Normalize .settings to CDT standardJonah Graham129-75/+15063
Change-Id: I1834c96b5f4c7c93637b343b1aed9d499df31134
2022-01-12Bug 577097: Rename script file to have an extensionJonah Graham1-0/+0
Change-Id: I9d2a18bf6136af6d8ada437ba2a825270120139f
2022-01-12Bug 577097: Normalize features to match requirements of CDTJonah Graham30-37/+270
Change-Id: Ib89a1f867d2f1007211eea0bd419d64ed03fed7a
2022-01-12Bug 577097: Fix line endingsJonah Graham5-755/+755
Some of the o.e.remote files had bad line endings. This commit standardizes them Change-Id: I96a2a86752b7a500d2095567f972ba51d194ae92
2022-01-12Bug 577097: Move o.e.remote into a subfolderJonah Graham526-0/+40516
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
2021-09-27[releng] Prepare for CDT 10.5.0Jonah Graham1-1/+1
Change-Id: I9b72edf4a0ff0771a147934dd7f1c92ba1ee799a
2021-06-13[releng] Bump to CDT version 10.4.0Jonah Graham1-1/+1
Change-Id: I0807f46d9ebb8bb579b687366cdb19e40935a9ec
2021-04-04Bug 572552 - CDT releng: update versions to 10.3.0Alexander Fedorov1-1/+11
Added missed license headers Updated baseline for the parent pom to CDT 10.2 Updated version for pom.xml to 10.3 Updated version for features and bundles to CDT 10.3 Updated copyright for about.properties to be 2021 Incremented version + 100 where needed Change-Id: I79666fcc0402fee6607499d7dce1eaf87a5f446d Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
2020-12-19[releng] Increment feature and related versions to 10.2.0Jonah Graham1-1/+1
Change-Id: Icd135a588920fa25fd846dc285db5f83e5ac7037
2020-10-06[releng] Bump version to 10.1.0Jonah Graham1-1/+1
Change-Id: I39f7c379c0b43c086a25b047b3af564f6f24d670
2020-08-31Bug 566511: [releng] Add missing UTF-8 encoding for all CDT projectsJonah Graham1-0/+2
Includes updates to code cleanliness script Change-Id: Ic495124285e3e002993f34dc12be5ad7337fe13b
2020-08-24Bug 562494: Update BREE to Java 11Jonah Graham3-11/+33
Change-Id: I0c91aafc0cb1b179936acbd4c9df2d961899e3fa
2020-04-11[releng] Bump version to 10.0.0Jonah Graham1-1/+1
Change-Id: I32f6f61835bdbad3cffd713965045c5097c8619f
2020-03-22[releng] Bump CDT version to 9.12.0Marco Stornelli1-1/+1
org.eclipse.cdt.debug.gdbjtag is bumped because of Bug 561343 Change-Id: I6dac283b7e9093662f57ac5c804021c4201ad6f1
2019-12-07[releng] Bump to CDT version 9.11.0Jonah Graham1-1/+1
Change-Id: If729509efbddc71adb565e224437b76089d6e099
2019-10-17Bug 551817 - Add about.html to src.includes for pluginsTorbjörn Svensson2-1/+2
Change-Id: Id6e1a3c4aa94bf242efd62a28f5ca9de7d64f699 Signed-off-by: Torbjörn Svensson <azoff@svenskalinuxforeningen.se>
2019-10-16[releng] Bump to CDT version 9.10.0Jonah Graham1-1/+1
Change-Id: I027e7e5542fda3e599ee476814593fc4b464adca
2019-06-11[releng] Bump version to 9.9.0Jonah Graham1-1/+1
Change-Id: I6641e51a8bfdb44fa5c646d97debf2bf814c107a
2019-03-01[releng] Bump version to 9.8.0Jonah Graham1-1/+1
Change-Id: I3861d4c5d0eecaf9dd370f269a655e666b60561a
2018-12-10[releng] Bump version to 9.7.0Jonah Graham1-1/+1
Change-Id: Icaa0b6acf73e3a19e0d102fa8ae784e631d8743a
2018-11-24Bug 540373: Update the compiler warnings/ignoresJonah Graham1-1/+1
The previous alignment of all the warnings/ignores led to too many warnings that weren't there before. This commit relaxes them a bit. The core/org.eclipse.cdt.core/.settings/org.eclipse.jdt.core.prefs is still the "master" copy, with releng/scripts/check_code_cleanliness.sh containing the exceptions that apply to test plug-ins. Change-Id: Ibd4e31ade0b42b31e7cbe5a94f06c6fc15183a56
2018-11-22Bug 540373: Remove '(non-Javadoc)' commentsJonah Graham1-10/+0
These were inserted in the past automatically by Eclipse but newer tooling makes them redundant. These were removed by doing a global find/replace on *.java files using the following regular expression: \t/\*\n\t \* \(non-Javadoc\)[^/]*/\n Change-Id: I59d3248020f10934fde1dda5b5a31e20bb188e19
2018-11-22Bug 540373: Cleanup: Remove unnecessary castsJonah Graham1-1/+1
This was done by selecting all projects in Eclipse then Source -> Clean Up... -> choosing: - Remove unnecessary casts and completing the wizard Change-Id: I287d4066b12fc19d7f73a016e11c9405abb4ceb9
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham3-24/+24
This was done by selecting all projects in Eclipse then Source -> Clean Up... -> choosing: - Format source code - Remove trailing white spaces on all lines and completing the wizard Change-Id: I63685372c6bcc67719bcf145123bcb72e5b00394
2018-11-22Bug 540373: Standard .settings auto appliedJonah Graham5-0/+812
The releng/scripts/apply_jdt_prefs_to_all_projects.sh was run to copy standard settings to all other projects. Change-Id: I4436c947d7f0142f56b709e661379c3eb54f666b
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham6-28/+57
Change-Id: Ifbb1d5af2a00bd5634dea200320e8c4303ffca6c

Back to the top