File tree Expand file tree Collapse file tree
src/com/maxprograms/remotetm Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 <classpathentry kind =" src" path =" src" />
99 <classpathentry kind =" lib" path =" lib/javax.servlet-api.jar" />
1010 <classpathentry kind =" lib" path =" WebContent/WEB-INF/lib/activation.jar" />
11+ <classpathentry kind =" lib" path =" WebContent/WEB-INF/lib/bcp47j.jar" />
1112 <classpathentry kind =" lib" path =" WebContent/WEB-INF/lib/dtd.jar" />
1213 <classpathentry kind =" lib" path =" WebContent/WEB-INF/lib/javax.mail.jar" />
1314 <classpathentry kind =" lib" path =" WebContent/WEB-INF/lib/json.jar" />
1617 <classpathentry kind =" lib" path =" WebContent/WEB-INF/lib/openxliff.jar" />
1718 <classpathentry kind =" lib" path =" WebContent/WEB-INF/lib/xmljava.jar" />
1819 <classpathentry kind =" lib" path =" WebContent/WEB-INF/lib/swordfish.jar" />
19- <classpathentry kind =" lib" path =" WebContent/WEB-INF/lib/sqlite-jdbc-3.45.3 .0.jar" />
20+ <classpathentry kind =" lib" path =" WebContent/WEB-INF/lib/sqlite-jdbc-3.48.0 .0.jar" />
2021 <classpathentry kind =" output" path =" WebContent/WEB-INF/classes" />
2122</classpath >
Original file line number Diff line number Diff line change 44 <path id =" RemoteTM.classpath" >
55 <pathelement location =" lib/javax.servlet-api.jar" />
66 <pathelement location =" WebContent/WEB-INF/lib/activation.jar" />
7- <pathelement location =" WebContent/WEB-INF/lib/sqlite-jdbc-3.43.0.0.jar" />
7+ <pathelement location =" WebContent/WEB-INF/lib/bcp47j.jar" />
8+ <pathelement location =" WebContent/WEB-INF/lib/sqlite-jdbc-3.48.0.0.jar" />
89 <pathelement location =" WebContent/WEB-INF/lib/javax.mail.jar" />
910 <pathelement location =" WebContent/WEB-INF/lib/json.jar" />
1011 <pathelement location =" WebContent/WEB-INF/lib/openxliff.jar" />
Original file line number Diff line number Diff line change 1111 "url" : " https://github.com/rmraya/RemoteTM.git"
1212 },
1313 "devDependencies" : {
14- "typescript" : " ^5.4 .2"
14+ "typescript" : " ^5.8 .2"
1515 },
1616 "scripts" : {
1717 "build" : " tsc"
1818 },
1919 "dependencies" : {
20- "@types/node" : " ^20.11.25 " ,
21- "esbuild" : " ^0.20.1 "
20+ "@types/node" : " ^20.13.9 " ,
21+ "esbuild" : " ^0.24.0 "
2222 }
2323}
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ private Constants() {
1818 // private for security
1919 }
2020
21- public static final String VERSION = "6.0 .0" ;
22- public static final String BUILD = "20240223_1505 " ;
21+ public static final String VERSION = "6.1 .0" ;
22+ public static final String BUILD = "20250304_1035 " ;
2323
2424 public static final String STATUS = "status" ;
2525 public static final String OK = "OK" ;
You can’t perform that action at this time.
0 commit comments