blob: 0e0104714a257ceb18ce4a4ccbdc9788377c5b47 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2011, 2012 EclipseSource and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
EclipseSource - initial implementation
-->
<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>
<name>RAP Runtime aggregation build</name>
<groupId>org.eclipse.rap</groupId>
<artifactId>org.eclipse.rap.runtime-aggregation-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<tycho-version>0.13.0</tycho-version>
<base-platform>4.2milestones/S-4.2M6-201203151300/</base-platform>
</properties>
<prerequisites>
<maven>3.0</maven>
</prerequisites>
<modules>
<module>runtime.requirements-feature</module>
<module>runtime-aggregation-repository</module>
<module>runtime-aggregation-repository/runtime-feature</module>
<!--
<module>runtime-compatibility-repository</module>
<module>runtime-compatibility-repository/runtime.sdk-feature</module>
-->
</modules>
<!-- repositories to get pre-built pieces from -->
<repositories>
<repository>
<id>runtime</id>
<layout>p2</layout>
<url>${runtimeRepo}</url>
</repository>
<repository>
<id>base-platform-repository</id>
<layout>p2</layout>
<url>http://download.eclipse.org/eclipse/updates/${base-platform}</url>
</repository>
<repository>
<id>extra-dependencies-repository</id>
<layout>p2</layout>
<url>http://build.eclipse.org/rt/rap/base-platforms/extra-dependencies</url>
</repository>
<!--
TODO [rst]: Because of bug 366375 (icu.base.source bundle missing in 4.2 milestone repositories)
we need to include the runtime base repository too.
-->
<repository>
<id>runtime-base-repository</id>
<layout>p2</layout>
<url>http://build.eclipse.org/rt/rap/base-platforms/1.5M4/missing-pieces</url>
</repository>
</repositories>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
<version>${tycho-version}</version>
<extensions>true</extensions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-packaging-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<format>yyyyMMdd-HHmm</format>
</configuration>
</plugin>
</plugins>
</build>
</project>