blob: d38d6b8534a1828e5e8b563c69c72044580ac557 [file]
<?xml version="1.0" encoding="UTF-8"?>
<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>org.eclipse.rcptt</groupId>
<artifactId>rcptt-derived-base-pom</artifactId>
<version>1.5.1-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>org.eclipse.rcptt</groupId>
<artifactId>rcptt-base-pom</artifactId>
<version>1.5.1-SNAPSHOT</version>
<relativePath>./pom-base.xml</relativePath>
</parent>
<properties>
<rcpRepository>file:/${user.dir}/repository/rcp/target/repository/</rcpRepository>
</properties>
<repositories>
<repository>
<id>rcptt</id>
<layout>p2</layout>
<url>${rcpRepository}</url>
</repository>
</repositories>
</project>