blob: 848605a6f0443587eb52bf9318b644323e561619 [file] [log] [blame]
<?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.epp.mpc</groupId>
<artifactId>org.eclipse.epp.mpc-bundle</artifactId>
<version>1.7.7-SNAPSHOT</version>
<relativePath>../org.eclipse.epp.mpc-parent/bundle</relativePath>
</parent>
<artifactId>org.eclipse.epp.mpc.core.win32</artifactId>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<configuration>
<environments>
<environment>
<os>win32</os>
<ws>*</ws>
<arch>*</arch>
</environment>
</environments>
</configuration>
</plugin>
</plugins>
</build>
</project>