Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/pom.xml b/examples/pom.xml
index a5910cdecda..d5276c24438 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -15,7 +15,7 @@
<module>./core/org.eclipse.papyrus.example.core.lifecycleevents</module>
<module>./core/org.eclipse.papyrus.example.core.sashwindows.fulleditor</module>
<module>./core/org.eclipse.papyrus.example.core.sashwindows.simpleeditor</module>
- <!-- FIXME compilation error <module>./others/org.eclipse.papyrus.example.diagram.simplediagram</module> -->
+ <!-- FIXME compilation error <module>./others/org.eclipse.papyrus.example.diagram.simplediagram</module> -->
<module>./infra/org.eclipse.papyrus.example.infra.servicesregistry.retrieval</module>
<module>./org.eclipse.papyrus.example.text.instance</module>
<module>./org.eclipse.papyrus.example.uml.comment.editor.newresource</module>
@@ -24,5 +24,6 @@
<module>./emf/org.eclipse.papyrus.outline.emftree</module>
<module>./uml/org.eclipse.papyrus.thousandcreation</module>
<module>./uml/org.eclipse.papyrus.uml.diagram.example.programmaticcreation</module>
- </modules>
+ <!-- <module>../examples/uml/org.eclipse.papyrus.uml.textual.editors.example</module> -->
+ </modules>
</project> \ No newline at end of file

Back to the top