Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Loskutov2016-12-26 21:33:55 +0000
committerSergey Prigogin2017-01-03 18:05:36 +0000
commita0d51d43b91f9cab4008f2b52db69b4300555553 (patch)
treee6694bb796046950a1810603c0f1856f2d6a9381 /bundles/org.eclipse.compare/pom.xml
parent5375e83b88bed8d70bc5a1b096ad7fa165f87afe (diff)
downloadeclipse.platform.team-a0d51d43b91f9cab4008f2b52db69b4300555553.tar.gz
eclipse.platform.team-a0d51d43b91f9cab4008f2b52db69b4300555553.tar.xz
eclipse.platform.team-a0d51d43b91f9cab4008f2b52db69b4300555553.zip
Elements in the outline can be "virtual" without real direction of the change (e.g. "Compilation Unit" root node). Such elements are created from RangeDifferences with "NOCHANGE" kind (so the DocumentMerger.Diff.fDirection is zero), and therefore they do not have an image descriptor configured in CompareConfiguration.fgImages array. Also increment service segment after patch. Change-Id: I82645b097fe49a3d61e2e7934a0190a718a9ec35 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
Diffstat (limited to 'bundles/org.eclipse.compare/pom.xml')
-rw-r--r--bundles/org.eclipse.compare/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.compare/pom.xml b/bundles/org.eclipse.compare/pom.xml
index 607979e96..b221ea714 100644
--- a/bundles/org.eclipse.compare/pom.xml
+++ b/bundles/org.eclipse.compare/pom.xml
@@ -5,7 +5,7 @@
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/org/documents/edl-v10.php
-
+
Contributors:
Igor Fedorenko - initial implementation
-->

Back to the top