Skip to content

Commit d981881

Browse files
laeubiChristoph Läubrich
authored andcommitted
Integrate Terminal control into platform build
1 parent fb72a84 commit d981881

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
<module>resources</module>
6767
<module>debug</module>
6868
<module>ua</module>
69+
<module>terminal/</module>
6970
</modules>
7071
<build>
7172
<pluginManagement>

terminal/pom.xml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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+

0 commit comments

Comments
 (0)