blob: c425e498e2b296082e0d6d27bb532f0e4c663c37 [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>
<parent>
<artifactId>org.eclipse.mylyn.commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
<version>3.11.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.commons.compatibility</artifactId>
<packaging>eclipse-feature</packaging>
<!-- needs to use a 3.8 based target due to compatibility feature -->
<properties>
<target-platform>mylyn-e3.8</target-platform>
</properties>
</project>