Updated to newer version of RXTXComm to match 64-bit drivers

This commit is contained in:
Sam Archer 2011-10-09 03:16:42 -07:00
parent 6a366f4810
commit 6cf73b70d0
2 changed files with 3 additions and 2 deletions

Binary file not shown.

View File

@ -30,7 +30,8 @@ file.reference.RXTXcomm.jar=lib\\RXTXcomm.jar
includes=**
jar.compress=false
javac.classpath=\
${file.reference.RXTXcomm.jar}
${file.reference.RXTXcomm.jar}:\
${libs.swing-app-framework.classpath}
# Space-separated list of extra javac options
javac.compilerargs=
javac.deprecation=false
@ -54,7 +55,7 @@ javadoc.splitindex=true
javadoc.use=true
javadoc.version=false
javadoc.windowtitle=
main.class=moppydesk.Main
main.class=moppydesk.MoppyUI
manifest.file=manifest.mf
meta.inf.dir=${src.dir}/META-INF
mkdist.disabled=false