Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2017-11-30 13:33:42 +0000
committerMickael Istria2017-11-30 15:07:06 +0000
commit12696e3bfaaeb2bd17e1e79361d009b3906d9946 (patch)
treedcff1d10328773589a08b9b870287b5ed26174bd /pom.xml
parent1a226fbce19dd05b21b2fd1127a80101d93a522a (diff)
downloadeclipse.platform.text-12696e3bfaaeb2bd17e1e79361d009b3906d9946.tar.gz
eclipse.platform.text-12696e3bfaaeb2bd17e1e79361d009b3906d9946.tar.xz
eclipse.platform.text-12696e3bfaaeb2bd17e1e79361d009b3906d9946.zip
Bug 527675 - inline annotations support example in build
Change-Id: I52f0593ce419dcb927a072aa052317e556324eb2 Signed-off-by: Mickael Istria <mistria@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 40c06542ddc..7517b75c1e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,6 +65,7 @@
<module>org.eclipse.ui.editors</module>
<module>org.eclipse.search</module>
<module>org.eclipse.ui.examples.javaeditor</module>
+ <module>org.eclipse.jface.text.examples</module>
<!-- Generic editor -->
<module>org.eclipse.ui.genericeditor</module>
<module>org.eclipse.ui.genericeditor.tests</module>

Back to the top