mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 05:39:53 +01:00
Added source jars for Spongy Castle, fixed some indentation.
This commit is contained in:
@@ -10,9 +10,9 @@
|
|||||||
<classpathentry kind="lib" path="libs/jnotify-0.93.jar"/>
|
<classpathentry kind="lib" path="libs/jnotify-0.93.jar"/>
|
||||||
<classpathentry kind="lib" path="libs/jssc-0.9-briar.jar" sourcepath="libs/source/jssc-0.9-briar-source.jar"/>
|
<classpathentry kind="lib" path="libs/jssc-0.9-briar.jar" sourcepath="libs/source/jssc-0.9-briar-source.jar"/>
|
||||||
<classpathentry kind="lib" path="libs/platform-3.5.1.jar"/>
|
<classpathentry kind="lib" path="libs/platform-3.5.1.jar"/>
|
||||||
<classpathentry kind="lib" path="libs/sc-light-jdk15on-1.47.0.3-SNAPSHOT.jar"/>
|
<classpathentry kind="lib" path="libs/sc-light-jdk15on-1.47.0.3-SNAPSHOT.jar" sourcepath="libs/source/sc-light-jdk15on-1.47.0.3-SNAPSHOT-source.jar"/>
|
||||||
<classpathentry kind="lib" path="libs/scpkix-jdk15on-1.47.0.3-SNAPSHOT.jar"/>
|
<classpathentry kind="lib" path="libs/scpkix-jdk15on-1.47.0.3-SNAPSHOT.jar" sourcepath="libs/source/scpkix-jdk15on-1.47.0.3-SNAPSHOT-source.jar"/>
|
||||||
<classpathentry kind="lib" path="libs/scprov-jdk15on-1.47.0.3-SNAPSHOT.jar"/>
|
<classpathentry kind="lib" path="libs/scprov-jdk15on-1.47.0.3-SNAPSHOT.jar" sourcepath="libs/source/scprov-jdk15on-1.47.0.3-SNAPSHOT-source.jar"/>
|
||||||
<classpathentry kind="lib" path="libs/silvertunnel.org-netlib-0.14-briar.jar" sourcepath="libs/source/silvertunnel.org-netlib-0.14-briar-source.jar"/>
|
<classpathentry kind="lib" path="libs/silvertunnel.org-netlib-0.14-briar.jar" sourcepath="libs/source/silvertunnel.org-netlib-0.14-briar-source.jar"/>
|
||||||
<classpathentry kind="lib" path="libs/weupnp-0.1.1.jar"/>
|
<classpathentry kind="lib" path="libs/weupnp-0.1.1.jar"/>
|
||||||
<classpathentry combineaccessrules="false" kind="src" path="/briar-api"/>
|
<classpathentry combineaccessrules="false" kind="src" path="/briar-api"/>
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -65,7 +65,7 @@ class ModemImpl implements Modem, WriteHandler, SerialPortEventListener {
|
|||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
// Open the serial port
|
// Open the serial port
|
||||||
port.openPort();
|
port.openPort();
|
||||||
// Find a suitable baud rate and initialise the modem
|
// Find a suitable baud rate and initialise the modem
|
||||||
try {
|
try {
|
||||||
boolean foundBaudRate = false;
|
boolean foundBaudRate = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user