Commit graph

8 commits

Author SHA1 Message Date
Jonah Graham
37fff49636 [releng] Update to latest (2.3.0) tycho
Change-Id: I630b694e5e314c1211b91135ad86dfd605b950ed
2021-04-03 20:40:50 -04:00
Alexander Kurtakov
bc9ecdad17 Build with Tycho 2.1.0
Change-Id: I7f682ad313ce275f45e0b4adb4c1280d952cf3ac
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Also-by: Jonah Graham <jonah@kichwacoders.com>
2020-11-20 10:53:30 -05:00
Alexander Kurtakov
b5a9c1eeb9 Build with Tycho 2.0.0
Change-Id: I2b47317f35c990f222b43cc14837d0281b8e3bfe
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-09-29 18:54:28 +03:00
Alexander Kurtakov
a7e806112f Switch to build with Tycho 1.6.0
Change-Id: I26ebb81b10a65ed63efa5afb046d23d6371a2a2d
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-01-21 15:15:22 +02:00
Jonah Graham
0990aa6b06 [releng] Update tycho plug-ins to newest version
Change-Id: Ie619fc4db0dd0d2b26c5dd686545d0368e7e1fad
2019-11-07 17:43:12 -05:00
Alexander Kurtakov
50daf5b6e8 Build with Tycho 1.4.0.
Change-Id: I56bf64b43eac2b11c1b08cf7c92e28446bbae3f0
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-04-11 02:43:05 -04:00
Alexander Kurtakov
ebab079cbf Sync tycho pomless to main tycho used to build to 1.1.0
Change-Id: I41c2ddefbbfc1995515bc4e991f6844f87f779dd
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-03-26 13:12:38 +03:00
Marc-Andre Laperle
0046099052 releng: Make use of Tycho POM-less functionality
This removes a lot of pom.xml from the source tree. This is using the
"POM-less" Tycho functionality.
See
https://wiki.eclipse.org/Tycho/Release_Notes/0.24#POM-less_Tycho_builds

One advantage of this is that you do not need to update the version in
the pom.xml when you change it in the MANIFEST.MF because the pom.xml is
automatically generated. This also reduces a lot of the duplicated
information and pom.xml repetition.

- Maven 3.3 and up is required.
- Only eclipse-plugins and eclipse-features can be pom-less.
Repositories, target and others still have pom.xml.
- New parent poms are added because a parent is necessary directly one
level above the plug-in/feature that will have its pom generated
- Some test plug-ins had to be renamed .test -> .tests because it's
required so that it detects that it's a test plug-in
- Some suites were renamed so that they all use the same consistent name
"AutomatedIntegrationSuite"
- Profiles were added for the more common test configurations. They are
activated by the presence of simple .properties files that only serve to
activate the correct profile. The profiles:
  - One for UI tests (UI present and start in UI thread)
  - One for SWTBot tests (UI present and do not start in UI thread)
Other test plug-ins that are too different are kept intact and still
have
a pom.xml
- Fragments are kept intact since they all have different target
platform configurations

Change-Id: I9d73380eb766f547830c552daf08053a30b1845c
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2017-02-13 23:19:56 -04:00