Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Webster2014-01-22 20:31:07 +0000
committerPaul Webster2014-01-22 20:31:07 +0000
commit8d58a001ab2e73ca793c4512ea877488d09fff3d (patch)
treedba8c851a3072ffbdd4a7e02cbc4c597afecf9e8 /pom.xml
parent6b0d75f6d94de2da07c305ec45ecddb9f8d27a59 (diff)
downloadorg.eclipse.e4.tools-8d58a001ab2e73ca793c4512ea877488d09fff3d.tar.gz
org.eclipse.e4.tools-8d58a001ab2e73ca793c4512ea877488d09fff3d.tar.xz
org.eclipse.e4.tools-8d58a001ab2e73ca793c4512ea877488d09fff3d.zip
initial plugin commit.
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 df2d03d2..d8fb59ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,6 +56,7 @@
<module>./bundles/org.eclipse.e4.tools.orion.css.editor</module>
<module>./bundles/org.eclipse.e4.tools.orion.editor</module>
<module>./bundles/org.eclipse.e4.tools.orion.editor.samples</module>
+ <module>./bundles/org.eclipse.e4.tools.orion.text.editor</module>
<module>./bundles/org.eclipse.e4.tools.css.spy</module>
<module>./bundles/org.eclipse.e4.tools.event.spy</module>
<module>./features/org.eclipse.e4.core.tools.feature</module>

Back to the top