source: java2python/pom.xml@ 741

Last change on this file since 741 was 595, checked in by wouter, 14 months ago

#197 working on translating @Test annotations.
added (expected-..) support.
Fixed poms that suddenly require https and /maven2

File size: 452 bytes
Line 
1<project>
2 <modelVersion>4.0.0</modelVersion>
3
4
5 <artifactId>java2python</artifactId>
6 <name>java2python</name>
7 <groupId>root</groupId>
8 <version>-</version>
9 <packaging>pom</packaging>
10
11 <modules>
12 <module>core</module>
13 <module>jackson-t</module>
14 <module>junit-t</module>
15 <module>tudutils-t</module>
16 <module>geniuswebtranslator</module>
17 </modules>
18</project>
Note: See TracBrowser for help on using the repository browser.