diff options
author | Roland Grunberg | 2013-05-27 20:30:45 +0000 |
---|---|---|
committer | Jeff Johnston | 2013-05-27 21:56:46 +0000 |
commit | 5b4f1e558b2803ad54ea9d8ba3b2eba1aedcb7a0 (patch) | |
tree | 5daacd54f177d1581857f4f7fa321b82a8da2c06 /pom.xml | |
parent | 299bf4a47361ed1a7416c698f627d4a491701fd9 (diff) | |
download | org.eclipse.linuxtools-5b4f1e558b2803ad54ea9d8ba3b2eba1aedcb7a0.tar.gz org.eclipse.linuxtools-5b4f1e558b2803ad54ea9d8ba3b2eba1aedcb7a0.tar.xz org.eclipse.linuxtools-5b4f1e558b2803ad54ea9d8ba3b2eba1aedcb7a0.zip |
Work around Bug 408786 by disabling includeBinaryFeature.
Generated source feature plugins should not depend on their
corresponding feature until this bug is resolved.
Change-Id: I6df43ab572a708991512bb1fbf0ad8d63d63d8ec
Reviewed-on: https://git.eclipse.org/r/13248
Tested-by: Hudson CI
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -199,6 +199,9 @@ <groupId>org.eclipse.tycho.extras</groupId> <artifactId>tycho-source-feature-plugin</artifactId> <version>${tycho-extras-version}</version> + <configuration> + <includeBinaryFeature>false</includeBinaryFeature> + </configuration> <executions> <execution> <id>source-feature</id> |