Changed getdown file.getCanonicalPath() and file.mkdirs to use FileUtils helper methods
authorBen Soares <b.soares@dundee.ac.uk>
Thu, 24 Oct 2024 18:34:00 +0000 (19:34 +0100)
committerBen Soares <b.soares@dundee.ac.uk>
Thu, 24 Oct 2024 18:34:00 +0000 (19:34 +0100)
commitcfd0831db82227db48f7ee50c09bfeb29aefe91c
treeef92b821a5ed0a6e5efb3bc3c3732b93b5c1ea16
parent839b67dfeae7dc17cc31bfd9035f70b22655995b
Changed getdown file.getCanonicalPath() and file.mkdirs to use FileUtils helper methods
19 files changed:
getdown/lib/FJVL_VERSION
getdown/lib/JVL_VERSION
getdown/lib/getdown-core.jar
getdown/lib/getdown-launcher-local.jar
getdown/lib/getdown-launcher.jar
getdown/src/getdown/ant/pom.xml
getdown/src/getdown/core/pom.xml
getdown/src/getdown/core/src/main/java/com/threerings/getdown/data/Application.java
getdown/src/getdown/core/src/main/java/com/threerings/getdown/data/EnvConfig.java
getdown/src/getdown/core/src/main/java/com/threerings/getdown/util/LaunchUtil.java
getdown/src/getdown/core/src/main/java/jalview/util/FileUtils.java [new file with mode: 0644]
getdown/src/getdown/core/src/main/java/jalview/util/HttpUtils.java
getdown/src/getdown/launcher/pom.xml
getdown/src/getdown/mvn_cmd
getdown/src/getdown/pom.xml
j11lib/getdown-core.jar
j8lib/getdown-core.jar
src/jalview/util/FileUtils.java
src/jalview/util/HttpUtils.java