Skip to content

Commit

Permalink
replace old Excalibur with commons io
Browse files Browse the repository at this point in the history
  • Loading branch information
nbauma109 committed May 9, 2024
1 parent e572fc8 commit 81e64e7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1,465 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
import java.util.zip.ZipEntry;
import java.util.zip.ZipFile;

import org.apache.commons.io.IOUtils;
import org.jd.core.v1.api.loader.Loader;
import org.objectweb.asm.ClassReader;
import org.sf.feeling.decompiler.util.IOUtils;
import org.sf.feeling.decompiler.util.Logger;

/**
Expand Down
3 changes: 2 additions & 1 deletion org.sf.feeling.decompiler/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.search,
org.eclipse.core.filesystem,
org.eclipse.equinox.p2.metadata;resolution:=optional,
org.eclipse.help.base
org.eclipse.help.base,
org.apache.commons.commons-io
Bundle-Vendor: ECD Project Team
Bundle-Version: 2024.3.2
Bundle-ManifestVersion: 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
import java.util.zip.ZipInputStream;
import java.util.zip.ZipOutputStream;

import org.apache.commons.io.IOUtils;
import org.eclipse.core.runtime.IProgressMonitor;
import org.sf.feeling.decompiler.JavaDecompilerPlugin;

Expand Down
Loading

0 comments on commit 81e64e7

Please sign in to comment.