* moving ShellCommand class to the net.i2p.util package

This commit is contained in:
hypercubus
2004-08-23 00:10:25 +00:00
committed by zzz
parent 190d0f9304
commit 4ca7c0d978
3 changed files with 4 additions and 2 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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>