Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2019-05-07 07:04:59 +0000
committerMickael Istria2019-05-09 10:09:07 +0000
commitdce3e26a920b9d73b5e7365ecbe17e78b2778758 (patch)
tree6922d9761c28d7fbfe65c9a545bd37b338007d91 /eclipse-platform-parent/pom.xml
parent72f78801a230ee296e73d55daeacfbed30177af6 (diff)
downloadeclipse.platform.releng.aggregator-dce3e26a920b9d73b5e7365ecbe17e78b2778758.tar.gz
eclipse.platform.releng.aggregator-dce3e26a920b9d73b5e7365ecbe17e78b2778758.tar.xz
eclipse.platform.releng.aggregator-dce3e26a920b9d73b5e7365ecbe17e78b2778758.zip
Ignore .polyglot.build.properties in version/baseline check
This is a workaround for cases where the .polyglot.build.properties is not in .gitignore. This configuration is recommended by Tycho documentation. Change-Id: Ie72296b66187195ca22007142dc0ac8369beea1b Signed-off-by: Mickael Istria <mistria@redhat.com>
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r--eclipse-platform-parent/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 96f7af3e6..0fcd03205 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -474,6 +474,7 @@
<timestampProvider>jgit</timestampProvider>
<jgit.ignore>
pom.xml
+ .polyglot.build.properties
</jgit.ignore>
<jgit.dirtyWorkingTree>${jgit.dirtyWorkingTree-platformDefault}</jgit.dirtyWorkingTree>
<sourceReferences>

Back to the top