source: pom.xml

Last change on this file was 15, checked in by wouter, 3 years ago

also include trimtool in full compile

File size: 722 bytes
RevLine 
[13]1<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5 <modelVersion>4.0.0</modelVersion>
6
7 <groupId>nl.tudelft.ii</groupId>
8 <artifactId>-</artifactId>
9 <version>-</version>
10 <packaging>pom</packaging>
11
12
13 <properties>
14 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15 <jackson-2-version>2.9.10</jackson-2-version>
16 </properties>
17
18 <modules>
19 <module>pipe</module>
20 <module>audioconverter</module>
21 <module>audiofilter</module>
22 <module>audiogui</module>
[15]23 <module>trimtool</module>
[13]24 </modules>
25</project>
Note: See TracBrowser for help on using the repository browser.