1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-25 09:55:29 +02:00
cdt/rse/examples/org.eclipse.rse.examples.tutorial/pom.xml
nickboldt d44bade9a7 Add intermediate poms;
Create parent pom;
Remove relative paths and update refs to intermediate parent poms;
Comment out source features, change .qualifier to -SNAPSHOT;
Update sdk version to 4.8 milestones;
Organize wince into build;
Missing files
(These changes contributed by Rob Stryker.)

Signed-off-by: nickboldt <nboldt@redhat.com>
2018-02-21 12:56:21 -05:00

14 lines
631 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>org.eclipse.tm.rse.examples</artifactId>
<groupId>org.eclipse.tm.rse</groupId>
<version>3.6.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.tm</groupId>
<artifactId>org.eclipse.rse.examples.tutorial</artifactId>
<version>3.1.400-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>