Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2016-06-22 13:25:11 +0000
committerDani Megert2016-09-26 10:33:12 +0000
commitae146da17062d199167360e47eae3fab596e31f0 (patch)
treeaeded078a5854d06145edd6b6f561e74f36d3abe /pom.xml
parent5bcb7ac5045743f9ec17895a9a12318dd90ea4cb (diff)
downloadeclipse.platform.text-ae146da17062d199167360e47eae3fab596e31f0.tar.gz
eclipse.platform.text-ae146da17062d199167360e47eae3fab596e31f0.tar.xz
eclipse.platform.text-ae146da17062d199167360e47eae3fab596e31f0.zip
Bug 499811 - .project edition contributing to Generic Editor
This is an example of a usable and feature rich editor for .project files which contributes to the Generic Editor proposal. Bug: 499811 Bug: 497871 Signed-off-by: Mickael Istria <mistria@redhat.com> Signed-off-by: Sopot Cela <scela@redhat.com> Change-Id: I131e00cbca566e3dc2413c7b5db8c9d724b46bfb
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 fa14d0f9d72..0b1b8552e1b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,6 +68,7 @@
<!-- Generic editor -->
<module>org.eclipse.ui.genericeditor</module>
<module>org.eclipse.ui.genericeditor.tests</module>
+ <module>org.eclipse.ui.genericeditor.examples</module>
</modules>
</project>

Back to the top