Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenoit Maggi2014-11-07 15:34:03 +0000
committerBenoit Maggi2015-01-05 07:26:39 +0000
commit8341d4a2ce2981db609b180eaf6175d8accd7e91 (patch)
tree9108cb9ee27bad4eb015faeb789741e8c23a3802 /examples/pom.xml
parent5e991ed5e952b1d2a218917208c44410fa4d2ba0 (diff)
downloadorg.eclipse.papyrus-8341d4a2ce2981db609b180eaf6175d8accd7e91.tar.gz
org.eclipse.papyrus-8341d4a2ce2981db609b180eaf6175d8accd7e91.tar.xz
org.eclipse.papyrus-8341d4a2ce2981db609b180eaf6175d8accd7e91.zip
Bug 450549 - [Example] Many examples don't compile
- patch compilation errors - move all version to 1.0.1 - create an example build with tycho (the build is not a module of the main pom, it should be launched each week to avoid performances issues) Change-Id: I72d775032f4ffd684ae625a4d739963740c5b8a0 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
Diffstat (limited to 'examples/pom.xml')
-rw-r--r--examples/pom.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/examples/pom.xml b/examples/pom.xml
new file mode 100644
index 00000000000..a5910cdecda
--- /dev/null
+++ b/examples/pom.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.0.1-SNAPSHOT</version>
+ <relativePath>../releng/top-pom-main.xml</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.examples</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <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> -->
+ <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>
+ <module>./org.eclipse.papyrus.example.uml.comment.editor.sharedresource</module>
+ <module>./infra/org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences</module>
+ <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>
+</project> \ No newline at end of file

Back to the top