-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproject.xml
More file actions
36 lines (33 loc) · 821 Bytes
/
Copy pathproject.xml
File metadata and controls
36 lines (33 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8"?>
<project>
<name>TerminalEmulatorAgregator</name>
<version>1.0.0</version>
<author>Andrew Haines</author>
<license>BSD-3-Clause</license>
<build>
<packaging>pom</packaging>
</build>
<modules>
<module>TerminalFramework</module>
<module>ViewfpGUI</module>
<module>ViewLCL</module>
<module>ExampleTerminal</module>
<module>ExampleTerminalLCL</module>
<module>TermFpGUI</module>
<module>tools/replay</module>
</modules>
<profiles>
<profile>
<id>debug</id>
<defines>
<define>DEBUG</define>
</defines>
<compilerOptions>
<option>-gw</option>
<option>-gl</option>
<option>-O-</option>
<option>-Criot</option>
</compilerOptions>
</profile>
</profiles>
</project>