blob: 7c3c2bcae9724a09447b6d2f7d1d8b13dfe74eb8 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2004, 2013 BREDEX GmbH. 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 -->
<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>
<parent>
<artifactId>org.eclipse.jubula.rc.rcp.e4.releng</artifactId>
<groupId>org.eclipse.jubula</groupId>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../org.eclipse.jubula.rc.rcp.e4.releng</relativePath>
</parent>
<artifactId>org.eclipse.jubula.rc.rcp.e4.site</artifactId>
<packaging>eclipse-repository</packaging>
<dependencies>
<dependency>
<groupId>org.eclipse.jubula</groupId>
<artifactId>org.eclipse.jubula.rc.rcp.e4</artifactId>
<version>4.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.jubula</groupId>
<artifactId>org.eclipse.jubula.rc.rcp.e4.swt</artifactId>
<version>4.0.0-SNAPSHOT</version>
</dependency>
</dependencies>
<!-- FIXME: Raimar: Filtering of e3 target should be added! @see http://wiki.eclipse.org/Tycho/Target_Platform#Filtering -->
<!-- FIXME: Raimar: This site is needed for the e4 target. Perhaps this
could be solved in a better way by using bundles instead of features in org.eclipse.jubula.rc.rcp.site/category.xml
@see http://eclip.se/378338 -->
</project>