Ignore:
Timestamp:
Jan 19, 2013, 12:58:17 PM (12 years ago)
Author:
alloc
Message:

AEI2 0.92b:\n- Using zipped Depot cache

File:
1 edited

Legend:

Unmodified
Added
Removed
  • AE/installer2/src/net/oni2/aeinstaller/backend/mods/download/ModDownload.java

    r624 r634  
    88import net.oni2.aeinstaller.backend.Paths;
    99import net.oni2.aeinstaller.backend.mods.Mod;
     10import net.oni2.aeinstaller.backend.mods.unpack.UnpackListener;
     11import net.oni2.aeinstaller.backend.mods.unpack.Unpacker;
    1012import net.oni2.aeinstaller.backend.network.FileDownloadListener;
    1113import net.oni2.aeinstaller.backend.network.FileDownloader;
    1214import net.oni2.aeinstaller.backend.network.FileDownloader.EState;
    13 import net.oni2.aeinstaller.backend.unpack.UnpackListener;
    14 import net.oni2.aeinstaller.backend.unpack.Unpacker;
    1515
    1616/**
     
    7575                try {
    7676                        downloader = new FileDownloader(mod.getFile().getUri_full(),
    77                                         zipFile.getPath());
     77                                        zipFile);
    7878                        downloader.addListener(this);
    7979                        unpacker = new Unpacker(zipFile, targetFolder, this);
     
    166166        @Override
    167167        public void statusUpdate(Unpacker source,
    168                         net.oni2.aeinstaller.backend.unpack.Unpacker.EState state) {
     168                        net.oni2.aeinstaller.backend.mods.unpack.Unpacker.EState state) {
    169169                switch (state) {
    170170                        case INIT:
Note: See TracChangeset for help on using the changeset viewer.