2012-01-24 19:36:31 +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>
|
2015-01-31 16:30:07 +01:00
|
|
|
<artifactId>org.eclipse.tm.maven-build</artifactId>
|
2012-01-24 19:36:31 +00:00
|
|
|
<groupId>org.eclipse.tm</groupId>
|
2015-02-03 08:45:49 +01:00
|
|
|
<version>4.0.0-SNAPSHOT</version>
|
2015-01-31 16:30:07 +01:00
|
|
|
<relativePath>../../../admin/pom-build.xml</relativePath>
|
2012-01-24 19:36:31 +00:00
|
|
|
</parent>
|
|
|
|
<groupId>org.eclipse.tm</groupId>
|
|
|
|
<artifactId>org.eclipse.rse.examples.tutorial</artifactId>
|
2013-05-20 12:12:19 -05:00
|
|
|
<version>3.1.400-SNAPSHOT</version>
|
2012-01-24 19:36:31 +00:00
|
|
|
<packaging>eclipse-plugin</packaging>
|
|
|
|
</project>
|