aboutsummaryrefslogtreecommitdiffstats
path: root/features/org.yocto.sdk2.autotools/pom.xml
blob: dd2bead584e1630fd00e3bf3f5a35f348d6ab5e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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>
  <groupId>org.yocto.features</groupId>
  <artifactId>org.yocto.sdk2.autotools</artifactId>
  <packaging>eclipse-feature</packaging>
  <name>Yocto Project SDK Autotools Support - Experimental</name>
  <description>Yocto Project SDK Autotools Support (Experimental) feature group</description>
  <parent>
	<groupId>org.yocto</groupId>
	<artifactId>eclipse-yocto-parent</artifactId>
	<version>1.4.1-SNAPSHOT</version>
	<relativePath>../../pom.xml</relativePath>
  </parent>
</project>