Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSopot Cela2017-01-31 15:37:05 +0000
committerSopot Cela2017-02-20 13:59:26 +0000
commitae7c6d260707e92921ca4bc923ddef30bca0d860 (patch)
tree4b3b3f17c4aa25baec64adda592eaade556f8707 /pom.xml
parenta4cdfc7174a97c88e6a3d762a1bcc923f6d0fb03 (diff)
downloadeclipse.platform.team-ae7c6d260707e92921ca4bc923ddef30bca0d860.tar.gz
eclipse.platform.team-ae7c6d260707e92921ca4bc923ddef30bca0d860.tar.xz
eclipse.platform.team-ae7c6d260707e92921ca4bc923ddef30bca0d860.zip
First pass enables syntax highlighting for the most common features of a diff or a patch file. Change-Id: Ie434ec8fea515854bc0173d7e6b70c17066e4496 Signed-off-by: Sopot Cela <scela@redhat.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 9c197374c..c0f93e34b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,6 +66,7 @@
<module>bundles/org.eclipse.team.cvs.ssh2</module>
<module>bundles/org.eclipse.team.cvs.ui</module>
<module>bundles/org.eclipse.team.ui</module>
+ <module>bundles/org.eclipse.team.genericeditor.diff.extension</module>
<module>bundles/org.eclipse.ui.net</module>
<module>examples/org.eclipse.compare.examples</module>
<module>examples/org.eclipse.compare.examples.xml</module>

Back to the top