* moving ShellCommand class to the net.i2p.util package
This commit is contained in:
@ -9,6 +9,8 @@
|
|||||||
|
|
||||||
package net.i2p.apps.systray;
|
package net.i2p.apps.systray;
|
||||||
|
|
||||||
|
import net.i2p.util.ShellCommand;
|
||||||
|
|
||||||
import java.net.MalformedURLException;
|
import java.net.MalformedURLException;
|
||||||
import java.net.URL;
|
import java.net.URL;
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
* This code is public domain.
|
* This code is public domain.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package net.i2p.apps.systray;
|
package net.i2p.util;
|
||||||
|
|
||||||
import java.io.BufferedReader;
|
import java.io.BufferedReader;
|
||||||
import java.io.BufferedWriter;
|
import java.io.BufferedWriter;
|
@ -31,7 +31,7 @@
|
|||||||
<panel classname="InfoPanel"/>
|
<panel classname="InfoPanel"/>
|
||||||
<panel classname="TargetPanel"/>
|
<panel classname="TargetPanel"/>
|
||||||
<panel classname="InstallPanel"/>
|
<panel classname="InstallPanel"/>
|
||||||
<panel classname="FinishPanel"/>
|
<panel classname="SimpleFinishPanel"/>
|
||||||
</panels>
|
</panels>
|
||||||
|
|
||||||
<packs>
|
<packs>
|
||||||
|
Reference in New Issue
Block a user