1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/debug/org.eclipse.cdt.debug.ui
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 Fix API errors with Eclipse 4.7 2017-01-30 14:11:36 -04:00
icons Bug 303808: Add dedicated debugger console view 2016-09-07 15:26:43 -04:00
META-INF Bug 509895 - GdbBasicCliConsole left running after platform shutdown 2017-01-17 12:49:15 -04:00
schema [bug 417138] Various extension point schema cleanups 2013-09-12 22:56:47 -04:00
src/org/eclipse/cdt/debug Bug 506073 - Support address "range" when adding a memory watchpoint 2017-02-07 13:52:25 -04:00
.classpath Move the rest of the CDT plugins to java 8 2016-06-22 14:51:43 -04:00
.project Bug 265796 2009-02-25 20:06:32 +00:00
about.html Bug 189539 - Fix dates on about.html files to reflect projected release date. 2007-05-29 03:48:49 +00:00
build.properties Missing about.html files in various source plugins. 2010-06-14 20:34:48 +00:00
NEWS Update 2005-06-10 14:30:44 +00:00
plugin.properties Bug 303808: Add dedicated debugger console view 2016-09-07 15:26:43 -04:00
plugin.xml Bug 509897: Use View Management for Debugger Console 2017-02-06 06:15:19 -05:00