<?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">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <artifactId>jaitools</artifactId>
        <groupId>com.googlecode.jaitools</groupId>
        <version>1.0.1</version>
    </parent>

    <artifactId>utils</artifactId>
    <name>Support and utility classes</name>

    <description>Support and utility classes used by other JAI-tools components and
      available for general use.</description>

    <build>
    </build>

    <dependencies>
    </dependencies>
</project>


