<?xml version="1.0" encoding="iso-8859-1"?>
<project>
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.sun.media</groupId>
    <artifactId>jai_imageio</artifactId>
    <version>1.0_01</version>
    <packaging>jar</packaging>
    <name>Java Advanced Imaging Image I/O Tools</name>
    <url>http://java.sun.com/products/java-media/jai</url>
    <description>JAI Image I/O Tools provides reader, writer, and stream plug-ins for the Java Image I/O Framework and Image I/O-based read and write operations for Java Advanced Imaging. Reader-writer plug-ins are supplied for the BMP, JPEG, JPEG 2000, PNG, PNM, Raw, TIFF, and WBMP image formats. The supplied streams and associated service providers use the New I/O APIs.</description>
    <licenses>
        <license>
            <name>Sun Microsystems, Inc. Binary Code License Agreement</name>
            <url>http://java.sun.com/products/java-media/jai/downloads/download-iio-1_0_01.htm</url>
            <distribution>manual</distribution>
        </license>
    </licenses>
    <dependencies>
        <dependency>
            <groupId>javax.media</groupId>
            <artifactId>jai_core</artifactId>
            <version>1.1.2_01</version>
        </dependency>
    </dependencies>
    <distributionManagement>
        <downloadUrl>http://java.sun.com/products/java-media/jai/downloads/download-iio-1_0_01.html</downloadUrl>
    </distributionManagement> 
</project>

