2018-08-28 20:48:51 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2018-11-01 12:21:58 -04:00
|
|
|
<!--
|
|
|
|
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
|
|
|
|
-->
|
|
|
|
|
2018-08-28 20:48:51 -04:00
|
|
|
<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>
|
2020-01-31 10:29:05 -05:00
|
|
|
<groupId>org.eclipse.cdt</groupId>
|
|
|
|
<artifactId>terminal-parent</artifactId>
|
2020-12-19 11:37:06 -05:00
|
|
|
<version>10.2.0-SNAPSHOT</version>
|
2018-08-28 20:48:51 -04:00
|
|
|
</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>
|
2020-01-31 10:29:05 -05:00
|
|
|
<module>org.eclipse.tm.terminal.connector.cdtserial.feature</module>
|
2018-08-28 20:48:51 -04:00
|
|
|
|
|
|
|
<module>org.eclipse.tm.terminal.view.feature</module>
|
|
|
|
|
|
|
|
<module>org.eclipse.tm.terminal.feature</module>
|
|
|
|
|
|
|
|
</modules>
|
|
|
|
|
|
|
|
</project>
|