Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Globally replace "http:" by "https:" in non-XML files | Alexander Kriegisch | 2024-02-15 | 1 | -2/+2 |
| | | | | | | | | | Maybe, the XML files and Maven wrapper files will follow. First, let us find out if this breaks the build, maybe some tests are asserting on "http:". But there, the replacement would also have taken place, so probably it just works. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | Upgrade license from CPLv1/EPLv1 to EPLv2 | Alexander Kriegisch | 2021-06-04 | 7 | -69/+69 |
| | | | | | | | This was required by the Eclipse team as one precondition for the next release. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | Moved tests around for avoiding weaving switch infrastructure method | Andy Clement | 2019-09-11 | 1 | -21/+0 |
| | |||||
* | - dont't weave synthetic enum helper method for switch | Semyon Danilov | 2019-09-10 | 1 | -0/+21 |
| | | | | | | - add test for switch on enum with around all advice Signed-off-by: Semyon Danilov <samvimes@yandex.ru> | ||||
* | update license to EPL | acolyer | 2006-06-01 | 7 | -14/+14 |
| | |||||
* | moved stuff around to get rid of the annoying warning about foo() should be ↵ | aclement | 2005-10-19 | 8 | -0/+562 |
called statically. I couldn't just 'fix the program' as it is used in that form as input for a test - so I just moved the code outside of the existing source folders. |