1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 06:45:43 +02:00
cdt/terminal/features/pom.xml
Jonah Graham 8746d8d1da Bug 559474: Change tm.terminal's features to generate source automatically
Instead of needing special features, use CDT's way of
using tycho-source-feature-plugin

Change-Id: Ie797615a141ce0c8c49c1bff2e38d6ae335a52b3
2020-01-31 12:20:41 -05:00

42 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2018 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>terminal-parent</artifactId>
<version>9.11.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.tm.terminal.features</artifactId>
<packaging>pom</packaging>
<modules>
<module>org.eclipse.tm.terminal.control.feature</module>
<module>org.eclipse.tm.terminal.connector.local.feature</module>
<module>org.eclipse.tm.terminal.connector.remote.feature</module>
<module>org.eclipse.tm.terminal.connector.ssh.feature</module>
<module>org.eclipse.tm.terminal.connector.telnet.feature</module>
<module>org.eclipse.tm.terminal.connector.cdtserial.feature</module>
<module>org.eclipse.tm.terminal.view.feature</module>
<module>org.eclipse.tm.terminal.feature</module>
</modules>
</project>