<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">

    <parent>
        <groupId>org.mule.ibeans</groupId>
        <artifactId>mule-ibeans</artifactId>
        <version>1.0</version>
    </parent>

    <modelVersion>4.0.0</modelVersion>
    <groupId>org.mule.ibeans.tools</groupId>
    <artifactId>ibeans-tools</artifactId>
    <packaging>pom</packaging>
    <name>iBeans Tools</name>
    <description>Tools for working with iBeans</description>

    <modules>
        <!-- Disabled due to compile failure: IBEANS-191 -->
        <module>shell</module>
        <module>updater</module>
        <module>ibean-archetype</module>
        <module>ibeans-webapp-archetype</module>
        <module>archetype-tests</module>
    </modules>

</project>
