<?xml version="1.0" encoding="iso-8859-1"?>
<project>
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.adobe.acrobat</groupId>
    <artifactId>acrobat</artifactId>
    <version>1.1</version>
    <packaging>jar</packaging>
    <name>Acrobat Viewer for JavaBean</name>
    <url>http://www.adobe.com/products/acrviewer/acrvdnld.html</url>
    <description>The Java Viewer can be used for custom Java development by integrating it into your products using the viewer classes in the bean interface.</description>
    <licenses>
        <license>
            <name>Acrobat Viewer: End user license agreement</name>
            <url>http://www.adobe.com/products/acrviewer/eula.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <dependencies>
        <dependency>
            <groupId>mrj</groupId>
            <artifactId>MRJToolkitStubs</artifactId>
            <version>1.0</version>
        </dependency>
    </dependencies>
    <distributionManagement>
        <downloadUrl>http://www.adobe.com/products/acrviewer/acrvdnld.html#java</downloadUrl>
    </distributionManagement> 
</project>

