2020-02-08 15:01:33 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>org.eclipse.cdt</groupId>
|
2020-09-05 19:05:39 +02:00
|
|
|
<artifactId>cmake-parent</artifactId>
|
2020-12-19 11:37:06 -05:00
|
|
|
<version>10.2.0-SNAPSHOT</version>
|
2020-02-08 15:01:33 +01:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>cmake-aggregator</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
2020-10-13 22:10:58 +02:00
|
|
|
<!-- aggregates just the cmake bundles
|
|
|
|
Convenient if you focus on working on the cmake bundles only.
|
|
|
|
-->
|
2020-02-08 15:01:33 +01:00
|
|
|
|
|
|
|
<modules>
|
|
|
|
<module>../../releng/org.eclipse.cdt.target</module>
|
2020-09-05 19:05:39 +02:00
|
|
|
<module>..</module>
|
2020-02-08 15:01:33 +01:00
|
|
|
</modules>
|
|
|
|
</project>
|