Author: jvermillard
Date: Wed Apr 18 08:02:27 2007
New Revision: 530045
URL: http://svn.apache.org/viewvc?view=rev&rev=530045
Log:
for building serial comm put RXTXcomm.jar in lib/
Modified:
mina/trunk/transport-serial/pom.xml
Modified: mina/trunk/transport-serial/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/transport-serial/pom.xml?view=diff&rev=530045&r1=530044&r2=530045
==============================================================================
--- mina/trunk/transport-serial/pom.xml (original)
+++ mina/trunk/transport-serial/pom.xml Wed Apr 18 08:02:27 2007
@@ -16,6 +16,13 @@
<version>${pom.version}</version>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>gnu.io.rxtx</groupId>
+ <artifactId>rxtx</artifactId>
+ <version>2.1-7</version>
+ <scope>system</scope>
+ <systemPath>${basedir}/lib/RXTXcomm.jar</systemPath>
+ </dependency>
</dependencies>
</project>