1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 01:06:01 +02:00
cdt/core/org.eclipse.cdt.ui.tests
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 Bug 488109 Refactoring of Extract Constant Implementation 2016-06-14 03:26:18 -04:00
icons Patch for Devin Steffler w/ Modifications - Indexer View Search 2005-04-18 19:06:02 +00:00
META-INF Bug 509734 - Cross-project references to template instances 2017-01-15 14:08:32 -04:00
resources Bug 510794 - Tab character is ignored at the beginning of line inside a 2017-01-23 11:51:39 -08:00
src/org/eclipse/cdt/ui Cosmetics 2017-01-21 15:00:24 -04:00
ui/org/eclipse/cdt/ui/tests Bug 511653 - Completion of inheriting constructor in using-declaration 2017-02-12 00:04:11 -04:00
.classpath Bug 488109 Refactoring of Extract Constant Implementation 2016-06-14 03:26:18 -04:00
.options Providing .options file for easy trace activation. 2006-03-22 00:54:08 +00:00
.project Got rid of the static project references in our .project files. PDE takes care of all this now through the plugin dependencies. Also fixed the wording of the PDOM enabler to make sure people know this is a work in progress. 2005-12-02 20:43:14 +00:00
about.html EPL'ing the CDT. 2005-06-23 14:44:35 +00:00
build.properties Remove Function Bodies and Remove Unused Declarations refactorings. 2016-08-08 12:02:17 -07:00
plugin.properties Remove Function Bodies and Remove Unused Declarations refactorings. 2016-08-08 12:02:17 -07:00
plugin.xml Remove Function Bodies and Remove Unused Declarations refactorings. 2016-08-08 12:02:17 -07:00
pom.xml releng: Make use of Tycho POM-less functionality 2017-02-13 23:19:56 -04:00
test.xml Cleanup some left over gunk from the move of stuff to org.eclipse.cdt.core.tests 2003-07-15 13:43:18 +00:00