aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/org.yocto.sdk.remotetools/pom.xml
blob: 9b84b1fdf57104718f24516b7940d820daa792cb (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</groupId>
  <artifactId>org.yocto.sdk.remotetools</artifactId>
  <packaging>eclipse-plugin</packaging>
  <name>Yocto Project SDK Remote Tools</name>
  <description>Yocto Project SDK Remote Tools plugin</description>
  <parent>
	<groupId>org.yocto</groupId>
	<artifactId>eclipse-yocto-parent</artifactId>
	<version>1.4.1-SNAPSHOT</version>
	<relativePath>../../pom.xml</relativePath>
  </parent>
</project>