I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 4ca7c0d9 authored by hypercubus's avatar hypercubus Committed by zzz
Browse files

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

parent 190d0f93
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,8 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment