blob: bb69a9224b4d9ee0e8be30ff484b16b9911562ae [file] [log] [blame]
<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>
<parent>
<groupId>org.eclipse.emf.ecp.ecview</groupId>
<artifactId>org.eclipse.emf.ecp.ecview</artifactId>
<version>0.7.0</version>
</parent>
<artifactId>org.eclipse.emf.ecp.ecview.ui.presentation.swt</artifactId>
<build>
<sourceDirectory>src</sourceDirectory>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
</build>
<name>UI-Kit SWT</name>
<description>Presentation layer for UI-Kit SWT</description>
<packaging>eclipse-plugin</packaging>
</project>