source: anac2020/pom.xml

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

#1910 added anac2020 parties

File size: 938 bytes
Line 
1<project xmlns="http://maven.apache.org/POM/4.0.0"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5
6 <groupId>anac2020</groupId>
7 <artifactId>parties</artifactId>
8 <version>-</version>
9 <packaging>pom</packaging>
10
11
12 <properties>
13 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
14 </properties>
15
16 <modules>
17 <module>agentKT</module>
18 <module>agentP1DAMO</module>
19 <module>agentxx</module>
20 <module>AhBuNeAgent</module>
21 <module>Anaconda</module>
22 <module>Angel</module>
23 <module>AzarAgent</module>
24 <module>BlingBling</module>
25 <module>DUOAgent</module>
26 <!-- <module>ForArisa</module> This project is not working -->
27 <module>HammingAgent</module>
28 <module>NiceAgent</module>
29 <module>ShineAgent</module>
30 <module>TheDiceHaggler</module>
31 </modules>
32</project>
Note: See TracBrowser for help on using the repository browser.