Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorConrad Groth2016-08-06 09:06:05 +0000
committerSergey Prigogin2016-08-30 23:23:45 +0000
commitd123d8ceecaefa3b677f09e81c09e642a4e988cd (patch)
treefcf1baa1df073c426612bfd1cdde72d14d3a735e /bundles/org.eclipse.compare/pom.xml
parent5e8a98e6db8095ca6a96d255cd75653dfcb45bf1 (diff)
downloadeclipse.platform.team-d123d8ceecaefa3b677f09e81c09e642a4e988cd.tar.gz
eclipse.platform.team-d123d8ceecaefa3b677f09e81c09e642a4e988cd.tar.xz
eclipse.platform.team-d123d8ceecaefa3b677f09e81c09e642a4e988cd.zip
Bug 213780 - Compare With direction should be configurable
add a preference to swap the left and right side of the merge viewer. This fix just swaps the left and right input for display. The model values for left and right are not changed. Change-Id: I4aa47e2e0389a0f1e8745e89b964296eb0b67678 Signed-off-by: Conrad Groth <info@conrad-groth.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 55ad2d420..0867488ae 100644
--- a/bundles/org.eclipse.compare/pom.xml
+++ b/bundles/org.eclipse.compare/pom.xml
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.compare</groupId>
<artifactId>org.eclipse.compare</artifactId>
- <version>3.6.100-SNAPSHOT</version>
+ <version>3.7.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top