diff options
author | Alexander Kurtakov | 2019-09-24 06:29:09 +0000 |
---|---|---|
committer | Alexander Kurtakov | 2019-10-04 04:33:55 +0000 |
commit | de76ec2d0257b6e2576f10d45d4226e41c2d415b (patch) | |
tree | 8644bf2c2af43685b6ce6a73afff5fea26025d3a | |
parent | c0b2f2a1fc76e37eac83dbf49b24ae77920d4243 (diff) | |
download | eclipse.platform.releng.aggregator-de76ec2d0257b6e2576f10d45d4226e41c2d415b.tar.gz eclipse.platform.releng.aggregator-de76ec2d0257b6e2576f10d45d4226e41c2d415b.tar.xz eclipse.platform.releng.aggregator-de76ec2d0257b6e2576f10d45d4226e41c2d415b.zip |
Bug 551394 - Enable tycho strict bin includes
This has been disabled when Tycho introduced it as there were too many
offending bundles in our build.
Change-Id: Icc4ef4489b07627ae8e666207bf1dc21a6145c74
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r-- | eclipse-platform-parent/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml index 70614affd..4881672fb 100644 --- a/eclipse-platform-parent/pom.xml +++ b/eclipse-platform-parent/pom.xml @@ -470,7 +470,6 @@ </dependency> </dependencies> <configuration> - <strictBinIncludes>false</strictBinIncludes> <format>${qualifier.format}</format> <timestampProvider>jgit</timestampProvider> <jgit.ignore> |