<?xml version="1.0" encoding="ISO-8859-1"?>
<project
    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns="http://maven.apache.org/POM/4.0.0">
    <!-- @version $Revision: 109 $ ($Author: vlads $) $Date: 2007-04-20 23:37:58 -0400 (Fri, 20 Apr 2007) $ -->
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>com.pyx4me</groupId>
        <artifactId>pyx4me</artifactId>
        <version>2.0.1-SNAPSHOT</version><!--pyx4me-version-->
        <relativePath>../pom.xml</relativePath>
    </parent>

    <artifactId>pyx4me-devices</artifactId>
    <name>pyx4me-devices</name>

    <licenses>
        <license>
            <name>To be defined</name>
        </license>
    </licenses>

    <dependencies>
        <dependency>
            <groupId>org.microemu</groupId>
            <artifactId>microemulator</artifactId>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>de.avetana-gmbh</groupId>
            <artifactId>avetana-bluetooth</artifactId>
            <optional>true</optional>
        </dependency>
    </dependencies>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <configuration>
                    <source>1.3</source>
                    <target>1.1</target>
                </configuration>
             </plugin>
        </plugins>
    </build>

</project>
