Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduard Bartsch2013-02-01 17:51:15 +0000
committerEduard Bartsch2013-02-01 17:51:15 +0000
commit144ee19537393d6e3e2bf15a637d42cf0150d841 (patch)
treeabe8dc8923034032a07a4fa171692c0914278679
parentbe619bfca3b026e0497e858e7c6ab63d358ca06c (diff)
downloadorg.eclipse.e4.resources-144ee19537393d6e3e2bf15a637d42cf0150d841.tar.gz
org.eclipse.e4.resources-144ee19537393d6e3e2bf15a637d42cf0150d841.tar.xz
org.eclipse.e4.resources-144ee19537393d6e3e2bf15a637d42cf0150d841.zip
Bug 396210 - [releng] add a maven build to e4 resources
Added POM files Change-Id: I658a65de16b6c4116bc49d16a404949b5d76b355
-rw-r--r--bundles/org.eclipse.core.resources.semantic/pom.xml15
-rw-r--r--bundles/org.eclipse.ui.resources.semantic/pom.xml15
-rw-r--r--examples/org.eclipse.core.resources.semantic.examples/pom.xml15
-rw-r--r--examples/org.eclipse.ui.resources.semantic.examples/pom.xml15
-rw-r--r--features/org.eclipse.e4.resources.feature/pom.xml15
-rw-r--r--features/org.eclipse.e4.resources.tests.feature/pom.xml15
-rw-r--r--pom.xml36
-rw-r--r--tests/org.eclipse.core.resources.semantic.test/pom.xml15
-rw-r--r--tests/org.eclipse.ui.resources.semantic.examples.test/pom.xml15
9 files changed, 156 insertions, 0 deletions
diff --git a/bundles/org.eclipse.core.resources.semantic/pom.xml b/bundles/org.eclipse.core.resources.semantic/pom.xml
new file mode 100644
index 0000000..f68dad0
--- /dev/null
+++ b/bundles/org.eclipse.core.resources.semantic/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.e4.releng</groupId>
+ <artifactId>eclipse-parent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+
+ <groupId>org.eclipse.e4</groupId>
+ <artifactId>org.eclipse.core.resources.semantic</artifactId>
+ <version>0.6.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+
+</project>
diff --git a/bundles/org.eclipse.ui.resources.semantic/pom.xml b/bundles/org.eclipse.ui.resources.semantic/pom.xml
new file mode 100644
index 0000000..b9bf979
--- /dev/null
+++ b/bundles/org.eclipse.ui.resources.semantic/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.e4.releng</groupId>
+ <artifactId>eclipse-parent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+
+ <groupId>org.eclipse.e4</groupId>
+ <artifactId>org.eclipse.ui.resources.semantic</artifactId>
+ <version>0.6.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+
+</project>
diff --git a/examples/org.eclipse.core.resources.semantic.examples/pom.xml b/examples/org.eclipse.core.resources.semantic.examples/pom.xml
new file mode 100644
index 0000000..aa7f3a6
--- /dev/null
+++ b/examples/org.eclipse.core.resources.semantic.examples/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.e4.releng</groupId>
+ <artifactId>eclipse-parent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+
+ <groupId>org.eclipse.e4</groupId>
+ <artifactId>org.eclipse.core.resources.semantic.examples</artifactId>
+ <version>0.6.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+
+</project>
diff --git a/examples/org.eclipse.ui.resources.semantic.examples/pom.xml b/examples/org.eclipse.ui.resources.semantic.examples/pom.xml
new file mode 100644
index 0000000..d095674
--- /dev/null
+++ b/examples/org.eclipse.ui.resources.semantic.examples/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.e4.releng</groupId>
+ <artifactId>eclipse-parent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+
+ <groupId>org.eclipse.e4</groupId>
+ <artifactId>org.eclipse.ui.resources.semantic.examples</artifactId>
+ <version>0.6.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+
+</project>
diff --git a/features/org.eclipse.e4.resources.feature/pom.xml b/features/org.eclipse.e4.resources.feature/pom.xml
new file mode 100644
index 0000000..f20147a
--- /dev/null
+++ b/features/org.eclipse.e4.resources.feature/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.e4.releng</groupId>
+ <artifactId>eclipse-parent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+
+ <groupId>org.eclipse.e4</groupId>
+ <artifactId>org.eclipse.e4.resources.feature</artifactId>
+ <version>0.12.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+
+</project>
diff --git a/features/org.eclipse.e4.resources.tests.feature/pom.xml b/features/org.eclipse.e4.resources.tests.feature/pom.xml
new file mode 100644
index 0000000..64689b4
--- /dev/null
+++ b/features/org.eclipse.e4.resources.tests.feature/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.e4.releng</groupId>
+ <artifactId>eclipse-parent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+
+ <groupId>org.eclipse.e4</groupId>
+ <artifactId>org.eclipse.e4.resources.tests.feature</artifactId>
+ <version>0.12.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+
+</project>
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..17bb146
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2012 Eclipse Foundation.
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Distribution License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/org/documents/edl-v10.php
+
+ Contributors:
+ Eduard Bartsch - initial implementation
+-->
+
+<project
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+
+ <groupId>org.eclipse.e4.resources</groupId>
+ <artifactId>e4-resources-aggregator</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+
+ <modules>
+ <module>./bundles/org.eclipse.core.resources.semantic</module>
+ <module>./bundles/org.eclipse.ui.resources.semantic</module>
+ <module>./examples/org.eclipse.core.resources.semantic.examples</module>
+ <module>./examples/org.eclipse.ui.resources.semantic.examples</module>
+ <module>./tests/org.eclipse.core.resources.semantic.test</module>
+ <module>./tests/org.eclipse.ui.resources.semantic.examples.test</module>
+ <module>./features/org.eclipse.e4.resources.feature</module>
+ <module>./features/org.eclipse.e4.resources.tests.feature</module>
+<!--
+ <module>./build/org.eclipse.e4.resources.update</module>
+-->
+ </modules>
+</project>
diff --git a/tests/org.eclipse.core.resources.semantic.test/pom.xml b/tests/org.eclipse.core.resources.semantic.test/pom.xml
new file mode 100644
index 0000000..535e6ca
--- /dev/null
+++ b/tests/org.eclipse.core.resources.semantic.test/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.e4.releng</groupId>
+ <artifactId>eclipse-parent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+
+ <groupId>org.eclipse.e4</groupId>
+ <artifactId>org.eclipse.core.resources.semantic.test</artifactId>
+ <version>0.6.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+
+</project>
diff --git a/tests/org.eclipse.ui.resources.semantic.examples.test/pom.xml b/tests/org.eclipse.ui.resources.semantic.examples.test/pom.xml
new file mode 100644
index 0000000..504e9ce
--- /dev/null
+++ b/tests/org.eclipse.ui.resources.semantic.examples.test/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.e4.releng</groupId>
+ <artifactId>eclipse-parent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+
+ <groupId>org.eclipse.e4</groupId>
+ <artifactId>org.eclipse.ui.resources.semantic.examples.test</artifactId>
+ <version>0.6.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+
+</project>

Back to the top