Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Wouters2014-04-17 13:28:59 +0000
committerLaurent Wouters2014-04-17 13:28:59 +0000
commitfc5ddca34a9f2aaed4e7ba2f4ff8afb2edf8cfff (patch)
tree7516015e4d666f984e9197c43fbcd92eb3bf38f9 /extraplugins/robotml
parent621a98627bf2dac3434242847ef2d1ecc3b020ec (diff)
downloadorg.eclipse.papyrus-fc5ddca34a9f2aaed4e7ba2f4ff8afb2edf8cfff.tar.gz
org.eclipse.papyrus-fc5ddca34a9f2aaed4e7ba2f4ff8afb2edf8cfff.tar.xz
org.eclipse.papyrus-fc5ddca34a9f2aaed4e7ba2f4ff8afb2edf8cfff.zip
[releng] Generated all the pom.xml files for the plugins and features
Command: python releng/toolkit/tycho-genertor.py Signed-off-by: Laurent Wouters <laurent.wouters@cea.fr>
Diffstat (limited to 'extraplugins/robotml')
-rw-r--r--extraplugins/robotml/generators/org.eclipse.papyrus.robotml.generators.common/pom.xml14
-rw-r--r--extraplugins/robotml/generators/rtmaps/org.eclipse.papyrus.robotml.generators.intempora.rtmaps.ui/pom.xml14
-rw-r--r--extraplugins/robotml/generators/rtmaps/org.eclipse.papyrus.robotml.generators.intempora.rtmaps/pom.xml14
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml.deployment/pom.xml14
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.common/pom.xml14
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.ui/pom.xml14
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml.doc/pom.xml14
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml.modelexplorer/pom.xml14
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml.perspective/pom.xml14
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml.templaterepository/pom.xml14
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml.validation/pom.xml14
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/pom.xml14
12 files changed, 168 insertions, 0 deletions
diff --git a/extraplugins/robotml/generators/org.eclipse.papyrus.robotml.generators.common/pom.xml b/extraplugins/robotml/generators/org.eclipse.papyrus.robotml.generators.common/pom.xml
new file mode 100644
index 00000000000..4f17332923a
--- /dev/null
+++ b/extraplugins/robotml/generators/org.eclipse.papyrus.robotml.generators.common/pom.xml
@@ -0,0 +1,14 @@
+<?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.0-SNAPSHOT</version>
+ <relativePath>../../../../releng/top-pom-extras.xml</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.robotml.generators.common</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project> \ No newline at end of file
diff --git a/extraplugins/robotml/generators/rtmaps/org.eclipse.papyrus.robotml.generators.intempora.rtmaps.ui/pom.xml b/extraplugins/robotml/generators/rtmaps/org.eclipse.papyrus.robotml.generators.intempora.rtmaps.ui/pom.xml
new file mode 100644
index 00000000000..4376d63d83b
--- /dev/null
+++ b/extraplugins/robotml/generators/rtmaps/org.eclipse.papyrus.robotml.generators.intempora.rtmaps.ui/pom.xml
@@ -0,0 +1,14 @@
+<?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.0-SNAPSHOT</version>
+ <relativePath>../../../../../releng/top-pom-extras.xml</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.robotml.generators.intempora.rtmaps.ui</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project> \ No newline at end of file
diff --git a/extraplugins/robotml/generators/rtmaps/org.eclipse.papyrus.robotml.generators.intempora.rtmaps/pom.xml b/extraplugins/robotml/generators/rtmaps/org.eclipse.papyrus.robotml.generators.intempora.rtmaps/pom.xml
new file mode 100644
index 00000000000..2936c3da879
--- /dev/null
+++ b/extraplugins/robotml/generators/rtmaps/org.eclipse.papyrus.robotml.generators.intempora.rtmaps/pom.xml
@@ -0,0 +1,14 @@
+<?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.0-SNAPSHOT</version>
+ <relativePath>../../../../../releng/top-pom-extras.xml</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.robotml.generators.intempora.rtmaps</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project> \ No newline at end of file
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml.deployment/pom.xml b/extraplugins/robotml/org.eclipse.papyrus.robotml.deployment/pom.xml
new file mode 100644
index 00000000000..ae011f8fd6d
--- /dev/null
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml.deployment/pom.xml
@@ -0,0 +1,14 @@
+<?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.0-SNAPSHOT</version>
+ <relativePath>../../../releng/top-pom-extras.xml</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.robotml.deployment</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project> \ No newline at end of file
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.common/pom.xml b/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.common/pom.xml
new file mode 100644
index 00000000000..9bfb5c17924
--- /dev/null
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.common/pom.xml
@@ -0,0 +1,14 @@
+<?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.0-SNAPSHOT</version>
+ <relativePath>../../../releng/top-pom-extras.xml</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.robotml.diagram.common</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project> \ No newline at end of file
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.ui/pom.xml b/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.ui/pom.xml
new file mode 100644
index 00000000000..f7f56ba5f3e
--- /dev/null
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.ui/pom.xml
@@ -0,0 +1,14 @@
+<?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.0-SNAPSHOT</version>
+ <relativePath>../../../releng/top-pom-extras.xml</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.robotml.diagram.ui</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project> \ No newline at end of file
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml.doc/pom.xml b/extraplugins/robotml/org.eclipse.papyrus.robotml.doc/pom.xml
new file mode 100644
index 00000000000..840ce5f4bd6
--- /dev/null
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml.doc/pom.xml
@@ -0,0 +1,14 @@
+<?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.0-SNAPSHOT</version>
+ <relativePath>../../../releng/top-pom-extras.xml</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.robotml.doc</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project> \ No newline at end of file
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml.modelexplorer/pom.xml b/extraplugins/robotml/org.eclipse.papyrus.robotml.modelexplorer/pom.xml
new file mode 100644
index 00000000000..7b1915a319e
--- /dev/null
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml.modelexplorer/pom.xml
@@ -0,0 +1,14 @@
+<?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.0-SNAPSHOT</version>
+ <relativePath>../../../releng/top-pom-extras.xml</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.robotml.modelexplorer</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project> \ No newline at end of file
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml.perspective/pom.xml b/extraplugins/robotml/org.eclipse.papyrus.robotml.perspective/pom.xml
new file mode 100644
index 00000000000..16ec2f0721a
--- /dev/null
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml.perspective/pom.xml
@@ -0,0 +1,14 @@
+<?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.0-SNAPSHOT</version>
+ <relativePath>../../../releng/top-pom-extras.xml</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.robotml.perspective</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project> \ No newline at end of file
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml.templaterepository/pom.xml b/extraplugins/robotml/org.eclipse.papyrus.robotml.templaterepository/pom.xml
new file mode 100644
index 00000000000..63d0bd4fc9a
--- /dev/null
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml.templaterepository/pom.xml
@@ -0,0 +1,14 @@
+<?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.0-SNAPSHOT</version>
+ <relativePath>../../../releng/top-pom-extras.xml</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.robotml.templaterepository</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project> \ No newline at end of file
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml.validation/pom.xml b/extraplugins/robotml/org.eclipse.papyrus.robotml.validation/pom.xml
new file mode 100644
index 00000000000..3c9adb96300
--- /dev/null
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml.validation/pom.xml
@@ -0,0 +1,14 @@
+<?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.0-SNAPSHOT</version>
+ <relativePath>../../../releng/top-pom-extras.xml</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.robotml.validation</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project> \ No newline at end of file
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/pom.xml b/extraplugins/robotml/org.eclipse.papyrus.robotml/pom.xml
new file mode 100644
index 00000000000..2dbe8c28ebb
--- /dev/null
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/pom.xml
@@ -0,0 +1,14 @@
+<?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.0-SNAPSHOT</version>
+ <relativePath>../../../releng/top-pom-extras.xml</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.robotml</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project> \ No newline at end of file

Back to the top