Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-09-29Switch BREE to Java 11Thomas Wolf1-4/+4
Update BREE, use --release 11, set target based on Eclipse 2020-09, which was the first Eclipse version that required Java 11. This is the same as the baseline of EGit. Update JDT settings. Remove pack200. Update target platforms; remove unused TPD files. Bump minimum required bundle versions to the ones present in Eclipse 2020-09. Bump maven plugin versions to the newest: * jarsigner 1.3.2 * maven-pmd 3.15.0 * spotbugs 4.4.1 * tycho 2.5.0 Suppress *EXPOSE_REP* warnings from spotbugs; see [1]. Remove two profiles that only set a variable that was unused anyway. [1] https://github.com/spotbugs/spotbugs/issues/1601 Bug: 576238 Change-Id: If5ab0eca5c9e4d92355ec314b18ea95fd4d6cdf6 Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
2019-09-20Migrate JDT project settings to 2019-09 formatMichael Keppler2-1/+19
There is no change in settings. All the newly added lines are the default values (e.g. iterate all project property pages and apply without changing any value). Be aware that the projects currently do not use identical settings everywhere. That can be cleaned up later. Change-Id: Ia6c9b0b1873ed62cedecfeead6822f1700fa72d0 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
2019-04-08upgrade jdt preferencesMichael Keppler2-1/+42
Upgrade JDT preferences to current versions (by means of browsing the project preference pages). There are no changes in preference values. Change-Id: Ifd4ce7d7a6f7909f3e95044f9e99a03c59cfff35 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
2018-10-20[releng] Store all project properties explicitlyMichael Keppler2-2/+46
We use project specific properties in many projects. However, the files containing them are old, therefore they do not contain all the keys and values that have been added in newer Eclipse releases. This change makes all those missing settings explicit. All project properties have been opened in the UI and the "Apply" button has been used without changing any controls. We should therefore see only additions in the diff, no changes in values. The main intention of this change is to reduce the noise for actual changes of settings which are intended to be applied afterwards. The removal of JDT settings in org.eclipse.mylyn.github.doc is intentional. That is a PDE project without Java nature. Change-Id: I66b75fc8a64660615a0d2a8601f0b0cf3de82993 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
2018-09-30Remove outdated github launch fileMichael Keppler1-61/+0
This launch file is completely outdated and doesn't work at all. Even changes of the last years were basically always just because of mass updates. It references workspace projects which are not of the eclipse foundation and it lives in the .settings folder, which is not a good place for launch configs. Since egit developers use local launch configs, the same approach seems reasonable for egit-github, so delete this one. Change-Id: I36b6359d5398eb9a6d7a6cda54878e843205f74d Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
2018-09-23Add Mylyn commit message templateMichael Keppler1-0/+3
This is only relevant for EGit contributors, not for EGit users. Change-Id: I828400fee88cbe77fbc31519684d1b004c69baa5 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2018-05-30More restrictive JDT settings for the projectsThomas Wolf2-17/+424
Use the settings from EGit, then fix all errors reported. (Mostly non-externalized strings and inconsistent or missing Javadoc.) The "organize imports" order has been adapted to the apparent convention used hitherto, which is "com,java,javax,org" (strictly alphabetical), whereas EGit uses "java,javax,org,com". Then make the tycho compiler plugin use those settings. Change-Id: Idda75e94b7c8d48f7ce3a1b6678728a4ec569781 Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
2017-12-30Remove references to org.eclipse.update.configuratorMatthias Sohn1-1/+1
Bug: 527379 Change-Id: Iffe0942e47096e732e9ca5116a31228d248e4b14 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2017-12-30Remove references to update.coreKarsten Thoms1-1/+1
Remove old prefs migration code and tracing options in launch configs. Bug: 527249 Change-Id: Id4b3218ea64b7ae5599766d915e15dcf824dd9fe Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2016-09-20Change minimum execution environment to JavaSE-1.8Matthias Sohn2-4/+4
Change-Id: Id9ae44ede66f21edbae4c2cc192c68c1968622ee Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2015-02-10Set minimum required Java version to Java 7Matthias Sohn2-4/+4
Bug: 458476 Change-Id: I94fd45421295f0c72f8de541c18f0c8a49d2762c Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2011-09-13Add JDT prefs to remove trailing whitespace on saveKevin Sawicki1-0/+55
Change-Id: I9b96d2d0a8104359a26ab5d61ce46adc4f16896b Signed-off-by: Kevin Sawicki <kevin@github.com>
2011-05-18Set .classpath to java 1.5Christian Trutz1-0/+8
Change-Id: I6ef49622c19531a1588f2526baece044b9a22e29 Signed-off-by: Christian Trutz <christian.trutz@gmail.com>
2011-05-12Using HttpComponents 4.1Christian Trutz1-61/+61
CQ: 5162 Change-Id: I8c251fc40b97edc414bf9e210320341ea74bf281 Signed-off-by: Christian Trutz <christian.trutz@gmail.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2011-05-09Fix line endingsMatthias Sohn3-67/+67
Change-Id: I4e635bea33f18eb31846f6aa2a2ad72c90ec2171 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2011-05-09Remove java nature from doc pluginMatthias Sohn1-12/+0
The doc plugin has no sources so we can remove the java nature. Also include /images to binary build. Change-Id: I0a2ca2a27ec8f65876bbac29aef139e9e52a52ce Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2011-04-26egit-github.launch updatedChristian Trutz1-61/+61
Because of changed target platform. Change-Id: I2d954d0e6fb59dc8247c6519f4a7619d74a61083 Signed-off-by: Christian Trutz <christian.trutz@gmail.com>
2011-04-15Unit tests for IssueService#editIssueChristian Trutz1-2/+2
Change-Id: I080a8c4ad3cf70512bc0431e6e83a0dd04aa169a Signed-off-by: Christian Trutz <christian.trutz@gmail.com>
2011-04-08ClassCastException when creating a gist via editor text selectionChristian Trutz1-3/+3
A TextSelection is casted to a IStructuredException in CreateGistHandler. Bug: 342337 Change-Id: I05f5824617b0a6dfc5a03a4c530aeeaebd641876 Signed-off-by: Christian Trutz <christian.trutz@gmail.com>
2011-04-07Add support for creating GistsChris Aniszczyk1-3/+3
Supports creating gists on selections with files and on a selected file. Change-Id: Iab9b2a3892aaf6e753d8fcde77917c8d7347e8d0 Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
2011-04-05New launch fileChristian Trutz1-0/+61
Simplify starting Eclipse instance including egit-github plugins Change-Id: I789ecb7684bac1beeef227f9aeee602e3ebfdca8 Signed-off-by: Christian Trutz <christian.trutz@gmail.com>
2011-03-23Initial commit of Mylyn GitHub IntegrationChris Aniszczyk3-0/+18
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>

    Back to the top