Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2015-05-07 19:12:44 +0000
committerLars Vogel2015-05-07 19:17:33 +0000
commit2c294f48156962b22e9e4fa73476e9b70650d409 (patch)
tree1fc5670c6c5bdbb1cb286796292a3a686a465f68
parentf05b1aa839276e7483c7ef98aa1dd59ee1ff840f (diff)
downloadorg.eclipse.e4.tools-2c294f48156962b22e9e4fa73476e9b70650d409.tar.gz
org.eclipse.e4.tools-2c294f48156962b22e9e4fa73476e9b70650d409.tar.xz
org.eclipse.e4.tools-2c294f48156962b22e9e4fa73476e9b70650d409.zip
Bug 466700 - Model spy is not available via e4 tools build
Change-Id: Ib4230e5ff9dcebf1f64144279a53af7517cfc3a3 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 9e844cfd..12f4f063 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
<modules>
<module>./bundles/org.eclipse.e4.tools.emf.liveeditor</module>
- <module>./bundles/org.eclipse.e4.tools.orion.css.editor</module
+ <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>

Back to the top