diff options
10 files changed, 129 insertions, 13 deletions
diff --git a/extraplugins/moka/org.eclipse.papyrus.moka.alf.resources/pom.xml b/extraplugins/moka/org.eclipse.papyrus.moka.alf.resources/pom.xml new file mode 100644 index 00000000000..b7a19674105 --- /dev/null +++ b/extraplugins/moka/org.eclipse.papyrus.moka.alf.resources/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.moka.alf.resources</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/moka/org.eclipse.papyrus.moka.async.fuml/pom.xml b/extraplugins/moka/org.eclipse.papyrus.moka.async.fuml/pom.xml new file mode 100644 index 00000000000..3bb95336468 --- /dev/null +++ b/extraplugins/moka/org.eclipse.papyrus.moka.async.fuml/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.moka.async.fuml</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/moka/org.eclipse.papyrus.moka.composites/pom.xml b/extraplugins/moka/org.eclipse.papyrus.moka.composites/pom.xml new file mode 100644 index 00000000000..dba853fee0a --- /dev/null +++ b/extraplugins/moka/org.eclipse.papyrus.moka.composites/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.moka.composites</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/moka/org.eclipse.papyrus.moka.fuml.assertionlibrary/pom.xml b/extraplugins/moka/org.eclipse.papyrus.moka.fuml.assertionlibrary/pom.xml new file mode 100644 index 00000000000..ba830238cbe --- /dev/null +++ b/extraplugins/moka/org.eclipse.papyrus.moka.fuml.assertionlibrary/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.moka.fuml.assertionlibrary</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/moka/org.eclipse.papyrus.moka.fuml.standardlibrary/pom.xml b/extraplugins/moka/org.eclipse.papyrus.moka.fuml.standardlibrary/pom.xml new file mode 100644 index 00000000000..d08792873a4 --- /dev/null +++ b/extraplugins/moka/org.eclipse.papyrus.moka.fuml.standardlibrary/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.moka.fuml.standardlibrary</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/moka/org.eclipse.papyrus.moka.fuml/pom.xml b/extraplugins/moka/org.eclipse.papyrus.moka.fuml/pom.xml new file mode 100644 index 00000000000..fd02113a928 --- /dev/null +++ b/extraplugins/moka/org.eclipse.papyrus.moka.fuml/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.moka.fuml</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/moka/org.eclipse.papyrus.moka.ui/pom.xml b/extraplugins/moka/org.eclipse.papyrus.moka.ui/pom.xml new file mode 100644 index 00000000000..5e81821e54a --- /dev/null +++ b/extraplugins/moka/org.eclipse.papyrus.moka.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.moka.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/moka/org.eclipse.papyrus.moka/pom.xml b/extraplugins/moka/org.eclipse.papyrus.moka/pom.xml new file mode 100644 index 00000000000..062ad5e4ce2 --- /dev/null +++ b/extraplugins/moka/org.eclipse.papyrus.moka/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.moka</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/features/papyrus-extra-features/org.eclipse.papyrus.extra.feature/feature.xml b/features/papyrus-extra-features/org.eclipse.papyrus.extra.feature/feature.xml index d23a143c904..6f2f85e6940 100644 --- a/features/papyrus-extra-features/org.eclipse.papyrus.extra.feature/feature.xml +++ b/features/papyrus-extra-features/org.eclipse.papyrus.extra.feature/feature.xml @@ -104,6 +104,10 @@ http://www.eclipse.org/legal/epl-v10.html id="org.eclipse.papyrus.layers.feature"
version="0.0.0"/>
+ <includes
+ id="org.eclipse.papyrus.extra.moka.feature"
+ version="0.0.0"/>
+
<requires>
<import plugin="com.google.guava" version="12.0.0" match="compatible"/>
</requires>
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.extra.moka.feature/pom.xml b/features/papyrus-extra-features/org.eclipse.papyrus.extra.moka.feature/pom.xml index c094d19b845..76754b87451 100644 --- a/features/papyrus-extra-features/org.eclipse.papyrus.extra.moka.feature/pom.xml +++ b/features/papyrus-extra-features/org.eclipse.papyrus.extra.moka.feature/pom.xml @@ -1,14 +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.extra.moka.feature</artifactId>
- <groupId>org.eclipse.papyrus</groupId>
- <version>0.11.0-SNAPSHOT</version>
- <packaging>eclipse-feature</packaging>
+<?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.extra.moka.feature</artifactId> + <groupId>org.eclipse.papyrus</groupId> + <version>1.0.0-SNAPSHOT</version> + <packaging>eclipse-feature</packaging> </project>
\ No newline at end of file |