1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-21 13:42:30 +02:00
cdt/terminal/pom.xml
Jonah Graham ad4d444823 [releng] Prepare for CDT 10.5.0
Change-Id: I9b72edf4a0ff0771a147934dd7f1c92ba1ee799a
2021-09-26 20:23:17 -04:00

51 lines
No EOL
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2018, 2021 Red Hat and others.
This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
-->
<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>
<version>10.5.0-SNAPSHOT</version>
</parent>
<artifactId>terminal-parent</artifactId>
<packaging>pom</packaging>
<name>TM Terminal, Maven Master</name>
<modules>
<module>plugins</module>
<module>features</module>
</modules>
<profiles>
<profile>
<!-- This is a special profile that allows you to build only the terminal and its CDT hosted dependencies -->
<id>only-terminal</id>
<modules>
<module>repo</module>
<module>../releng/org.eclipse.cdt.target</module>
<module>../core/org.eclipse.cdt.core.linux</module>
<module>../core/org.eclipse.cdt.core.linux.aarch64</module>
<module>../core/org.eclipse.cdt.core.linux.ppc64le</module>
<module>../core/org.eclipse.cdt.core.linux.x86_64</module>
<module>../core/org.eclipse.cdt.core.macosx</module>
<module>../core/org.eclipse.cdt.core.native</module>
<module>../core/org.eclipse.cdt.core.win32</module>
<module>../core/org.eclipse.cdt.core.win32.x86_64</module>
<module>../native/org.eclipse.cdt.native.serial</module>
<module>../releng/org.eclipse.cdt.native-feature</module>
</modules>
</profile>
</profiles>
</project>