File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 6666 <module >resources</module >
6767 <module >debug</module >
6868 <module >ua</module >
69+ <module >terminal/</module >
6970 </modules >
7071 <build >
7172 <pluginManagement >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!--
3+ Copyright (c) 2012, 2015 Eclipse Foundation and others.
4+ All rights reserved. This program and the accompanying materials
5+ are made available under the terms of the Eclipse Distribution License v1.0
6+ which accompanies this distribution, and is available at
7+ http://www.eclipse.org/org/documents/edl-v10.php
8+
9+ Contributors:
10+ Igor Fedorenko - initial implementation
11+ -->
12+ <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" >
13+ <modelVersion >4.0.0</modelVersion >
14+
15+ <parent >
16+ <groupId >org.eclipse.platform</groupId >
17+ <artifactId >eclipse.platform</artifactId >
18+ <version >4.36.0-SNAPSHOT</version >
19+ </parent >
20+
21+ <artifactId >eclipse.platform.terminal</artifactId >
22+ <packaging >pom</packaging >
23+
24+ <modules >
25+ <module >bundles</module >
26+ </modules >
27+ </project >
28+
You can’t perform that action at this time.
0 commit comments