2012-01-24 17:58:42 +00:00
|
|
|
<?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>tm-parent</artifactId>
|
|
|
|
<groupId>org.eclipse.tm</groupId>
|
|
|
|
<version>3.8.0-SNAPSHOT</version>
|
2012-02-13 04:19:09 +00:00
|
|
|
<relativePath>../../../</relativePath>
|
2012-01-24 17:58:42 +00:00
|
|
|
</parent>
|
|
|
|
<groupId>org.eclipse.tm.features</groupId>
|
|
|
|
<artifactId>org.eclipse.rse.ssh.source</artifactId>
|
2013-05-19 20:57:22 -05:00
|
|
|
<version>3.0.500-SNAPSHOT</version>
|
2012-01-24 17:58:42 +00:00
|
|
|
<packaging>eclipse-feature</packaging>
|
|
|
|
</project>
|