yetanotheraprsc/yetanotheraprsc-code/.svn/pristine/0a/0aa34019aaacd2f521b0b093bdd...

42 lines
1.6 KiB
XML

<?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>
<groupId>RXTXcomm</groupId>
<artifactId>RXTXcomm</artifactId>
<version>2.2pre2</version>
<name>RXTXcomm</name>
<description>
RXTXcomm implements the Java Serial Communications API with native libraries for Microsoft Windows (32-bit and 64-bit),
Linux (i386 and x86_64 architectures), and Macintosh OS X on Intel hardware.
</description>
<url>http://rxtx.qbang.org</url>
<scm>
<connection>cvs:pserver:anonymous@qbang.org:/var/cvs/cvsroot</connection>
<developerConnection>scm:cvs:pserver:anonymous@qbang.org:/var/cvs/cvsroot</developerConnection>
</scm>
<dependencies>
<!-- used for unit tests -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<properties>
<maven.compile.source>1.4</maven.compile.source>
<maven.compile.target>1.4</maven.compile.target>
<commons.componentid>compress</commons.componentid>
<commons.release.version>1.4</commons.release.version>
<commons.release.name>RXTXcomm-2.2pre2</commons.release.name>
<commons.osgi.symbolicName>gnu.io</commons.osgi.symbolicName>
<commons.deployment.protocol>cvs</commons.deployment.protocol>
<commons.binary.suffix />
</properties>
</project>