refactor packaging

This commit is contained in:
Niklas 2020-03-30 15:07:02 +02:00
parent aa6c8a15fd
commit bdab51ff18
5 changed files with 5 additions and 7 deletions

View File

@ -1,4 +1,4 @@
package de.mc8051.arma3launcher.repo; package de.mc8051.arma3launcher.repo.sync;
import de.mc8051.arma3launcher.objects.AbstractMod; import de.mc8051.arma3launcher.objects.AbstractMod;
import de.mc8051.arma3launcher.objects.Mod; import de.mc8051.arma3launcher.objects.Mod;
@ -6,7 +6,6 @@ import de.mc8051.arma3launcher.objects.ModFile;
import java.nio.file.Path; import java.nio.file.Path;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection; import java.util.Collection;
/** /**

View File

@ -1,4 +1,4 @@
package de.mc8051.arma3launcher.repo; package de.mc8051.arma3launcher.repo.sync;
import co.bitshfted.xapps.zsync.Zsync; import co.bitshfted.xapps.zsync.Zsync;
import co.bitshfted.xapps.zsync.http.ContentRange; import co.bitshfted.xapps.zsync.http.ContentRange;

View File

@ -1,4 +1,4 @@
package de.mc8051.arma3launcher.repo; package de.mc8051.arma3launcher.repo.sync;
import co.bitshfted.xapps.zsync.Zsync; import co.bitshfted.xapps.zsync.Zsync;
import co.bitshfted.xapps.zsync.ZsyncStatsObserver; import co.bitshfted.xapps.zsync.ZsyncStatsObserver;

View File

@ -1,8 +1,7 @@
package de.mc8051.arma3launcher.repo; package de.mc8051.arma3launcher.repo.sync;
import co.bitshfted.xapps.zsync.Zsync; import co.bitshfted.xapps.zsync.Zsync;
import co.bitshfted.xapps.zsync.ZsyncException; import co.bitshfted.xapps.zsync.ZsyncException;
import co.bitshfted.xapps.zsync.ZsyncStatsObserver;
import co.bitshfted.xapps.zsync.http.ContentRange; import co.bitshfted.xapps.zsync.http.ContentRange;
import de.mc8051.arma3launcher.ArmA3Launcher; import de.mc8051.arma3launcher.ArmA3Launcher;
import de.mc8051.arma3launcher.LauncherGUI; import de.mc8051.arma3launcher.LauncherGUI;

View File

@ -1,4 +1,4 @@
package de.mc8051.arma3launcher; package de.mc8051.arma3launcher.utils;
import java.io.BufferedReader; import java.io.BufferedReader;
import java.io.IOException; import java.io.IOException;