1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

stand-alone debugger: Use rcp repository for creating the products

With this option, the build implicitly verifies that it would also
be possible to install the product (and its plugins) from that
repository.

This means that it provides some basic sanity check for plugin
dependencies.

For example, this would have uncovered the missing dependency to
launchbar.core fixed here: https://git.eclipse.org/r/65572

See
https://eclipse.org/tycho/sitedocs/tycho-p2/tycho-p2-director-plugin/materialize-products-mojo.html#source

Change-Id: I77382bb99b95784b18892cabe545c039d568ff01
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
This commit is contained in:
Marc-Andre Laperle 2016-01-29 11:13:13 -05:00 committed by Gerrit Code Review @ Eclipse.org
parent 93af811c6d
commit e0d3dc82ba

View file

@ -54,6 +54,7 @@
<rootFolder>cdt-stand-alone-debugger</rootFolder>
</product>
</products>
<source>repository</source>
</configuration>
</plugin>
<plugin>