Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Belle2018-02-12 14:07:08 +0000
committerJan Belle2018-02-12 14:27:12 +0000
commitb4bec069411704ea9228d2d8860a3c7a1f60856d (patch)
tree974ecff47544c802baa7251b1d8e90bb1cc58ada /.gitignore
parent59289a739edeaa47aed600593c0e7d364f40bff8 (diff)
downloadorg.eclipse.etrice-b4bec069411704ea9228d2d8860a3c7a1f60856d.tar.gz
org.eclipse.etrice-b4bec069411704ea9228d2d8860a3c7a1f60856d.tar.xz
org.eclipse.etrice-b4bec069411704ea9228d2d8860a3c7a1f60856d.zip
[releng] maven tycho build improvements
* increased tycho version to 1.1.0 * introduced tycho reproducible builds https://wiki.eclipse.org/Tycho/Reproducible_Version_Qualifiers * added osgi qualifier to the name of the final p2 site zip repository Change-Id: Iac3bfe135f5a730bf6d61daa8129211f2c94e95c
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 9805706a8..07d680877 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,4 +8,5 @@ target/
xtend-gen/
build/
.gradle/
-log/ \ No newline at end of file
+log/
+.polyglot.build.properties \ No newline at end of file

Back to the top