<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2009-2010 The MICE Project Team. Licensed under the MICE s.r.l. 
	End User License Agreement you may not use this file except in compliance 
	with the License. You may obtain a copy of the License at http://www.micegroup.it/voila/license.html -->
<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">
	<modelVersion>4.0.0</modelVersion>
	
	<parent>
		<groupId>it.micegroup</groupId>
		<artifactId>voila2runtime</artifactId>
		<relativePath>../../pom.xml</relativePath>
		<version>1.7</version>
	</parent>

	<!-- ARTIFACT INFO -->
	<artifactId>voila2runtime-bi</artifactId>
	<packaging>pom</packaging>
	<name>Voila2runtime BI Module</name>
	<description>Business Intellingence runtimes</description>
	<url>http://www.mice.it</url>

	<!-- MODULES -->
	<modules>
		<module>modules/voila2runtime-bi-core</module>
		<module>modules/voila2runtime-bi-impl</module>
	</modules>

	<!-- DEPENDENCIES -->
	<dependencies>

	</dependencies>
</project>