Updated package for ShellExecutor project (it's no longer part of Utilities)

This commit is contained in:
nathan 2017-12-01 23:01:42 +01:00
parent 5ae68b9ff3
commit bdb899e936
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ import java.io.FileReader;
import java.util.LinkedList;
import java.util.List;
import dorkbox.util.process.ShellExecutor;
import dorkbox.executor.ShellExecutor;
/**
* Container for all OS specific tests and methods. These do not exist in OS.java, because of dependency issues (OS.java should not

View File

@ -32,6 +32,7 @@ import org.slf4j.LoggerFactory;
import com.sun.jna.Pointer;
import com.sun.jna.ptr.PointerByReference;
import dorkbox.executor.ShellExecutor;
import dorkbox.util.FileUtil;
import dorkbox.util.MathUtil;
import dorkbox.util.OS;
@ -40,7 +41,6 @@ import dorkbox.util.Swt;
import dorkbox.util.jna.linux.structs.GtkRequisition;
import dorkbox.util.jna.linux.structs.GtkStyle;
import dorkbox.util.jna.linux.structs.PangoRectangle;
import dorkbox.util.process.ShellExecutor;
/**
* Class to contain all of the various methods needed to get information set by a GTK theme.