File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ file.reference.javax.activation-1.2.0.jar=javax.activation-1.2.0.jar
44file.reference.javax.mail-1.6.2.jar =javax.mail-1.6.2.jar
55file.reference.jsoup-1.15.3.jar =jsoup-1.15.3.jar
66file.reference.libphonenumber-8.10.22.jar =libphonenumber-8.10.22.jar
7+ file.reference.org.eclipse.paho.mqttv5.client-1.2.5.jar =org.eclipse.paho.mqttv5.client-1.2.5.jar
78file.reference.RXTXcomm.jar =RXTXcomm.jar
89file.reference.ws-commons-util-1.0.2.jar =ws-commons-util-1.0.2.jar
910file.reference.xmlrpc-client-3.1.2.jar =xmlrpc-client-3.1.2.jar
@@ -82,7 +83,8 @@ javac.classpath=\
8283 ${file.reference.javax.activation-1.2.0.jar}:\
8384 ${file.reference.javax.mail-1.6.2.jar}:\
8485 ${file.reference.libphonenumber-8.10.22.jar}:\
85- ${libs.absolutelayout.classpath}
86+ ${libs.absolutelayout.classpath}:\
87+ ${file.reference.org.eclipse.paho.mqttv5.client-1.2.5.jar}
8688mkdist.disabled =false
8789run.test.modulepath =\
8890 ${javac.test.modulepath}
Original file line number Diff line number Diff line change 3434public class Main {
3535
3636 //VK2ETA: Based on "jpskmail 1.7.b";
37- static String version = "3.1.9 .1" ;
37+ static String version = "3.2.0 .1" ;
3838 static String application = "jPskmail " + version ;// Used to preset an empty status
3939 static String versionDate = "20240319" ;
4040 static String host = "localhost" ;
You can’t perform that action at this time.
0 commit comments