1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 07:05:24 +02:00
cdt/debug/org.eclipse.cdt.gnu.debug.source-feature/pom.xml

18 lines
606 B
XML
Raw Normal View History

2011-07-11 03:08:52 -04: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>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
2012-02-05 12:13:53 -05:00
<version>8.0.2-SNAPSHOT</version>
2011-07-11 03:08:52 -04:00
<relativePath>../../pom.xml</relativePath>
</parent>
2011-08-30 10:33:59 -04:00
<artifactId>org.eclipse.cdt.gnu.debug.source</artifactId>
2011-07-11 03:08:52 -04:00
<packaging>eclipse-feature</packaging>
2012-02-05 12:13:53 -05:00
<version>7.1.1-SNAPSHOT</version>
2011-07-11 03:08:52 -04:00
</project>