summaryrefslogtreecommitdiff
path: root/org.genivi.commonapi.parent.releng
diff options
context:
space:
mode:
Diffstat (limited to 'org.genivi.commonapi.parent.releng')
-rw-r--r--org.genivi.commonapi.parent.releng/.project11
-rw-r--r--org.genivi.commonapi.parent.releng/pom.xml119
2 files changed, 130 insertions, 0 deletions
diff --git a/org.genivi.commonapi.parent.releng/.project b/org.genivi.commonapi.parent.releng/.project
new file mode 100644
index 0000000..529d3bb
--- /dev/null
+++ b/org.genivi.commonapi.parent.releng/.project
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.genivi.commonapi.parent.releng</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ </buildSpec>
+ <natures>
+ </natures>
+</projectDescription> \ No newline at end of file
diff --git a/org.genivi.commonapi.parent.releng/pom.xml b/org.genivi.commonapi.parent.releng/pom.xml
new file mode 100644
index 0000000..672160b
--- /dev/null
+++ b/org.genivi.commonapi.parent.releng/pom.xml
@@ -0,0 +1,119 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>commonapi</groupId>
+ <artifactId>org.genivi.commonapi.parent.releng</artifactId>
+ <version>2.1.5-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <properties>
+ <tycho-version>0.19.0</tycho-version>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <forceContextQualifier>v${maven.build.timestamp}</forceContextQualifier>
+ <maven.build.timestamp.format>yyyyMMdd</maven.build.timestamp.format>
+ </properties>
+ <repositories>
+ <repository>
+ <id>dbus-emf</id>
+ <layout>p2</layout>
+ <url>http://dbus-emf-model.eclipselabs.org.codespot.com/git/update_site/releases/</url>
+ </repository>
+ <repository>
+ <id>eclipse-updates</id>
+ <layout>p2</layout>
+ <url>http://download.eclipse.org/eclipse/updates/4.3/</url>
+ </repository>
+ <repository>
+ <id>Kepler</id>
+ <layout>p2</layout>
+ <url>http://download.eclipse.org/releases/kepler</url>
+ </repository>
+ <repository>
+ <id>Franca</id>
+ <layout>p2</layout>
+ <url>http://franca.eclipselabs.org.codespot.com/git/update_site/releases/</url>
+ </repository>
+ </repositories>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-maven-plugin</artifactId>
+ <version>${tycho-version}</version>
+ <extensions>true</extensions>
+ <configuration>
+ <environments>
+ <environment>
+ <os>win32</os>
+ <ws>win32</ws>
+ <arch>x86</arch>
+ </environment>
+ <environment>
+ <os>win32</os>
+ <ws>win32</ws>
+ <arch>x86_64</arch>
+ </environment>
+ <environment>
+ <os>linux</os>
+ <ws>gtk</ws>
+ <arch>x86</arch>
+ </environment>
+ <environment>
+ <os>linux</os>
+ <ws>gtk</ws>
+ <arch>x86_64</arch>
+ </environment>
+ </environments>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>target-platform-configuration</artifactId>
+ <version>${tycho-version}</version>
+ <configuration>
+ <target>
+ <artifact>
+ <groupId>yamaica</groupId>
+ <artifactId>org.genivi.commonapi.target</artifactId>
+ </artifact>
+ </target>
+ <environments>
+ <environment>
+ <os>win32</os>
+ <ws>win32</ws>
+ <arch>x86</arch>
+ </environment>
+ <environment>
+ <os>win32</os>
+ <ws>win32</ws>
+ <arch>x86_64</arch>
+ </environment>
+ <environment>
+ <os>linux</os>
+ <ws>gtk</ws>
+ <arch>x86</arch>
+ </environment>
+ <environment>
+ <os>linux</os>
+ <ws>gtk</ws>
+ <arch>x86_64</arch>
+ </environment>
+ </environments>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.9.1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-versions-plugin</artifactId>
+ <version>${tycho-version}</version>
+ </plugin>
+ </plugins>
+ </build>
+ <modules>
+ <module>../org.genivi.commonapi.releng</module>
+ <module>../../ascgit017.CommonAPI-D-Bus-Tools/org.genivi.commonapi.dbus.releng</module>
+ </modules>
+</project> \ No newline at end of file