add top-level package

This commit is contained in:
Doug MacEachern 2005-03-11 01:44:28 +00:00
parent 7c901c486e
commit 058a459872
1 changed files with 2 additions and 1 deletions

View File

@ -152,7 +152,8 @@ public class Runner {
Class cmd = null;
String[] packages = {
"net.hyperic.sigar.cmd.",
"net.hyperic.sigar.test."
"net.hyperic.sigar.test.",
"net.hyperic.sigar."
};
for (int i=0; i<packages.length; i++) {