Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2018-04-06 08:14:18 +0000
committerAlexander Kurtakov2018-09-19 10:25:06 +0000
commitacc8715ab7bef66b2963990d60964551c0a434fe (patch)
treee9d5f103494c9c477955e124833712b70452583b /bundles/org.eclipse.equinox.p2.jarprocessor/.project
parent02bcc0e6c258e239c35f4b61aec1b95c9348b4ef (diff)
downloadrt.equinox.p2-acc8715ab7bef66b2963990d60964551c0a434fe.tar.gz
rt.equinox.p2-acc8715ab7bef66b2963990d60964551c0a434fe.tar.xz
rt.equinox.p2-acc8715ab7bef66b2963990d60964551c0a434fe.zip
Bug 533297 - AntTaskBuilder modifies workspace
There are multiple Ant based build scripts in the equinox.p2 repository, which modify version controlled files immediately after checkout and import. Those modified files should be checked in once (therefore this pull request) or the Ant builds should be configured differently by someone with the necessary knowledge. Change-Id: I1244c3c2710c756e52785a1acd1af93d3e5ffcb7 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.jarprocessor/.project')
-rw-r--r--bundles/org.eclipse.equinox.p2.jarprocessor/.project2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.jarprocessor/.project b/bundles/org.eclipse.equinox.p2.jarprocessor/.project
index cf69b3579..73a1a7393 100644
--- a/bundles/org.eclipse.equinox.p2.jarprocessor/.project
+++ b/bundles/org.eclipse.equinox.p2.jarprocessor/.project
@@ -22,7 +22,7 @@
</buildCommand>
<buildCommand>
<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
- <triggers>full,incremental,</triggers>
+ <triggers>auto,full,incremental,</triggers>
<arguments>
<dictionary>
<key>LaunchConfigHandle</key>

Back to the top