blob: 521954bbaf62e881d90e2b54cef8ca711c57f831 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<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>
<artifactId>org.eclipse.fmc.blockdiagram.editor.tests</artifactId>
<packaging>eclipse-test-plugin</packaging>
<version>0.11.0-SNAPSHOT</version>
<properties>
<tycho-version>0.18.1</tycho-version>
<argLine>-Xmx512m -XX:MaxPermSize=256m -XstartOnFirstThread</argLine>
</properties>
<profiles>
<profile>
<id>macosx</id>
<activation>
<os>
<name>mac os x</name>
<family>mac</family>
</os>
</activation>
<properties>
<argLine>-XstartOnFirstThread</argLine>
<ui.test.vmargs>-Xmx512m -XX:MaxPermSize=256m -XstartOnFirstThread</ui.test.vmargs>
</properties>
</profile>
</profiles>
<repositories>
<repository>
<id>kepler</id>
<layout>p2</layout>
<url>http://download.eclipse.org/releases/kepler</url>
</repository>
<repository>
<id>luna</id>
<layout>p2</layout>
<url>http://download.eclipse.org/releases/luna</url>
</repository>
</repositories>
<build>
<sourceDirectory>src</sourceDirectory>
<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-surefire-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<useUIHarness>true</useUIHarness>
<useUIThread>true</useUIThread>
<excludes>
<exclude>**/Meta*.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
<groupId>org.eclipse.fmc</groupId>
</project>