1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/qt/org.eclipse.cdt.qt.core
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
..
.settings Starting to put Qt onto the new build system and launch. 2015-09-28 13:24:41 -04:00
acorn-qml Bug 481126 - Walk QML Types AST 2015-12-22 15:04:28 -05:00
META-INF Implement Qt build tab for the launch config dialog. 2016-11-11 16:24:40 -05:00
schema Tighter integration of new build system with cdt.core. 2016-04-14 16:19:37 -04:00
src/org/eclipse/cdt Bug 509749 - Find References doesn't find a reference to a function 2016-12-29 09:59:36 -08:00
templates Updates for Core Build. 2016-10-12 19:19:19 -04:00
tern-qml Qt - Include tern deps in build. Clean up some old files. 2016-01-27 12:41:56 -05:00
.classpath Remove the ANTLR based QML parser. We're planning on tern.js instead. 2015-11-06 15:26:37 -05:00
.project Remove the ANTLR based QML parser. We're planning on tern.js instead. 2015-11-06 15:26:37 -05:00
about.html
build.properties Qt - more missing things from the build.properties file. 2016-01-28 18:55:16 -05:00
plugin.properties Bug 478231 - Hook up .qrc files to the XML Editor 2015-09-23 20:39:38 -04:00
plugin.xml Updates for Core Build. 2016-10-12 19:19:19 -04:00