]> jfr.im git - irc/rizon/acid.git/blob - pyva/pom.xml
conf: add validator for double
[irc/rizon/acid.git] / pyva / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4
5 <parent>
6 <groupId>net.rizon</groupId>
7 <artifactId>acid</artifactId>
8 <version>4.1-SNAPSHOT</version>
9 </parent>
10
11 <artifactId>acid-pyva</artifactId>
12 <name>Acid Pyva</name>
13 <packaging>pom</packaging>
14
15 <modules>
16 <!-- core module, does nothing, but is packaged with pyva-native, so that the
17 plugin classloader can pick up Pyva from the pyva module below. Can not be reloaded -->
18 <module>core</module>
19 <!-- Pyva interfacer -->
20 <module>pyva</module>
21 <!-- Native pyva library, external (is a submodule). 'Core' packages with this it
22 as a dependency. -->
23 <module>libpyva</module>
24 </modules>
25 </project>