]> jfr.im git - irc/rizon/acid.git/blame - pyva/pom.xml
Merge branch 'internets/outputlimit' into 'master'
[irc/rizon/acid.git] / pyva / pom.xml
CommitLineData
26176da9
A
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">
685e346e 3 <modelVersion>4.0.0</modelVersion>
26176da9 4
685e346e
A
5 <parent>
6 <groupId>net.rizon</groupId>
26176da9 7 <artifactId>acid</artifactId>
685e346e
A
8 <version>4.0-SNAPSHOT</version>
9 </parent>
10
26176da9 11 <artifactId>acid-pyva</artifactId>
26176da9
A
12 <packaging>pom</packaging>
13
14 <modules>
15 <!-- core module, does nothing, but is packaged with pyva-native, so that the
16 plugin classloader can pick up Pyva from the pyva module below. Can not be reloaded -->
17 <module>core</module>
18 <!-- Pyva interfacer -->
19 <module>pyva</module>
20 <!-- Native pyva library, external (is a submodule). 'Core' packages with this it
21 as a dependency. -->
ff891a38 22 <module>libpyva</module>
26176da9 23 </modules>
685e346e 24</project>