source: pom.xml@ 1102

Last change on this file since 1102 was 220, checked in by wouter, 3 years ago

#88 files, listener, tree, repository and immutablelist now have been merged into *utilities*

File size: 457 bytes
RevLine 
[1]1<project>
2 <modelVersion>4.0.0</modelVersion>
3
4
[216]5 <artifactId>utilitiesroot</artifactId>
[1]6 <name>Module</name>
[216]7 <groupId>tudelft.utilitiesroot</groupId>
8 <version>-</version>
[1]9 <packaging>pom</packaging>
10
11 <modules>
12 <module>junit</module>
[220]13 <module>utilities</module>
[1]14 <module>statistic</module>
15 <module>logging</module>
[122]16 <module>translator</module>
[1]17 </modules>
18</project>
Note: See TracBrowser for help on using the repository browser.