add top-level package
This commit is contained in:
parent
7c901c486e
commit
058a459872
|
@ -152,7 +152,8 @@ public class Runner {
|
||||||
Class cmd = null;
|
Class cmd = null;
|
||||||
String[] packages = {
|
String[] packages = {
|
||||||
"net.hyperic.sigar.cmd.",
|
"net.hyperic.sigar.cmd.",
|
||||||
"net.hyperic.sigar.test."
|
"net.hyperic.sigar.test.",
|
||||||
|
"net.hyperic.sigar."
|
||||||
};
|
};
|
||||||
|
|
||||||
for (int i=0; i<packages.length; i++) {
|
for (int i=0; i<packages.length; i++) {
|
||||||
|
|
Loading…
Reference in New Issue