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>
|
2018-02-21 12:54:25 -05:00
|
|
|
<artifactId>org.eclipse.tm.rse.features</artifactId>
|
|
|
|
<groupId>org.eclipse.tm.rse</groupId>
|
2018-08-28 20:48:51 -04:00
|
|
|
<version>4.5.0-SNAPSHOT</version>
|
|
|
|
</parent>
|
2012-01-24 17:58:42 +00:00
|
|
|
<groupId>org.eclipse.tm.features</groupId>
|
|
|
|
<artifactId>org.eclipse.rse.ssh.source</artifactId>
|
|
|
|
<packaging>eclipse-feature</packaging>
|
2014-07-21 09:18:10 -04:00
|
|
|
|
|
|
|
<build>
|
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.eclipse.tycho</groupId>
|
|
|
|
<artifactId>tycho-packaging-plugin</artifactId>
|
|
|
|
<version>${tycho-version}</version>
|
|
|
|
<configuration>
|
|
|
|
<timestampProvider>default</timestampProvider>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
|
|
|
</build>
|
2012-01-24 17:58:42 +00:00
|
|
|
</project>
|