1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 15:45:25 +02:00
cdt/rse/examples/org.eclipse.rse.examples.tutorial/pom.xml
2012-02-13 04:25:33 +00:00

15 lines
652 B
XML

<?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>
<relativePath>../../../</relativePath>
</parent>
<groupId>org.eclipse.tm</groupId>
<artifactId>org.eclipse.rse.examples.tutorial</artifactId>
<version>3.1.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>